Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastMixer.cpp64 mMixerBufferState(UNDEFINED), in FastMixer()
292 mMixerBufferState = UNDEFINED; in onStateChange()
448 mMixerBufferState = MIXED; in onWork()
449 } else if (mMixerBufferState != ZEROED) { in onWork()
450 mMixerBufferState = UNDEFINED; in onWork()
453 } else if (mMixerBufferState == MIXED) { in onWork()
454 mMixerBufferState = UNDEFINED; in onWork()
458 if (mMixerBufferState == UNDEFINED) { in onWork()
460 mMixerBufferState = ZEROED; in onWork()
DFastMixer.h92 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable