Searched refs:mMixerBufferState (Results 1 – 2 of 2) sorted by relevance
278 mMixerBufferState = UNDEFINED; in onStateChange()435 mMixerBufferState = MIXED; in onWork()436 } else if (mMixerBufferState != ZEROED) { in onWork()437 mMixerBufferState = UNDEFINED; in onWork()440 } else if (mMixerBufferState == MIXED) { in onWork()441 mMixerBufferState = UNDEFINED; in onWork()446 if (mMixerBufferState == UNDEFINED) { in onWork()448 mMixerBufferState = ZEROED; in onWork()
91 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState = UNDEFINED; variable