Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp1809 struct ExpectedRate { in TEST_F() struct
1815 std::vector<ExpectedRate> knownFrameRatesExpectations = { in TEST_F()
1830 [](Fps a, const ExpectedRate& b) { return a.equalsWithMargin(b.rate); }); in TEST_F()