Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DFastMixer.h92 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; enumerator
H A DFastMixer.cpp461 } else if (mMixerBufferState != ZEROED) { in onWork()
472 mMixerBufferState = ZEROED; in onWork()