Searched refs:mPfnGetBackingStore (Results 1 – 2 of 2) sorted by relevance
135 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()
83 GRALLOC1_PFN_GET_BACKING_STORE mPfnGetBackingStore; variable