Searched refs:mMixerBufferState (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.h75 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; member in class:android::FastMixer
H A DFastMixer.cpp62 mMixerBufferState(UNDEFINED),
205 mMixerBufferState = UNDEFINED;
405 mMixerBufferState = MIXED;
406 } else if (mMixerBufferState == MIXED) {
407 mMixerBufferState = UNDEFINED;
411 if (mMixerBufferState == UNDEFINED) {
413 mMixerBufferState = ZEROED;

Completed in 1409 milliseconds