Searched defs:totalNativeFramesPresented (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp481 const int64_t totalNativeFramesPresented = local
483 if (totalNativeFramesPresented <= mTotalNativeFramesWritten) {
485 mTotalNativeFramesWritten - totalNativeFramesPresented;

Completed in 50 milliseconds