Home
last modified time | relevance | path

Searched refs:handle_copy (Results 1 – 4 of 4) sorted by relevance

/external/drm_hwcomposer/
Dhwcutils.cpp67 native_handle_t *handle_copy; in CopyBufferHandle() local
78 ret = gm.importBuffer(handle, const_cast<buffer_handle_t *>(&handle_copy)); in CopyBufferHandle()
81 stride, const_cast<buffer_handle_t *>(&handle_copy)); in CopyBufferHandle()
90 handle_ = handle_copy; in CopyBufferHandle()
/external/libchrome/base/memory/
Dshared_memory_posix.cc335 SharedMemoryHandle handle_copy = shm_; in TakeHandle() local
336 handle_copy.SetOwnershipPassesToIPC(true); in TakeHandle()
339 return handle_copy; in TakeHandle()
Dplatform_shared_memory_region_mac.cc80 mac::ScopedMachSendRight handle_copy(handle_.release()); in ConvertToReadOnly() local
88 size_, 0, VM_FLAGS_ANYWHERE, handle_copy.get(), 0, FALSE, VM_PROT_READ, in ConvertToReadOnly()
/external/libchrome/libchrome_tools/patch/
Dshared_memory_posix.patch75 return handle_copy;