Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DFpsReporterTest.cpp170 float expectedFps = 44.0; in TEST_F() local
175 .WillOnce(Return(expectedFps)); in TEST_F()
180 EXPECT_EQ(expectedFps, mFpsListener->lastReportedFps); in TEST_F()