Home
last modified time | relevance | path

Searched refs:FastTrackUnderruns (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixerDumpState.h36 union FastTrackUnderruns { union
37 FastTrackUnderruns() { mAtomic = 0; in FastTrackUnderruns() function
38 COMPILE_TIME_ASSERT_FUNCTION_SCOPE(sizeof(FastTrackUnderruns) == sizeof(uint32_t)); } in FastTrackUnderruns()
39 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { } in FastTrackUnderruns() function
40 FastTrackUnderruns& operator=(const FastTrackUnderruns& rhs)
58 FastTrackUnderruns mUnderruns;
DFastMixerDumpState.cpp175 const FastTrackUnderruns& underruns = ftDump->mUnderruns; in dump()
DPlaybackTracks.h163 FastTrackUnderruns mObservedUnderruns; // Most recently observed value of
DThreads.h870 virtual FastTrackUnderruns getFastTrackUnderruns(size_t fastIndex __unused) const in getFastTrackUnderruns()
871 { FastTrackUnderruns dummy; return dummy; } in getFastTrackUnderruns()
947 virtual FastTrackUnderruns getFastTrackUnderruns(size_t fastIndex) const { in getFastTrackUnderruns()
DFastMixer.cpp394 FastTrackUnderruns underruns = ftDump->mUnderruns; in onWork()
DThreads.cpp1785 FastTrackUnderruns underruns = getFastTrackUnderruns(0); in dumpTracks()
4084 FastTrackUnderruns underruns = ftDump->mUnderruns; in prepareTracks_l()