Searched refs:getFunction (Results 1 – 5 of 5) sorted by relevance
121 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()
67 gralloc1_function_pointer_t (*getFunction)(gralloc1_device_t*, int32_t); member
124 .getFunction = gralloc1_getFunction,
446 dev->getFunction = mali_gralloc_getFunction; in mali_gralloc_device_open()
80 getFunction = getFunctionHook; in EmuHWC2()