Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFpsReporterTest.cpp193 float secondFps = 53.0; in TEST_F() local
197 .WillOnce(Return(secondFps)); in TEST_F()
211 EXPECT_EQ(secondFps, mFpsListener->lastReportedFps); in TEST_F()