Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.h488 struct GetBestRefreshRateInvocation { struct
494 mutable std::optional<GetBestRefreshRateInvocation> lastBestRefreshRateInvocation argument
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp48 using GetBestRefreshRateInvocation = RefreshRateConfigs::GetBestRefreshRateInvocation; typedef in android::scheduler::RefreshRateConfigsTest