Home
last modified time | relevance | path

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

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