Loading services/surfaceflinger/FlagManager.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ void FlagManager::dump(std::string& result) const { DUMP_FLAG(vrr_config); DUMP_FLAG(hotplug2); DUMP_FLAG(hdcp_level_hal); DUMP_FLAG(multithreaded_present); #undef DUMP_FLAG } Loading Loading @@ -169,6 +170,7 @@ FLAG_MANAGER_READ_ONLY_FLAG(misc1, "") FLAG_MANAGER_READ_ONLY_FLAG(vrr_config, "debug.sf.enable_vrr_config") FLAG_MANAGER_READ_ONLY_FLAG(hotplug2, "") FLAG_MANAGER_READ_ONLY_FLAG(hdcp_level_hal, "") FLAG_MANAGER_READ_ONLY_FLAG(multithreaded_present, "debug.sf.multithreaded_present") /// Trunk stable server flags /// FLAG_MANAGER_SERVER_FLAG(late_boot_misc2, "") Loading services/surfaceflinger/FlagManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ public: bool vrr_config() const; bool hotplug2() const; bool hdcp_level_hal() const; bool multithreaded_present() const; /// Trunk stable server flags /// bool late_boot_misc2() const; Loading Loading
services/surfaceflinger/FlagManager.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ void FlagManager::dump(std::string& result) const { DUMP_FLAG(vrr_config); DUMP_FLAG(hotplug2); DUMP_FLAG(hdcp_level_hal); DUMP_FLAG(multithreaded_present); #undef DUMP_FLAG } Loading Loading @@ -169,6 +170,7 @@ FLAG_MANAGER_READ_ONLY_FLAG(misc1, "") FLAG_MANAGER_READ_ONLY_FLAG(vrr_config, "debug.sf.enable_vrr_config") FLAG_MANAGER_READ_ONLY_FLAG(hotplug2, "") FLAG_MANAGER_READ_ONLY_FLAG(hdcp_level_hal, "") FLAG_MANAGER_READ_ONLY_FLAG(multithreaded_present, "debug.sf.multithreaded_present") /// Trunk stable server flags /// FLAG_MANAGER_SERVER_FLAG(late_boot_misc2, "") Loading
services/surfaceflinger/FlagManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ public: bool vrr_config() const; bool hotplug2() const; bool hdcp_level_hal() const; bool multithreaded_present() const; /// Trunk stable server flags /// bool late_boot_misc2() const; Loading