Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.cpp222 const GlobalSignals& globalSignals, in getBestRefreshRate()
244 const std::vector<LayerRequirement>& layers, const GlobalSignals& globalSignals, in getCachedBestRefreshRate()
261 const std::vector<LayerRequirement>& layers, const GlobalSignals& globalSignals, in getBestRefreshRateLocked()
H A DRefreshRateConfigs.h490 GlobalSignals globalSignals; member
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp1979 GlobalSignals globalSignals{.touch = true, .idle = true}; in TEST_F() local