Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Ddirectchannel.cpp86 mPfnRetain(nullptr), mPfnRelease(nullptr), mPfnLock(nullptr), mPfnUnlock(nullptr), in GrallocHalWrapper()
129 mPfnRelease = (GRALLOC1_PFN_RELEASE)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()
138 if (mPfnRetain == nullptr || mPfnRelease == nullptr in GrallocHalWrapper()
143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore); in GrallocHalWrapper()
194 return mapGralloc1Error(mPfnRelease(mGralloc1Device, handle)); in unregisterBuffer()
Ddirectchannel.h80 GRALLOC1_PFN_RELEASE mPfnRelease; variable