Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp1986 const auto lastInvocation = getLastBestRefreshRateInvocation(*refreshRateConfigs); in TEST_F() local
1988 ASSERT_TRUE(lastInvocation.has_value()); in TEST_F()
1989 ASSERT_EQ(layers, lastInvocation->layerRequirements); in TEST_F()
1990 ASSERT_EQ(globalSignals, lastInvocation->globalSignals); in TEST_F()
1991 ASSERT_EQ(lastResult, lastInvocation->resultingBestRefreshRate); in TEST_F()
1996 ASSERT_FALSE(detaultSignals == lastInvocation->outSignalsConsidered); in TEST_F()