Home
last modified time | relevance | path

Searched refs:mPfnGetBackingStore (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/sensorhal/
Ddirectchannel.cpp135 mPfnGetBackingStore = (GRALLOC1_PFN_GET_BACKING_STORE) in GrallocHalWrapper()
140 || mPfnGetBackingStore == nullptr) { in GrallocHalWrapper()
143 mPfnRetain, mPfnRelease, mPfnLock, mPfnUnlock, mPfnGetBackingStore); in GrallocHalWrapper()
242 return mPfnGetBackingStore(mGralloc1Device, h1, &s1) == GRALLOC1_ERROR_NONE in isSameMemory()
243 && mPfnGetBackingStore(mGralloc1Device, h2, &s2) == GRALLOC1_ERROR_NONE in isSameMemory()
Ddirectchannel.h83 GRALLOC1_PFN_GET_BACKING_STORE mPfnGetBackingStore; variable