Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DFastMixer.cpp78 mNativeFramesWrittenButNotPresented(0), // the = 0 is to silence the compiler in FastMixer()
393 mNativeFramesWrittenButNotPresented; in onWork()
533 mNativeFramesWrittenButNotPresented = in onWork()
542 (double)mNativeFramesWrittenButNotPresented * 1000 / mSampleRate; in onWork()
547 mNativeFramesWrittenButNotPresented = 0; in onWork()
H A DFastMixer.h101 int64_t mNativeFramesWrittenButNotPresented; variable