Home
last modified time | relevance | path

Searched refs:getLastBestRefreshRateInvocation (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp87 std::optional<GetBestRefreshRateInvocation> getLastBestRefreshRateInvocation( in getLastBestRefreshRateInvocation() function in android::scheduler::RefreshRateConfigsTest
1977 ASSERT_FALSE(getLastBestRefreshRateInvocation(*refreshRateConfigs).has_value()); in TEST_F()
1986 const auto lastInvocation = getLastBestRefreshRateInvocation(*refreshRateConfigs); in TEST_F()