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