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

  /frameworks/av/services/audioflinger/
FastMixer.h 55 union FastTrackUnderruns {
56 FastTrackUnderruns() { mAtomic = 0;
57 COMPILE_TIME_ASSERT_FUNCTION_SCOPE(sizeof(FastTrackUnderruns) == sizeof(uint32_t)); }
58 FastTrackUnderruns(const FastTrackUnderruns& copyFrom) : mAtomic(copyFrom.mAtomic) { }
59 FastTrackUnderruns& operator=(const FastTrackUnderruns& rhs)
77 FastTrackUnderruns mUnderruns;
Threads.h 555 virtual FastTrackUnderruns getFastTrackUnderruns(size_t fastIndex) const
556 { FastTrackUnderruns dummy; return dummy; }
614 virtual FastTrackUnderruns getFastTrackUnderruns(size_t fastIndex) const {
    [all...]
PlaybackTracks.h 135 FastTrackUnderruns mObservedUnderruns; // Most recently observed value of
FastMixer.cpp 401 FastTrackUnderruns underruns = ftDump->mUnderruns;
    [all...]
Threads.cpp     [all...]

Completed in 27 milliseconds