Home
last modified time | relevance | path

Searched refs:nativeHandle (Results 1 – 19 of 19) sorted by relevance

/hardware/libhardware/modules/gralloc/
Dgralloc_priv.h62 struct native_handle nativeHandle;
/hardware/google/av/media/sfplugin/
DC2OMXNode.cpp176 void **bufferData, sp<NativeHandle> *nativeHandle) { in allocateSecureBuffer() argument
179 (void)nativeHandle; in allocateSecureBuffer()
/hardware/interfaces/media/1.0/
Dtypes.hal52 handle nativeHandle;
/hardware/qcom/display/msm8960/libgralloc/
Dgralloc_priv.h134 native_handle_t nativeHandle;
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp285 buffer->omxBuffer.nativeHandle = _n2[0]; in allocateGraphicBuffers()
314 ::android::hardware::hidl_handle const& nativeHandle) { in allocateBuffer() argument
317 buffer->omxBuffer.nativeHandle = nativeHandle; in allocateBuffer()
611 t.nativeHandle = android::hardware::hidl_handle(); in dispatchOutputBuffer()
640 t.nativeHandle = android::hardware::hidl_handle(); in dispatchInputBuffer()
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc_priv.h174 native_handle_t nativeHandle;
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc_priv.h174 native_handle_t nativeHandle;
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc_priv.h180 native_handle_t nativeHandle;
/hardware/qcom/display/msm8996/libgralloc/
Dgralloc_priv.h186 native_handle_t nativeHandle;
/hardware/qcom/display/msm8909/gralloc/
Dgr_priv_handle.h43 native_handle_t nativeHandle;
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_priv_handle.h44 native_handle_t nativeHandle;
/hardware/qcom/display/msm8998/libgralloc/
Dgralloc_priv.h205 native_handle_t nativeHandle;
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgralloc_priv.h198 native_handle_t nativeHandle;
/hardware/interfaces/media/omx/1.0/
DIOmxNode.hal220 * @return nativeHandle Native handle of the allocated buffer.
230 handle nativeHandle
Dtypes.hal185 handle nativeHandle;
/hardware/interfaces/graphics/common/1.2/
Dtypes.hal135 handle nativeHandle;
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h785 auto* nativeHandle = native_handle_create(1, 0); in testDebugDump() local
786 ASSERT_NE(nullptr, nativeHandle); in testDebugDump()
787 nativeHandle->data[0] = fds[1]; in testDebugDump()
791 handle.setTo(nativeHandle, false /*take ownership*/); in testDebugDump()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp774 buffer->omxBuffer.nativeHandle, in fillGraphicBuffer()
847 buffArray->editItemAt(i).omxBuffer.nativeHandle = in dispatchGraphicBuffer()
848 AnwBuffer.nativeHandle; in dispatchGraphicBuffer()
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal687 * the queue, buffer.nativeHandle and fence will be null handles.
689 * transformMatrix is meaningless if buffer.nativeHandle is null.