Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dgralloc1.h385 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_DESTROY_DESCRIPTOR)( typedef
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h343 GRALLOC1_PFN_DESTROY_DESCRIPTOR destroyDescriptor;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3StreamMem.cpp583 m_grallocInterface.DestroyDescriptor = reinterpret_cast<GRALLOC1_PFN_DESTROY_DESCRIPTOR>( in NativeBufferInterface()
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp103 return asFP<GRALLOC1_PFN_DESTROY_DESCRIPTOR>(destroyDescriptorHook); in doGetFunction()