Loading services/surfaceflinger/SurfaceFlinger.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -509,9 +509,9 @@ private: using RefreshRateType = scheduler::RefreshRateConfigs::RefreshRateType; using RefreshRateType = scheduler::RefreshRateConfigs::RefreshRateType; struct ActiveConfigInfo { struct ActiveConfigInfo { RefreshRateType type; RefreshRateType type = RefreshRateType::DEFAULT; int configId; int configId = 0; Scheduler::ConfigEvent event; Scheduler::ConfigEvent event = Scheduler::ConfigEvent::None; bool operator!=(const ActiveConfigInfo& other) const { bool operator!=(const ActiveConfigInfo& other) const { return type != other.type || configId != other.configId || event != other.event; return type != other.type || configId != other.configId || event != other.event; Loading Loading
services/surfaceflinger/SurfaceFlinger.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -509,9 +509,9 @@ private: using RefreshRateType = scheduler::RefreshRateConfigs::RefreshRateType; using RefreshRateType = scheduler::RefreshRateConfigs::RefreshRateType; struct ActiveConfigInfo { struct ActiveConfigInfo { RefreshRateType type; RefreshRateType type = RefreshRateType::DEFAULT; int configId; int configId = 0; Scheduler::ConfigEvent event; Scheduler::ConfigEvent event = Scheduler::ConfigEvent::None; bool operator!=(const ActiveConfigInfo& other) const { bool operator!=(const ActiveConfigInfo& other) const { return type != other.type || configId != other.configId || event != other.event; return type != other.type || configId != other.configId || event != other.event; Loading