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()
212 mMixerBufferState = UNDEFINED; in onStateChange()
412 mMixerBufferState = MIXED; in onWork()
413 } else if (mMixerBufferState == MIXED) { in onWork()
414 mMixerBufferState = UNDEFINED; in onWork()
418 if (mMixerBufferState == UNDEFINED) { in onWork()
420 mMixerBufferState = ZEROED; in onWork()
DFastMixer.h74 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable