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

  /frameworks/av/services/audioflinger/
FastMixerState.h 59 FastTrack mFastTracks[kMaxFastTracks];
60 int mFastTracksGen; // increment when any mFastTracks[i].mGeneration is incremented
61 unsigned mTrackMask; // bit i is set if and only if mFastTracks[i] is active
FastMixer.cpp 63 int generations[FastMixerState::kMaxFastTracks]; // last observed mFastTracks[i].mGeneration
292 const FastTrack* fastTrack = &current->mFastTracks[i];
311 const FastTrack* fastTrack = &current->mFastTracks[i];
341 const FastTrack* fastTrack = &current->mFastTracks[i];
391 const FastTrack* fastTrack = &current->mFastTracks[i];
    [all...]
Threads.cpp     [all...]

Completed in 820 milliseconds