Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastMixer.cpp278 mMixerBufferState = UNDEFINED; in onStateChange()
435 mMixerBufferState = MIXED; in onWork()
436 } else if (mMixerBufferState != ZEROED) { in onWork()
437 mMixerBufferState = UNDEFINED; in onWork()
440 } else if (mMixerBufferState == MIXED) { in onWork()
441 mMixerBufferState = UNDEFINED; in onWork()
446 if (mMixerBufferState == UNDEFINED) { in onWork()
448 mMixerBufferState = ZEROED; in onWork()
DFastMixer.h91 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState = UNDEFINED; variable