Lines Matching refs:Gralloc4Mapper
86 void Gralloc4Mapper::preload() { in preload()
90 Gralloc4Mapper::Gralloc4Mapper() { in Gralloc4Mapper() function in android::Gralloc4Mapper
101 bool Gralloc4Mapper::isLoaded() const { in isLoaded()
105 status_t Gralloc4Mapper::validateBufferDescriptorInfo( in validateBufferDescriptorInfo()
117 status_t Gralloc4Mapper::createDescriptor(void* bufferDescriptorInfo, in createDescriptor()
142 status_t Gralloc4Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer()
156 void Gralloc4Mapper::freeBuffer(buffer_handle_t bufferHandle) const { in freeBuffer()
164 status_t Gralloc4Mapper::validateBufferSize(buffer_handle_t bufferHandle, uint32_t width, in validateBufferSize()
178 void Gralloc4Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds, in getTransportSize()
201 status_t Gralloc4Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
271 status_t Gralloc4Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
372 int Gralloc4Mapper::unlock(buffer_handle_t bufferHandle) const { in unlock()
406 status_t Gralloc4Mapper::isSupported(uint32_t width, uint32_t height, PixelFormat format, in isSupported()
437 status_t Gralloc4Mapper::get(buffer_handle_t bufferHandle, const MetadataType& metadataType, in get()
464 status_t Gralloc4Mapper::getBufferId(buffer_handle_t bufferHandle, uint64_t* outBufferId) const { in getBufferId()
469 status_t Gralloc4Mapper::getName(buffer_handle_t bufferHandle, std::string* outName) const { in getName()
473 status_t Gralloc4Mapper::getWidth(buffer_handle_t bufferHandle, uint64_t* outWidth) const { in getWidth()
477 status_t Gralloc4Mapper::getHeight(buffer_handle_t bufferHandle, uint64_t* outHeight) const { in getHeight()
481 status_t Gralloc4Mapper::getLayerCount(buffer_handle_t bufferHandle, in getLayerCount()
487 status_t Gralloc4Mapper::getPixelFormatRequested(buffer_handle_t bufferHandle, in getPixelFormatRequested()
493 status_t Gralloc4Mapper::getPixelFormatFourCC(buffer_handle_t bufferHandle, in getPixelFormatFourCC()
499 status_t Gralloc4Mapper::getPixelFormatModifier(buffer_handle_t bufferHandle, in getPixelFormatModifier()
505 status_t Gralloc4Mapper::getUsage(buffer_handle_t bufferHandle, uint64_t* outUsage) const { in getUsage()
509 status_t Gralloc4Mapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize()
515 status_t Gralloc4Mapper::getProtectedContent(buffer_handle_t bufferHandle, in getProtectedContent()
521 status_t Gralloc4Mapper::getCompression(buffer_handle_t bufferHandle, in getCompression()
527 status_t Gralloc4Mapper::getCompression(buffer_handle_t bufferHandle, in getCompression()
544 status_t Gralloc4Mapper::getInterlaced(buffer_handle_t bufferHandle, in getInterlaced()
550 status_t Gralloc4Mapper::getInterlaced(buffer_handle_t bufferHandle, in getInterlaced()
567 status_t Gralloc4Mapper::getChromaSiting(buffer_handle_t bufferHandle, in getChromaSiting()
573 status_t Gralloc4Mapper::getChromaSiting(buffer_handle_t bufferHandle, in getChromaSiting()
590 status_t Gralloc4Mapper::getPlaneLayouts(buffer_handle_t bufferHandle, in getPlaneLayouts()
596 status_t Gralloc4Mapper::getDataspace(buffer_handle_t bufferHandle, in getDataspace()
613 status_t Gralloc4Mapper::getBlendMode(buffer_handle_t bufferHandle, in getBlendMode()
619 status_t Gralloc4Mapper::getSmpte2086(buffer_handle_t bufferHandle, in getSmpte2086()
625 status_t Gralloc4Mapper::getCta861_3(buffer_handle_t bufferHandle, in getCta861_3()
631 status_t Gralloc4Mapper::getSmpte2094_40( in getSmpte2094_40()
638 status_t Gralloc4Mapper::getDefault(uint32_t width, uint32_t height, PixelFormat format, in getDefault()
671 status_t Gralloc4Mapper::getDefaultPixelFormatFourCC(uint32_t width, uint32_t height, in getDefaultPixelFormatFourCC()
680 status_t Gralloc4Mapper::getDefaultPixelFormatModifier(uint32_t width, uint32_t height, in getDefaultPixelFormatModifier()
689 status_t Gralloc4Mapper::getDefaultAllocationSize(uint32_t width, uint32_t height, in getDefaultAllocationSize()
698 status_t Gralloc4Mapper::getDefaultProtectedContent(uint32_t width, uint32_t height, in getDefaultProtectedContent()
707 status_t Gralloc4Mapper::getDefaultCompression(uint32_t width, uint32_t height, PixelFormat format, in getDefaultCompression()
714 status_t Gralloc4Mapper::getDefaultCompression(uint32_t width, uint32_t height, PixelFormat format, in getDefaultCompression()
732 status_t Gralloc4Mapper::getDefaultInterlaced(uint32_t width, uint32_t height, PixelFormat format, in getDefaultInterlaced()
739 status_t Gralloc4Mapper::getDefaultInterlaced(uint32_t width, uint32_t height, PixelFormat format, in getDefaultInterlaced()
757 status_t Gralloc4Mapper::getDefaultChromaSiting(uint32_t width, uint32_t height, PixelFormat format, in getDefaultChromaSiting()
764 status_t Gralloc4Mapper::getDefaultChromaSiting(uint32_t width, uint32_t height, PixelFormat format, in getDefaultChromaSiting()
783 status_t Gralloc4Mapper::getDefaultPlaneLayouts( in getDefaultPlaneLayouts()
790 std::vector<MetadataTypeDescription> Gralloc4Mapper::listSupportedMetadataTypes() const { in listSupportedMetadataTypes()
812 status_t Gralloc4Mapper::metadataDumpHelper(const BufferDump& bufferDump, in metadataDumpHelper()
834 status_t Gralloc4Mapper::bufferDumpHelper(const BufferDump& bufferDump, std::ostringstream* outDump, in bufferDumpHelper()
991 std::string Gralloc4Mapper::dumpBuffer(buffer_handle_t bufferHandle, bool less) const { in dumpBuffer()
1022 std::string Gralloc4Mapper::dumpBuffers(bool less) const { in dumpBuffers()
1060 Gralloc4Allocator::Gralloc4Allocator(const Gralloc4Mapper& mapper) : mMapper(mapper) { in Gralloc4Allocator()