Searched refs:temp_shared_memory (Results 1 – 1 of 1) sorted by relevance
307 auto& temp_shared_memory = allocated_temp_memory_[optee_temp_mem.shared_memory_reference]; in CreateOutputBufferParameter() local309 if (!temp_shared_memory.is_valid()) { in CreateOutputBufferParameter()317 if (zx_status_t status = temp_shared_memory.SyncToVmo(zx_buffer.size); status != ZX_OK) { in CreateOutputBufferParameter()323 zx_buffer.vmo = temp_shared_memory.ReleaseVmo(); in CreateOutputBufferParameter()324 zx_buffer.offset = temp_shared_memory.vmo_offset(); in CreateOutputBufferParameter()
Completed in 4 milliseconds