Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DFpsReporterTest.cpp196 float secondFps = 53.0; in TEST_F() local
200 .WillOnce(Return(secondFps)); in TEST_F()
214 EXPECT_EQ(secondFps, mFpsListener->lastReportedFps); in TEST_F()