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

  /device/google/contexthub/sensorhal/
directchannel.cpp 86 mPfnRetain(nullptr), mPfnRelease(nullptr), mPfnLock(nullptr), mPfnUnlock(nullptr),
131 mPfnLock = (GRALLOC1_PFN_LOCK)(mGralloc1Device->getFunction(mGralloc1Device,
139 || mPfnLock == nullptr || mPfnUnlock == nullptr
143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore);
212 return mapGralloc1Error(mPfnLock(mGralloc1Device, handle,
directchannel.h 81 GRALLOC1_PFN_LOCK mPfnLock;

Completed in 499 milliseconds