Lines Matching refs:FastMixerState
49 /*static*/ const FastMixerState FastMixer::sInitial;
85 for (i = 0; i < FastMixerState::sMaxFastTracks; ++i) { in FastMixer()
114 mPreIdle = *(const FastMixerState *)mCurrent; in onIdle()
127 switch ((FastMixerState::Command) command) { in isSubClassCommand()
128 case FastMixerState::MIX: in isSubClassCommand()
129 case FastMixerState::WRITE: in isSubClassCommand()
130 case FastMixerState::MIX_WRITE: in isSubClassCommand()
138 const FastMixerState * const current = (const FastMixerState *) mCurrent; in updateMixerTrack()
208 const FastMixerState * const current = (const FastMixerState *) mCurrent; in onStateChange()
209 const FastMixerState * const previous = (const FastMixerState *) mPrevious; in onStateChange()
344 const FastMixerState * const current = (const FastMixerState *) mCurrent; in onWork()
362 const FastMixerState::Command command = mCommand; in onWork()
365 if ((command & FastMixerState::MIX) && (mMixer != NULL) && mIsWarm) { in onWork()
456 if ((command & FastMixerState::WRITE) && (mOutputSink != NULL) && (mMixerBuffer != NULL)) { in onWork()