Lines Matching refs:mMapper
81 mMapper = IMapper::getService(); in Gralloc3Mapper()
82 if (mMapper == nullptr) { in Gralloc3Mapper()
86 if (mMapper->isRemote()) { in Gralloc3Mapper()
92 return mMapper != nullptr; in isLoaded()
136 hardware::Return<void> ret = mMapper->createDescriptor(*descriptorInfo, hidl_cb); in createDescriptor()
144 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
157 auto ret = mMapper->freeBuffer(buffer); in freeBuffer()
171 auto ret = mMapper->validateBufferSize(buffer, descriptorInfo, stride); in validateBufferSize()
183 auto ret = mMapper->getTransportSize(buffer, in getTransportSize()
216 auto ret = mMapper->lock(buffer, usage, accessRegion, acquireFenceHandle, in lock()
261 auto ret = mMapper->lockYCbCr(buffer, usage, accessRegion, acquireFenceHandle, in lock()
293 auto ret = mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock()
329 auto ret = mMapper->isSupported(descriptorInfo, in isSupported()
352 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator()
380 status_t error = mMapper.createDescriptor(static_cast<void*>(&descriptorInfo), in allocate()
398 error = mMapper.importBuffer(tmpBuffers[i], in allocate()
402 mMapper.freeBuffer(outBufferHandles[j]); in allocate()