Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.h204 struct GlobalSignals { struct
213 bool operator==(GlobalSignals other) const { argument
218 auto toString() const { in toString()
DScheduler.h74 using GlobalSignals = RefreshRateSelector::GlobalSignals; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp3146 using GlobalSignals = RefreshRateSelector::GlobalSignals; in TEST_P() typedef