Lines Matching refs:FastMixerState
49 /*static*/ const FastMixerState FastMixer::sInitial;
94 for (i = 0; i < FastMixerState::sMaxFastTracks; ++i) { in FastMixer()
123 mPreIdle = *(const FastMixerState *)mCurrent; in onIdle()
136 switch ((FastMixerState::Command) command) { in isSubClassCommand()
137 case FastMixerState::MIX: in isSubClassCommand()
138 case FastMixerState::WRITE: in isSubClassCommand()
139 case FastMixerState::MIX_WRITE: in isSubClassCommand()
147 const FastMixerState * const current = (const FastMixerState *) mCurrent; in updateMixerTrack()
217 const FastMixerState * const current = (const FastMixerState *) mCurrent; in onStateChange()
218 const FastMixerState * const previous = (const FastMixerState *) mPrevious; in onStateChange()
353 const FastMixerState * const current = (const FastMixerState *) mCurrent; in onWork()
372 const FastMixerState::Command command = mCommand; in onWork()
375 if ((command & FastMixerState::MIX) && (mMixer != NULL) && mIsWarm) { in onWork()
466 if ((command & FastMixerState::WRITE) && (mOutputSink != NULL) && (mMixerBuffer != NULL)) { in onWork()