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

  /frameworks/av/services/audioflinger/
StateQueueInstantiations.cpp 17 #include "FastMixerState.h"
24 template class StateQueue<FastMixerState>; // typedef FastMixerStateQueue
FastMixerState.cpp 17 #include "FastMixerState.h"
31 FastMixerState::FastMixerState() :
38 FastMixerState::~FastMixerState()
FastMixerState.h 52 struct FastMixerState {
53 FastMixerState();
54 /*virtual*/ ~FastMixerState();
82 }; // struct FastMixerState
FastMixer.h 26 #include "FastMixerState.h"
30 typedef StateQueue<FastMixerState> FastMixerStateQueue;
93 FastMixerState::Command mCommand; // current command
105 FastTrackDump mTracks[FastMixerState::kMaxFastTracks];
FastMixer.cpp 52 static const FastMixerState initial;
53 const FastMixerState *previous = &initial, *current = &initial;
54 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
62 for (i = 0; i < FastMixerState::kMaxFastTracks; ++i) {
113 const FastMixerState *next = mSQ.poll();
120 FastMixerState::Command command = next->mCommand;
140 if (!(current->mCommand & FastMixerState::IDLE)) {
141 if (command & FastMixerState::IDLE)
    [all...]
Android.mk 59 LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp
Threads.cpp     [all...]
Threads.h 615 ALOG_ASSERT(fastIndex < FastMixerState::kMaxFastTracks);
    [all...]
Tracks.cpp 379 ALOG_ASSERT(0 < i && i < (int)FastMixerState::kMaxFastTracks);
    [all...]

Completed in 1583 milliseconds