Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/timing/
DMonotonicFrameCounter.cpp26 int64_t newFrameCount, int64_t newTime) { in updateAndGetMonotonicFrameCount() argument
27 if (newFrameCount < 0 || newTime < 0) { in updateAndGetMonotonicFrameCount()
31 __func__, (long long) newFrameCount, (long long)newFrameCount, in updateAndGetMonotonicFrameCount()
35 if (newFrameCount < mLastReceivedFrameCount) { in updateAndGetMonotonicFrameCount()
39 __func__, (long long) newFrameCount, (long long)mLastReceivedFrameCount, in updateAndGetMonotonicFrameCount()
45 mLastReceivedFrameCount = newFrameCount; in updateAndGetMonotonicFrameCount()
DMonotonicFrameCounter.h46 int64_t updateAndGetMonotonicFrameCount(int64_t newFrameCount, int64_t newTime);