Loading services/surfaceflinger/FlagManager.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ void FlagManager::dump(std::string& result) const { DUMP_FLAG(misc1); DUMP_FLAG(late_boot_misc2); DUMP_FLAG(vrr_config); DUMP_FLAG(hotplug2); #undef DUMP_FLAG } Loading Loading @@ -165,6 +166,7 @@ FLAG_MANAGER_READ_ONLY_FLAG(connected_display, "") FLAG_MANAGER_READ_ONLY_FLAG(enable_small_area_detection, "") FLAG_MANAGER_READ_ONLY_FLAG(misc1, "") FLAG_MANAGER_READ_ONLY_FLAG(vrr_config, "debug.sf.enable_vrr_config") FLAG_MANAGER_READ_ONLY_FLAG(hotplug2, "") /// 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 @@ -51,6 +51,7 @@ public: bool enable_small_area_detection() const; bool misc1() const; bool vrr_config() const; bool hotplug2() const; /// Trunk stable server flags /// bool late_boot_misc2() const; Loading services/surfaceflinger/surfaceflinger_flags.aconfig +9 −1 Original line number Diff line number Diff line Loading @@ -53,3 +53,11 @@ flag { bug: "283055450" is_fixed_read_only: true } flag { name: "hotplug2" namespace: "core_graphics" description: "Feature flag for using hotplug2 HAL API" bug: "303460805" is_fixed_read_only: true } Loading
services/surfaceflinger/FlagManager.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ void FlagManager::dump(std::string& result) const { DUMP_FLAG(misc1); DUMP_FLAG(late_boot_misc2); DUMP_FLAG(vrr_config); DUMP_FLAG(hotplug2); #undef DUMP_FLAG } Loading Loading @@ -165,6 +166,7 @@ FLAG_MANAGER_READ_ONLY_FLAG(connected_display, "") FLAG_MANAGER_READ_ONLY_FLAG(enable_small_area_detection, "") FLAG_MANAGER_READ_ONLY_FLAG(misc1, "") FLAG_MANAGER_READ_ONLY_FLAG(vrr_config, "debug.sf.enable_vrr_config") FLAG_MANAGER_READ_ONLY_FLAG(hotplug2, "") /// 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 @@ -51,6 +51,7 @@ public: bool enable_small_area_detection() const; bool misc1() const; bool vrr_config() const; bool hotplug2() const; /// Trunk stable server flags /// bool late_boot_misc2() const; Loading
services/surfaceflinger/surfaceflinger_flags.aconfig +9 −1 Original line number Diff line number Diff line Loading @@ -53,3 +53,11 @@ flag { bug: "283055450" is_fixed_read_only: true } flag { name: "hotplug2" namespace: "core_graphics" description: "Feature flag for using hotplug2 HAL API" bug: "303460805" is_fixed_read_only: true }