OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFastIndex
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
PlaybackTracks.h
114
int fastIndex() const { return
mFastIndex
; }
143
int
mFastIndex
; // index within FastMixerState::mFastTracks[];
144
// either
mFastIndex
== -1 if not isFastTrack()
145
// or 0 <
mFastIndex
< FastMixerState::kMaxFast because
150
// mFastMixerDumpState.mTracks[
mFastIndex
].mUnderruns
Tracks.cpp
343
mFastIndex
(-1),
374
mFastIndex
= i;
433
sprintf(buffer, " F %2d",
mFastIndex
);
[
all
...]
Threads.cpp
[
all
...]
Completed in 51 milliseconds