Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockTimeStats.h34 MOCK_METHOD0(incrementTotalFrames, void());
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.h53 virtual void incrementTotalFrames() = 0;
234 void incrementTotalFrames() override;
H A DTimeStats.cpp306 void TimeStats::incrementTotalFrames() { in incrementTotalFrames() function in android::impl::TimeStats
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A 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()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2396 mTimeStats->incrementTotalFrames(); in postComposition()