Searched refs:mMixerBufferState (Results 1 – 2 of 2) sorted by relevance
61 mMixerBufferState(UNDEFINED), in FastMixer()215 mMixerBufferState = UNDEFINED; in onStateChange()421 mMixerBufferState = MIXED; in onWork()422 } else if (mMixerBufferState != ZEROED) { in onWork()423 mMixerBufferState = UNDEFINED; in onWork()426 } else if (mMixerBufferState == MIXED) { in onWork()427 mMixerBufferState = UNDEFINED; in onWork()431 if (mMixerBufferState == UNDEFINED) { in onWork()433 mMixerBufferState = ZEROED; in onWork()
78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable