Lines Matching refs:mMapperV2
58 mMapperV2 = IMapper::getService(); in initializeLocked()
59 if (mMapperV2 == nullptr) { in initializeLocked()
71 mMapperV2.clear(); in cleanup()
255 if (mMapperV2 != nullptr) { in importBuffer()
256 return importBufferInternal<IMapper, MapperErrorV2>(mMapperV2, handle); in importBuffer()
285 auto ret = mMapperV2->freeBuffer(const_cast<native_handle_t*>(handle)); in freeBuffer()
333 if (mMapperV4 == nullptr && mMapperV3 == nullptr && mMapperV2 == nullptr) { in lock()
366 mMapperV2->lock(buffer, cpuUsage, accessRegion, acquireFenceHandle, in lock()
401 if (mMapperV2 != nullptr) { in lockYCbCr()
403 mMapperV2, buf, cpuUsage, accessRegion); in lockYCbCr()
444 if (mMapperV2 != nullptr) { in unlock()
445 return unlockInternal<IMapper, MapperErrorV2>(mMapperV2, buf); in unlock()