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()
125 status_t Gralloc2Mapper::createDescriptor(void* bufferDescriptorInfo, in createDescriptor()
164 status_t Gralloc2Mapper::importBuffer(const native_handle_t* rawHandle, in importBuffer()
181 void Gralloc2Mapper::freeBuffer(buffer_handle_t bufferHandle) const { in freeBuffer()
190 status_t Gralloc2Mapper::validateBufferSize(buffer_handle_t bufferHandle, uint32_t width, in validateBufferSize()
211 void Gralloc2Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds, in getTransportSize()
238 status_t Gralloc2Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
284 status_t Gralloc2Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
330 int Gralloc2Mapper::unlock(buffer_handle_t bufferHandle) const { in unlock()
363 Gralloc2Allocator::Gralloc2Allocator(const Gralloc2Mapper& mapper) : mMapper(mapper) { in Gralloc2Allocator()