Home
last modified time | relevance | path

Searched refs:GRALLOC1_PFN_UNLOCK (Results 1 – 5 of 5) 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/libhardware/include/hardware/
Dgralloc1.h1038 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()