Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.cpp63 mMixerBufferState(UNDEFINED), in FastMixer()
291 mMixerBufferState = UNDEFINED; in onStateChange()
447 mMixerBufferState = MIXED; in onWork()
448 } else if (mMixerBufferState != ZEROED) { in onWork()
449 mMixerBufferState = UNDEFINED; in onWork()
452 } else if (mMixerBufferState == MIXED) { in onWork()
453 mMixerBufferState = UNDEFINED; in onWork()
457 if (mMixerBufferState == UNDEFINED) { in onWork()
459 mMixerBufferState = ZEROED; in onWork()
DFastMixer.h92 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable