OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFastTracksGen
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/audioflinger/
FastMixerState.h
71
int
mFastTracksGen
; // increment when any mFastTracks[i].mGeneration is incremented
FastMixer.h
95
int
mFastTracksGen
;
FastMixerState.cpp
37
mFastTracksGen
(0), mTrackMask(0), mOutputSink(NULL), mOutputSinkGen(0),
FastMixer.cpp
66
mFastTracksGen
(0),
299
mFastTracksGen
= current->
mFastTracksGen
- 1;
313
if (current->
mFastTracksGen
!=
mFastTracksGen
) {
341
mFastTracksGen
= current->
mFastTracksGen
;
Threads.cpp
[
all
...]
Completed in 175 milliseconds