Searched refs:handle_copy (Results 1 – 4 of 4) sorted by relevance
84 ScopedFD handle_copy(handle_.release()); in ConvertToReadOnly() local86 int prot = GetAshmemRegionProtectionMask(handle_copy.get()); in ConvertToReadOnly()91 int ret = ashmem_set_prot_region(handle_copy.get(), prot); in ConvertToReadOnly()97 handle_ = std::move(handle_copy); in ConvertToReadOnly()
333 SharedMemoryHandle handle_copy = shm_; in TakeHandle() local334 handle_copy.SetOwnershipPassesToIPC(true); in TakeHandle()337 return handle_copy; in TakeHandle()
75 native_handle_t *handle_copy; in CopyBufferHandle() local81 &handle_copy)); in CopyBufferHandle()90 handle_ = handle_copy; in CopyBufferHandle()
75 return handle_copy;