Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Ddirectchannel.cpp121 if (mGralloc1Device == nullptr || mGralloc1Device->getFunction == nullptr) { in GrallocHalWrapper()
127 mPfnRetain = (GRALLOC1_PFN_RETAIN)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
129 mPfnRelease = (GRALLOC1_PFN_RELEASE)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
131 mPfnLock = (GRALLOC1_PFN_LOCK)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
133 mPfnUnlock = (GRALLOC1_PFN_UNLOCK)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
136 (mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc1.h67 gralloc1_function_pointer_t (*getFunction)(gralloc1_device_t*, int32_t); member
/device/generic/opengl-transport/host/libs/virglrenderer/
DGralloc1.cpp124 .getFunction = gralloc1_getFunction,
/device/linaro/hikey/gralloc960/
Dmali_gralloc_public_interface.cpp446 dev->getFunction = mali_gralloc_getFunction; in mali_gralloc_device_open()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_public_interface.cpp447 dev->getFunction = mali_gralloc_getFunction; in mali_gralloc_device_open()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp82 getFunction = getFunctionHook; in EmuHWC2()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp117 getFunction = getFunctionHook; in CfHWC2()