OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 = ¤t->
mFastTracks
[i];
311
const FastTrack* fastTrack = ¤t->
mFastTracks
[i];
341
const FastTrack* fastTrack = ¤t->
mFastTracks
[i];
391
const FastTrack* fastTrack = ¤t->
mFastTracks
[i];
[
all
...]
Threads.cpp
[
all
...]
Completed in 122 milliseconds