Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockTimeStats.h34 MOCK_METHOD0(incrementTotalFrames, void());
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h53 virtual void incrementTotalFrames() = 0;
234 void incrementTotalFrames() override;
DTimeStats.cpp306 void TimeStats::incrementTotalFrames() { in incrementTotalFrames() function in android::impl::TimeStats
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp268 ASSERT_NO_FATAL_FAILURE(mTimeStats->incrementTotalFrames()); in TEST_F()
839 ASSERT_NO_FATAL_FAILURE(mTimeStats->incrementTotalFrames()); in TEST_F()
1032 mTimeStats->incrementTotalFrames(); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2383 mTimeStats->incrementTotalFrames(); in postComposition()