Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.cpp72 mMixerBufferState(UNDEFINED), in FastMixer()
300 mMixerBufferState = UNDEFINED; in onStateChange()
457 mMixerBufferState = MIXED; in onWork()
458 } else if (mMixerBufferState != ZEROED) { in onWork()
459 mMixerBufferState = UNDEFINED; in onWork()
462 } else if (mMixerBufferState == MIXED) { in onWork()
463 mMixerBufferState = UNDEFINED; in onWork()
467 if (mMixerBufferState == UNDEFINED) { in onWork()
469 mMixerBufferState = ZEROED; in onWork()
DFastMixer.h92 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable