/aosp12/system/core/libcutils/include/cutils/ |
H A D | native_handle.h | 87 native_handle_t* native_handle_clone(const native_handle_t* handle);
|
/aosp12/system/core/libcutils/include_outside_system/cutils/ |
H A D | native_handle.h | 87 native_handle_t* native_handle_clone(const native_handle_t* handle);
|
/aosp12/system/core/libcutils/ |
H A D | native_handle.cpp | 55 native_handle_t* native_handle_clone(const native_handle_t* handle) { in native_handle_clone() function
|
/aosp12/frameworks/av/media/libmedia/omx/1.0/ |
H A D | WOmxNode.cpp | 116 nullptr : native_handle_clone(outSidebandHandle); in configureVideoTunnelMode() 156 native_handle_clone(outNativeHandle), true); in allocateSecureBuffer()
|
/aosp12/frameworks/av/media/libstagefright/omx/1.0/ |
H A D | WOmxNode.cpp | 119 nullptr : native_handle_clone(outSidebandHandle); in configureVideoTunnelMode() 159 native_handle_clone(outNativeHandle), true); in allocateSecureBuffer()
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
H A D | Gralloc0Hal.h | 78 native_handle_t* bufferHandle = native_handle_clone(rawHandle); in importBuffer()
|
H A D | Gralloc1Hal.h | 98 native_handle_t* bufferHandle = native_handle_clone(rawHandle); in importBuffer()
|
/aosp12/hardware/google/camera/common/sensor_listener/ |
H A D | goog_gralloc_wrapper.cc | 80 native_handle_clone(raw_handle.getNativeHandle()); in CloneBuffer()
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/vts/ |
H A D | MapperVts.cpp | 66 const native_handle_t* bufferHandle = native_handle_clone(rawHandle.getNativeHandle()); in cloneBuffer()
|
/aosp12/system/libhidl/base/ |
H A D | HidlSupport.cpp | 70 mHandle = native_handle_clone(other.mHandle); in operator =()
|
/aosp12/system/tools/hidl/test/java_test/ |
H A D | hidl_test_java_native.cpp | 911 testHandlesVector[i].setTo(native_handle_clone(h), true /* shouldOwn */); in TEST_F() 995 testArray[i].setTo(native_handle_clone(h), true /* shouldOwn */); in TEST_F() 1000 testVector[i].setTo(native_handle_clone(h), true /* shouldOwn */); in TEST_F() 1056 testHandles[i].setTo(native_handle_clone(h), true /* shouldOwn */); in TEST_F()
|
/aosp12/frameworks/av/media/bufferpool/1.0/ |
H A D | BufferPoolClient.cpp | 598 *handle = native_handle_clone(allocHandle); in allocateBufferHandle() 624 *handle = native_handle_clone( in fetchBufferHandle()
|
/aosp12/frameworks/av/media/bufferpool/2.0/ |
H A D | ClientManager.cpp | 360 *handle = native_handle_clone(origHandle); in allocate() 391 *handle = native_handle_clone(origHandle); in receive()
|
H A D | BufferPoolClient.cpp | 746 *handle = native_handle_clone(allocHandle); in allocateBufferHandle() 772 *handle = native_handle_clone( in fetchBufferHandle()
|
/aosp12/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
H A D | MapperVts.cpp | 81 const native_handle_t* bufferHandle = native_handle_clone(rawHandle.getNativeHandle()); in cloneBuffer()
|
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/ |
H A D | Conversion.h | 630 handle = native_handle_clone(t.nativeHandle); in convertTo() 784 native_handle_clone(t.nativeHandle), true)); in convertTo()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | QtiMapper.cpp | 102 native_handle_t *buffer_handle = native_handle_clone(raw_handle.getNativeHandle()); in importBuffer()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | QtiMapper.cpp | 102 native_handle_t *buffer_handle = native_handle_clone(raw_handle.getNativeHandle()); in importBuffer()
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/utils/vts/ |
H A D | MapperVts.cpp | 76 const native_handle_t* bufferHandle = native_handle_clone(rawHandle.getNativeHandle()); in cloneBuffer()
|
/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | QtiMapper.cpp | 101 native_handle_t *buffer_handle = native_handle_clone(raw_handle.getNativeHandle()); in importBuffer()
|
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
H A D | WGraphicBufferProducer.h | 278 stream ? native_handle_clone(stream) : NULL, true))); in setSidebandStream()
|
/aosp12/frameworks/native/libs/ui/ |
H A D | Gralloc2.cpp | 416 outBufferHandles[i] = native_handle_clone( in allocate()
|
H A D | Gralloc3.cpp | 399 outBufferHandles[i] = native_handle_clone( in allocate()
|
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/ |
H A D | Conversion.cpp | 205 nullptr : native_handle_clone(t.nativeHandle); in convertTo() 1261 nullptr : native_handle_clone(t.fence); in flatten()
|
H A D | H2BGraphicBufferProducer.cpp | 153 nullptr : native_handle_clone(t.nativeHandle); in convertTo() 642 nullptr : native_handle_clone(t.fence); in flatten()
|