Searched refs:mMixerBufferState (Results 1 – 2 of 2) sorted by relevance
62 mMixerBufferState(UNDEFINED), in FastMixer()221 mMixerBufferState = UNDEFINED; in onStateChange()428 mMixerBufferState = MIXED; in onWork()429 } else if (mMixerBufferState != ZEROED) { in onWork()430 mMixerBufferState = UNDEFINED; in onWork()433 } else if (mMixerBufferState == MIXED) { in onWork()434 mMixerBufferState = UNDEFINED; in onWork()438 if (mMixerBufferState == UNDEFINED) { in onWork()440 mMixerBufferState = ZEROED; in onWork()
78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable