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

  /device/google/contexthub/sensorhal/
directchannel.cpp 86 mPfnRetain(nullptr), mPfnRelease(nullptr), mPfnLock(nullptr), mPfnUnlock(nullptr),
133 mPfnUnlock = (GRALLOC1_PFN_UNLOCK)(mGralloc1Device->getFunction(mGralloc1Device,
139 || mPfnLock == nullptr || mPfnUnlock == nullptr
143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore);
228 return mapGralloc1Error(mPfnUnlock(mGralloc1Device, handle, &dummy));
directchannel.h 82 GRALLOC1_PFN_UNLOCK mPfnUnlock;

Completed in 103 milliseconds