Lines Matching refs:Gralloc2Mapper
79 void Gralloc2Mapper::preload() { in preload()
83 Gralloc2Mapper::Gralloc2Mapper() { in Gralloc2Mapper() function in android::Gralloc2Mapper
97 bool Gralloc2Mapper::isLoaded() const { in isLoaded()
101 status_t Gralloc2Mapper::validateBufferDescriptorInfo( in validateBufferDescriptorInfo()
116 status_t Gralloc2Mapper::createDescriptor(void* bufferDescriptorInfo, in createDescriptor()
155 status_t Gralloc2Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer()
172 void Gralloc2Mapper::freeBuffer(buffer_handle_t bufferHandle) const { in freeBuffer()
181 status_t Gralloc2Mapper::validateBufferSize(buffer_handle_t bufferHandle, uint32_t width, in validateBufferSize()
202 void Gralloc2Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds, in getTransportSize()
229 status_t Gralloc2Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
275 status_t Gralloc2Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
321 int Gralloc2Mapper::unlock(buffer_handle_t bufferHandle) const { in unlock()
354 status_t Gralloc2Mapper::isSupported(uint32_t /*width*/, uint32_t /*height*/, in isSupported()
360 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator()