Home
last modified time | relevance | path

Searched refs:GRALLOC1_PFN_RELEASE (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.h65 GRALLOC1_PFN_RELEASE ReleaseBuffer_ = nullptr;
Dhwc_buffer_allocator.cpp49 ReleaseBuffer_ = reinterpret_cast<GRALLOC1_PFN_RELEASE>( in HWCBufferAllocator()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.h65 GRALLOC1_PFN_RELEASE ReleaseBuffer_ = nullptr;
Dhwc_buffer_allocator.cpp49 ReleaseBuffer_ = reinterpret_cast<GRALLOC1_PFN_RELEASE>( in HWCBufferAllocator()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.h69 GRALLOC1_PFN_RELEASE ReleaseBuffer_ = nullptr;
Dhwc_buffer_allocator.cpp52 ReleaseBuffer_ = reinterpret_cast<GRALLOC1_PFN_RELEASE>( in HWCBufferAllocator()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.h69 GRALLOC1_PFN_RELEASE ReleaseBuffer_ = nullptr;
Dhwc_buffer_allocator.cpp62 ReleaseBuffer_ = reinterpret_cast<GRALLOC1_PFN_RELEASE>( in Init()
/hardware/libhardware/include/hardware/
Dgralloc1.h862 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_RELEASE)( typedef
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3StreamMem.cpp607 m_grallocInterface.Release = reinterpret_cast<GRALLOC1_PFN_RELEASE>( in NativeBufferInterface()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h323 GRALLOC1_PFN_RELEASE release;
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h351 GRALLOC1_PFN_RELEASE release;
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp147 return asFP<GRALLOC1_PFN_RELEASE>(releaseHook); in doGetFunction()