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

  /device/google/contexthub/sensorhal/
directchannel.cpp 135 mPfnGetBackingStore = (GRALLOC1_PFN_GET_BACKING_STORE)
140 || mPfnGetBackingStore == nullptr) {
143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore);
242 return mPfnGetBackingStore(mGralloc1Device, h1, &s1) == GRALLOC1_ERROR_NONE
243 && mPfnGetBackingStore(mGralloc1Device, h2, &s2) == GRALLOC1_ERROR_NONE
directchannel.h 83 GRALLOC1_PFN_GET_BACKING_STORE mPfnGetBackingStore;

Completed in 1965 milliseconds