Searched refs:mPfnUnlock (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() 133 mPfnUnlock = (GRALLOC1_PFN_UNLOCK)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper() 139 || mPfnLock == nullptr || mPfnUnlock == nullptr in GrallocHalWrapper() 143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore); in GrallocHalWrapper() 228 return mapGralloc1Error(mPfnUnlock(mGralloc1Device, handle, &dummy)); in unlock()
|
D | directchannel.h | 82 GRALLOC1_PFN_UNLOCK mPfnUnlock; variable
|