HomeSort by relevance Sort by last modified time
    Searched refs:FastTrackUnderruns (Results 1 - 5 of 5) sorted by null

  /frameworks/av/services/audioflinger/
FastMixerDumpState.h 33 union FastTrackUnderruns {
34 FastTrackUnderruns() { mAtomic = 0;
35 COMPILE_TIME_ASSERT_FUNCTION_SCOPE(sizeof(FastTrackUnderruns) == sizeof(uint32_t)); }
36 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { }
37 FastTrackUnderruns& operator=(const FastTrackUnderruns& rhs)
55 FastTrackUnderruns mUnderruns;
PlaybackTracks.h 149 FastTrackUnderruns mObservedUnderruns; // Most recently observed value of
FastMixer.cpp 377 FastTrackUnderruns underruns = ftDump->mUnderruns;
653 const FastTrackUnderruns& underruns = ftDump->mUnderruns;
Threads.h     [all...]
Threads.cpp     [all...]

Completed in 96 milliseconds