Home
last modified time | relevance | path

Searched refs:getFunction (Results 1 – 5 of 5) 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/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp80 getFunction = getFunctionHook; in EmuHWC2()