HomeSort by relevance Sort by last modified time
    Searched refs:mPfnRelease (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/sensorhal/
directchannel.cpp 86 mPfnRetain(nullptr), mPfnRelease(nullptr), mPfnLock(nullptr), mPfnUnlock(nullptr),
129 mPfnRelease = (GRALLOC1_PFN_RELEASE)(mGralloc1Device->getFunction(mGralloc1Device,
138 if (mPfnRetain == nullptr || mPfnRelease == nullptr
143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore);
194 return mapGralloc1Error(mPfnRelease(mGralloc1Device, handle));
directchannel.h 80 GRALLOC1_PFN_RELEASE mPfnRelease;

Completed in 40 milliseconds