Home
last modified time | relevance | path

Searched refs:GRALLOC1_PFN_UNLOCK (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.h72 GRALLOC1_PFN_UNLOCK Unlock_ = nullptr;
Dhwc_buffer_allocator.cpp68 Unlock_ = reinterpret_cast<GRALLOC1_PFN_UNLOCK>( in Init()
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dimg_gralloc1.h216 GRALLOC1_PFN_UNLOCK f = in gralloc1_unlock_async_img()
217 (GRALLOC1_PFN_UNLOCK) in gralloc1_unlock_async_img()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dimg_gralloc1.h216 GRALLOC1_PFN_UNLOCK f = in gralloc1_unlock_async_img()
217 (GRALLOC1_PFN_UNLOCK) in gralloc1_unlock_async_img()
/hardware/libhardware/include/hardware/
Dgralloc1.h1040 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_UNLOCK)( typedef
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h325 GRALLOC1_PFN_UNLOCK unlock;
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp160 return asFP<GRALLOC1_PFN_UNLOCK>(unlockHook); in doGetFunction()