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()
127 hardware::Return<void> ret = mMapper->createDescriptor(*descriptorInfo, hidl_cb); in createDescriptor()
135 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
148 auto ret = mMapper->freeBuffer(buffer); in freeBuffer()
162 auto ret = mMapper->validateBufferSize(buffer, descriptorInfo, stride); in validateBufferSize()
174 auto ret = mMapper->getTransportSize(buffer, in getTransportSize()
207 auto ret = mMapper->lock(buffer, usage, accessRegion, acquireFenceHandle, in lock()
252 auto ret = mMapper->lockYCbCr(buffer, usage, accessRegion, acquireFenceHandle, in lock()
284 auto ret = mMapper->unlock(buffer, [&](const auto& tmpError, const auto& tmpReleaseFence) { in unlock()
320 auto ret = mMapper->isSupported(descriptorInfo, in isSupported()
343 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator()
370 status_t error = mMapper.createDescriptor(static_cast<void*>(&descriptorInfo), in allocate()
386 error = mMapper.importBuffer(tmpBuffers[i], in allocate()
390 mMapper.freeBuffer(outBufferHandles[j]); in allocate()