Lines Matching refs:Gralloc5Mapper
180 Gralloc5Allocator::Gralloc5Allocator(const Gralloc5Mapper &mapper) : mMapper(mapper) { in Gralloc5Allocator()
307 void Gralloc5Mapper::preload() { in preload()
313 Gralloc5Mapper::Gralloc5Mapper() { in Gralloc5Mapper() function in android::Gralloc5Mapper
317 bool Gralloc5Mapper::isLoaded() const { in isLoaded()
443 std::string Gralloc5Mapper::dumpBuffer(buffer_handle_t bufferHandle, bool less) const { in dumpBuffer()
462 std::string Gralloc5Mapper::dumpBuffers(bool less) const { in dumpBuffers()
522 status_t Gralloc5Mapper::importBuffer(const native_handle_t *rawHandle, in importBuffer()
527 void Gralloc5Mapper::freeBuffer(buffer_handle_t bufferHandle) const { in freeBuffer()
531 status_t Gralloc5Mapper::validateBufferSize(buffer_handle_t bufferHandle, uint32_t width, in validateBufferSize()
592 void Gralloc5Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t *outNumFds, in getTransportSize()
597 status_t Gralloc5Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect &bounds, in lock()
609 status_t Gralloc5Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect &bounds, in lock()
719 int Gralloc5Mapper::unlock(buffer_handle_t bufferHandle) const { in unlock()
728 status_t Gralloc5Mapper::isSupported(uint32_t width, uint32_t height, PixelFormat format, in isSupported()
744 status_t Gralloc5Mapper::getBufferId(buffer_handle_t bufferHandle, uint64_t *outBufferId) const { in getBufferId()
753 status_t Gralloc5Mapper::getName(buffer_handle_t bufferHandle, std::string *outName) const { in getName()
762 status_t Gralloc5Mapper::getWidth(buffer_handle_t bufferHandle, uint64_t *outWidth) const { in getWidth()
771 status_t Gralloc5Mapper::getHeight(buffer_handle_t bufferHandle, uint64_t *outHeight) const { in getHeight()
780 status_t Gralloc5Mapper::getLayerCount(buffer_handle_t bufferHandle, in getLayerCount()
790 status_t Gralloc5Mapper::getPixelFormatRequested(buffer_handle_t bufferHandle, in getPixelFormatRequested()
801 status_t Gralloc5Mapper::getPixelFormatFourCC(buffer_handle_t bufferHandle, in getPixelFormatFourCC()
812 status_t Gralloc5Mapper::getPixelFormatModifier(buffer_handle_t bufferHandle, in getPixelFormatModifier()
823 status_t Gralloc5Mapper::getUsage(buffer_handle_t bufferHandle, uint64_t *outUsage) const { in getUsage()
832 status_t Gralloc5Mapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize()
842 status_t Gralloc5Mapper::getProtectedContent(buffer_handle_t bufferHandle, in getProtectedContent()
853 status_t Gralloc5Mapper::getCompression( in getCompression()
864 status_t Gralloc5Mapper::getCompression(buffer_handle_t bufferHandle, in getCompression()
877 status_t Gralloc5Mapper::getInterlaced( in getInterlaced()
888 status_t Gralloc5Mapper::getInterlaced(buffer_handle_t bufferHandle, in getInterlaced()
905 status_t Gralloc5Mapper::getChromaSiting( in getChromaSiting()
916 status_t Gralloc5Mapper::getChromaSiting(buffer_handle_t bufferHandle, in getChromaSiting()
933 status_t Gralloc5Mapper::getPlaneLayouts(buffer_handle_t bufferHandle, in getPlaneLayouts()
943 status_t Gralloc5Mapper::getDataspace(buffer_handle_t bufferHandle, in getDataspace()
953 status_t Gralloc5Mapper::setDataspace(buffer_handle_t bufferHandle, ui::Dataspace dataspace) const { in setDataspace()
958 status_t Gralloc5Mapper::getBlendMode(buffer_handle_t bufferHandle, in getBlendMode()
968 status_t Gralloc5Mapper::getSmpte2086(buffer_handle_t bufferHandle, in getSmpte2086()
978 status_t Gralloc5Mapper::setSmpte2086(buffer_handle_t bufferHandle, in setSmpte2086()
983 status_t Gralloc5Mapper::getCta861_3(buffer_handle_t bufferHandle, in getCta861_3()
993 status_t Gralloc5Mapper::setCta861_3(buffer_handle_t bufferHandle, in setCta861_3()
998 status_t Gralloc5Mapper::getSmpte2094_40( in getSmpte2094_40()
1008 status_t Gralloc5Mapper::setSmpte2094_40(buffer_handle_t bufferHandle, in setSmpte2094_40()
1014 status_t Gralloc5Mapper::getSmpte2094_10( in getSmpte2094_10()
1024 status_t Gralloc5Mapper::setSmpte2094_10(buffer_handle_t bufferHandle, in setSmpte2094_10()