Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.cpp62 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()
DFastMixer.h78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable