HomeSort by relevance Sort by last modified time
    Searched refs:mMixerBufferState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
FastMixer.cpp 61 mMixerBufferState(UNDEFINED),
215 mMixerBufferState = UNDEFINED;
420 mMixerBufferState = MIXED;
421 } else if (mMixerBufferState != ZEROED) {
422 mMixerBufferState = UNDEFINED;
425 } else if (mMixerBufferState == MIXED) {
426 mMixerBufferState = UNDEFINED;
430 if (mMixerBufferState == UNDEFINED) {
432 mMixerBufferState = ZEROED;
FastMixer.h 78 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState;

Completed in 43 milliseconds