Lines Matching refs:Gralloc3Mapper
76 void Gralloc3Mapper::preload() { in preload()
80 Gralloc3Mapper::Gralloc3Mapper() { in Gralloc3Mapper() function in android::Gralloc3Mapper
91 bool Gralloc3Mapper::isLoaded() const { in isLoaded()
95 status_t Gralloc3Mapper::validateBufferDescriptorInfo( in validateBufferDescriptorInfo()
116 status_t Gralloc3Mapper::createDescriptor(void* bufferDescriptorInfo, in createDescriptor()
141 status_t Gralloc3Mapper::importBuffer(const native_handle_t* rawHandle, in importBuffer()
155 void Gralloc3Mapper::freeBuffer(buffer_handle_t bufferHandle) const { in freeBuffer()
163 status_t Gralloc3Mapper::validateBufferSize(buffer_handle_t bufferHandle, uint32_t width, in validateBufferSize()
176 void Gralloc3Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds, in getTransportSize()
199 status_t Gralloc3Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
244 status_t Gralloc3Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
288 int Gralloc3Mapper::unlock(buffer_handle_t bufferHandle) const { in unlock()
322 status_t Gralloc3Mapper::isSupported(uint32_t width, uint32_t height, android::PixelFormat format, in isSupported()
352 Gralloc3Allocator::Gralloc3Allocator(const Gralloc3Mapper& mapper) : mMapper(mapper) { in Gralloc3Allocator()