Home
last modified time | relevance | path

Searched refs:mPfnLock (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/sensorhal/
Ddirectchannel.cpp86 mPfnRetain(nullptr), mPfnRelease(nullptr), mPfnLock(nullptr), mPfnUnlock(nullptr), in GrallocHalWrapper()
131 mPfnLock = (GRALLOC1_PFN_LOCK)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
139 || mPfnLock == nullptr || mPfnUnlock == nullptr in GrallocHalWrapper()
143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore); in GrallocHalWrapper()
212 return mapGralloc1Error(mPfnLock(mGralloc1Device, handle, in lock()
Ddirectchannel.h81 GRALLOC1_PFN_LOCK mPfnLock; variable