Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/timing/tests/
Dmonotonicframecounter_tests.cpp29 MonotonicFrameCounter monotonicFrameCounter; in TEST() local
39 monotonicFrameCounter.updateAndGetMonotonicFrameCount(p.first, p.second)); in TEST()
41 ASSERT_EQ(maxReceivedFrameCount, monotonicFrameCounter.getLastReportedFrameCount()); in TEST()
45 MonotonicFrameCounter monotonicFrameCounter; in TEST() local
56 monotonicFrameCounter.updateAndGetMonotonicFrameCount(p.first, p.second); in TEST()
61 ASSERT_EQ(maxReceivedFrameCount, monotonicFrameCounter.getLastReportedFrameCount()); in TEST()
65 MonotonicFrameCounter monotonicFrameCounter; in TEST() local
81 monotonicFrameCounter.updateAndGetMonotonicFrameCount(p.first, p.second); in TEST()
86 monotonicFrameCounter.onFlush(); in TEST()
94 ASSERT_EQ(sumMaxReceivedFrameCount, monotonicFrameCounter.getLastReportedFrameCount()); in TEST()