Lines Matching defs:bufferHandle
223 status_t Gralloc4Mapper::validateBufferSize(buffer_handle_t bufferHandle, uint32_t width, in validateBufferSize()
239 void Gralloc4Mapper::getTransportSize(buffer_handle_t bufferHandle, uint32_t* outNumFds, in getTransportSize()
262 status_t Gralloc4Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
332 status_t Gralloc4Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, const Rect& bounds, in lock()
503 status_t Gralloc4Mapper::get(buffer_handle_t bufferHandle, const MetadataType& metadataType, in get()
531 status_t Gralloc4Mapper::set(buffer_handle_t bufferHandle, const MetadataType& metadataType, in set()
561 status_t Gralloc4Mapper::getBufferId(buffer_handle_t bufferHandle, uint64_t* outBufferId) const { in getBufferId()
566 status_t Gralloc4Mapper::getName(buffer_handle_t bufferHandle, std::string* outName) const { in getName()
570 status_t Gralloc4Mapper::getWidth(buffer_handle_t bufferHandle, uint64_t* outWidth) const { in getWidth()
574 status_t Gralloc4Mapper::getHeight(buffer_handle_t bufferHandle, uint64_t* outHeight) const { in getHeight()
578 status_t Gralloc4Mapper::getLayerCount(buffer_handle_t bufferHandle, in getLayerCount()
584 status_t Gralloc4Mapper::getPixelFormatRequested(buffer_handle_t bufferHandle, in getPixelFormatRequested()
590 status_t Gralloc4Mapper::getPixelFormatFourCC(buffer_handle_t bufferHandle, in getPixelFormatFourCC()
596 status_t Gralloc4Mapper::getPixelFormatModifier(buffer_handle_t bufferHandle, in getPixelFormatModifier()
602 status_t Gralloc4Mapper::getUsage(buffer_handle_t bufferHandle, uint64_t* outUsage) const { in getUsage()
606 status_t Gralloc4Mapper::getAllocationSize(buffer_handle_t bufferHandle, in getAllocationSize()
612 status_t Gralloc4Mapper::getProtectedContent(buffer_handle_t bufferHandle, in getProtectedContent()
618 status_t Gralloc4Mapper::getCompression(buffer_handle_t bufferHandle, in getCompression()
624 status_t Gralloc4Mapper::getCompression(buffer_handle_t bufferHandle, in getCompression()
641 status_t Gralloc4Mapper::getInterlaced(buffer_handle_t bufferHandle, in getInterlaced()
647 status_t Gralloc4Mapper::getInterlaced(buffer_handle_t bufferHandle, in getInterlaced()
664 status_t Gralloc4Mapper::getChromaSiting(buffer_handle_t bufferHandle, in getChromaSiting()
670 status_t Gralloc4Mapper::getChromaSiting(buffer_handle_t bufferHandle, in getChromaSiting()
687 status_t Gralloc4Mapper::getPlaneLayouts(buffer_handle_t bufferHandle, in getPlaneLayouts()
693 status_t Gralloc4Mapper::getDataspace(buffer_handle_t bufferHandle, in getDataspace()
710 status_t Gralloc4Mapper::setDataspace(buffer_handle_t bufferHandle, ui::Dataspace dataspace) const { in setDataspace()
716 status_t Gralloc4Mapper::getBlendMode(buffer_handle_t bufferHandle, in getBlendMode()
722 status_t Gralloc4Mapper::getSmpte2086(buffer_handle_t bufferHandle, in getSmpte2086()
728 status_t Gralloc4Mapper::setSmpte2086(buffer_handle_t bufferHandle, in setSmpte2086()
734 status_t Gralloc4Mapper::getCta861_3(buffer_handle_t bufferHandle, in getCta861_3()
740 status_t Gralloc4Mapper::setCta861_3(buffer_handle_t bufferHandle, in setCta861_3()
746 buffer_handle_t bufferHandle, std::optional<std::vector<uint8_t>>* outSmpte2094_40) const { in getSmpte2094_40()
751 status_t Gralloc4Mapper::setSmpte2094_40(buffer_handle_t bufferHandle, in setSmpte2094_40()
758 buffer_handle_t bufferHandle, std::optional<std::vector<uint8_t>>* outSmpte2094_10) const { in getSmpte2094_10()
763 status_t Gralloc4Mapper::setSmpte2094_10(buffer_handle_t bufferHandle, in setSmpte2094_10()
971 std::string Gralloc4Mapper::dumpBuffer(buffer_handle_t bufferHandle, bool less) const { in dumpBuffer()