Home
last modified time | relevance | path

Searched refs:HidlComposer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp121 HidlComposer::~HidlComposer() = default;
217 HidlComposer::HidlComposer(const std::string& serviceName) in HidlComposer() function in android::Hwc2::HidlComposer
267 bool HidlComposer::isSupported(OptionalFeature feature) const { in isSupported()
279 bool HidlComposer::isVrrSupported() const { in isVrrSupported()
284 std::vector<Capability> HidlComposer::getCapabilities() { in getCapabilities()
292 std::string HidlComposer::dumpDebugInfo() { in dumpDebugInfo()
300 void HidlComposer::registerCallback(const sp<IComposerCallback>& callback) { in registerCallback()
314 Error HidlComposer::executeCommands(Display) { in executeCommands()
318 uint32_t HidlComposer::getMaxVirtualDisplayCount() { in getMaxVirtualDisplayCount()
323 Error HidlComposer::createVirtualDisplay(uint32_t width, uint32_t height, PixelFormat* format, in createVirtualDisplay()
[all …]
DComposerHal.cpp33 return std::make_unique<HidlComposer>(serviceName); in create()
DHidlComposerHal.h164 class HidlComposer final : public Composer {
166 explicit HidlComposer(const std::string& serviceName);
167 ~HidlComposer() override;