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()
DThreads.h832 virtual FastTrackUnderruns getFastTrackUnderruns(size_t fastIndex __unused) const in getFastTrackUnderruns()
833 { FastTrackUnderruns dummy; return dummy; } in getFastTrackUnderruns()
913 virtual FastTrackUnderruns getFastTrackUnderruns(size_t fastIndex) const { in getFastTrackUnderruns()
DPlaybackTracks.h149 FastTrackUnderruns mObservedUnderruns; // Most recently observed value of
DFastMixer.cpp384 FastTrackUnderruns underruns = ftDump->mUnderruns; in onWork()
DThreads.cpp1533 FastTrackUnderruns underruns = getFastTrackUnderruns(0); in dumpTracks()
3711 FastTrackUnderruns underruns = ftDump->mUnderruns; in prepareTracks_l()