Home
last modified time | relevance | path

Searched refs:native_handle_clone (Results 1 – 25 of 53) sorted by relevance

123

/aosp12/system/core/libcutils/include/cutils/
H A Dnative_handle.h87 native_handle_t* native_handle_clone(const native_handle_t* handle);
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dnative_handle.h87 native_handle_t* native_handle_clone(const native_handle_t* handle);
/aosp12/system/core/libcutils/
H A Dnative_handle.cpp55 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 DWOmxNode.cpp116 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 DWOmxNode.cpp119 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 DGralloc0Hal.h78 native_handle_t* bufferHandle = native_handle_clone(rawHandle); in importBuffer()
H A DGralloc1Hal.h98 native_handle_t* bufferHandle = native_handle_clone(rawHandle); in importBuffer()
/aosp12/hardware/google/camera/common/sensor_listener/
H A Dgoog_gralloc_wrapper.cc80 native_handle_clone(raw_handle.getNativeHandle()); in CloneBuffer()
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/vts/
H A DMapperVts.cpp66 const native_handle_t* bufferHandle = native_handle_clone(rawHandle.getNativeHandle()); in cloneBuffer()
/aosp12/system/libhidl/base/
H A DHidlSupport.cpp70 mHandle = native_handle_clone(other.mHandle); in operator =()
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp911 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 DBufferPoolClient.cpp598 *handle = native_handle_clone(allocHandle); in allocateBufferHandle()
624 *handle = native_handle_clone( in fetchBufferHandle()
/aosp12/frameworks/av/media/bufferpool/2.0/
H A DClientManager.cpp360 *handle = native_handle_clone(origHandle); in allocate()
391 *handle = native_handle_clone(origHandle); in receive()
H A DBufferPoolClient.cpp746 *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 DMapperVts.cpp81 const native_handle_t* bufferHandle = native_handle_clone(rawHandle.getNativeHandle()); in cloneBuffer()
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h630 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 DQtiMapper.cpp102 native_handle_t *buffer_handle = native_handle_clone(raw_handle.getNativeHandle()); in importBuffer()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper.cpp102 native_handle_t *buffer_handle = native_handle_clone(raw_handle.getNativeHandle()); in importBuffer()
/aosp12/hardware/interfaces/graphics/mapper/4.0/utils/vts/
H A DMapperVts.cpp76 const native_handle_t* bufferHandle = native_handle_clone(rawHandle.getNativeHandle()); in cloneBuffer()
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A DQtiMapper.cpp101 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 DWGraphicBufferProducer.h278 stream ? native_handle_clone(stream) : NULL, true))); in setSidebandStream()
/aosp12/frameworks/native/libs/ui/
H A DGralloc2.cpp416 outBufferHandles[i] = native_handle_clone( in allocate()
H A DGralloc3.cpp399 outBufferHandles[i] = native_handle_clone( in allocate()
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DConversion.cpp205 nullptr : native_handle_clone(t.nativeHandle); in convertTo()
1261 nullptr : native_handle_clone(t.fence); in flatten()
H A DH2BGraphicBufferProducer.cpp153 nullptr : native_handle_clone(t.nativeHandle); in convertTo()
642 nullptr : native_handle_clone(t.fence); in flatten()

123