Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/timing/tests/
Dmonotonicframecounter_tests.cpp39 monotonicFrameCounter.updateAndGetMonotonicFrameCount(p.first, p.second)); in TEST()
56 monotonicFrameCounter.updateAndGetMonotonicFrameCount(p.first, p.second); in TEST()
81 monotonicFrameCounter.updateAndGetMonotonicFrameCount(p.first, p.second); in TEST()
/frameworks/av/services/audioflinger/timing/
DMonotonicFrameCounter.h46 int64_t updateAndGetMonotonicFrameCount(int64_t newFrameCount, int64_t newTime);
DMonotonicFrameCounter.cpp25 int64_t MonotonicFrameCounter::updateAndGetMonotonicFrameCount( in updateAndGetMonotonicFrameCount() function in android::audioflinger::MonotonicFrameCounter
/frameworks/av/services/audioflinger/
DThreads.cpp6698 mMonotonicFrameCounter.updateAndGetMonotonicFrameCount(frames, time); in processVolume_l()