OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastMixerState
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/services/audioflinger/
StateQueueInstantiations.cpp
18
#include "
FastMixerState
.h"
26
template class StateQueue<
FastMixerState
>; // typedef FastMixerStateQueue
FastMixerState.cpp
17
#include "
FastMixerState
.h"
31
FastMixerState
::
FastMixerState
() : FastThreadState(),
38
FastMixerState
::~
FastMixerState
()
FastMixer.h
26
#include "
FastMixerState
.h"
33
typedef StateQueue<
FastMixerState
> FastMixerStateQueue;
56
static const
FastMixerState
initial;
57
FastMixerState
preIdle; // copy of state before we went into idle
59
int fastTrackNames[
FastMixerState
::kMaxFastTracks]; // handles used by mixer to identify tracks
60
int generations[
FastMixerState
::kMaxFastTracks]; // last observed mFastTracks[i].mGeneration
FastMixerState.h
53
struct
FastMixerState
: FastThreadState {
54
FastMixerState
();
55
/*virtual*/ ~
FastMixerState
();
76
}; // struct
FastMixerState
FastMixer.cpp
47
/*static*/ const
FastMixerState
FastMixer::initial;
80
for (i = 0; i <
FastMixerState
::kMaxFastTracks; ++i) {
113
preIdle = *(const
FastMixerState
*)current;
126
switch ((
FastMixerState
::Command) command) {
127
case
FastMixerState
::MIX:
128
case
FastMixerState
::WRITE:
129
case
FastMixerState
::MIX_WRITE:
138
const
FastMixerState
* const current = (const
FastMixerState
*) this->current;
139
const
FastMixerState
* const previous = (const FastMixerState *) this->previous
[
all
...]
FastMixerDumpState.h
82
FastTrackDump mTracks[
FastMixerState
::kMaxFastTracks];
Android.mk
71
LOCAL_SRC_FILES += FastMixer.cpp
FastMixerState
.cpp AudioWatchdog.cpp
Threads.cpp
[
all
...]
Threads.h
[
all
...]
Tracks.cpp
440
ALOG_ASSERT(0 < i && i < (int)
FastMixerState
::kMaxFastTracks);
[
all
...]
Completed in 279 milliseconds