Lines Matching refs:mMapperV3
52 mMapperV3 = IMapperV3::getService(); in initializeLocked()
53 if (mMapperV3 != nullptr) { in initializeLocked()
70 mMapperV3.clear(); in cleanup()
251 if (mMapperV3 != nullptr) { in importBuffer()
252 return importBufferInternal<IMapperV3, MapperErrorV3>(mMapperV3, handle); in importBuffer()
278 } else if (mMapperV3 != nullptr) { in freeBuffer()
279 auto ret = mMapperV3->freeBuffer(const_cast<native_handle_t*>(handle)); in freeBuffer()
333 if (mMapperV4 == nullptr && mMapperV3 == nullptr && mMapperV2 == nullptr) { in lock()
352 } else if (mMapperV3 != nullptr) { in lock()
356 mMapperV3->lock(buffer, cpuUsage, accessRegionV3, acquireFenceHandle, in lock()
396 if (mMapperV3 != nullptr) { in lockYCbCr()
398 mMapperV3, buf, cpuUsage, accessRegion); in lockYCbCr()
441 if (mMapperV3 != nullptr) { in unlock()
442 return unlockInternal<IMapperV3, MapperErrorV3>(mMapperV3, buf); in unlock()