Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateSelector.h210 struct GlobalSignals { struct
221 bool operator==(GlobalSignals other) const { argument
226 auto toString() const { in toString()
H A DScheduler.h75 using GlobalSignals = RefreshRateSelector::GlobalSignals; variable
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateSelectorTest.cpp3298 using GlobalSignals = RefreshRateSelector::GlobalSignals; in TEST_P() typedef