Searched refs:mPfnRelease (Results 1 – 2 of 2) sorted by relevance
82 mPfnRetain(nullptr), mPfnRelease(nullptr), mPfnLock(nullptr), mPfnUnlock(nullptr) { in GrallocHalWrapper()124 mPfnRelease = (GRALLOC1_PFN_RELEASE)(mGralloc1Device->getFunction(mGralloc1Device, in GrallocHalWrapper()130 if (mPfnRetain == nullptr || mPfnRelease == nullptr in GrallocHalWrapper()133 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock); in GrallocHalWrapper()171 return mapGralloc1Error(mPfnRelease(mGralloc1Device, handle)); in unregisterBuffer()
76 GRALLOC1_PFN_RELEASE mPfnRelease; variable