Home
last modified time | relevance | path

Searched defs:GlobalSignals (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.h189 struct GlobalSignals { struct
198 bool operator==(GlobalSignals other) const { argument
203 auto toString() const { in toString()
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp2274 using GlobalSignals = RefreshRateSelector::GlobalSignals; in TEST_P() typedef