Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.cpp67 mNativeFramesWrittenButNotPresented(0), // the = 0 is to silence the compiler in FastMixer()
353 mNativeFramesWrittenButNotPresented; in onWork()
476 mNativeFramesWrittenButNotPresented = in onWork()
484 mNativeFramesWrittenButNotPresented = 0; in onWork()
DFastMixer.h87 int64_t mNativeFramesWrittenButNotPresented; variable