Searched refs:mPfnRetain (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/sensorhal/ |
D | directchannel.cpp | 86 mPfnRetain(nullptr), mPfnRelease(nullptr), mPfnLock(nullptr), mPfnUnlock(nullptr), in GrallocHalWrapper() 127 mPfnRetain = (GRALLOC1_PFN_RETAIN)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper() 138 if (mPfnRetain == nullptr || mPfnRelease == nullptr in GrallocHalWrapper() 143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore); in GrallocHalWrapper() 183 return mapGralloc1Error(mPfnRetain(mGralloc1Device, handle)); in registerBuffer()
|
D | directchannel.h | 79 GRALLOC1_PFN_RETAIN mPfnRetain; variable
|