Home
last modified time | relevance | path

Searched refs:sInitial (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DFastCapture.cpp33 /*static*/ const FastCaptureState FastCapture::sInitial; member in android::FastCapture
41 mPrevious = &sInitial; in FastCapture()
42 mCurrent = &sInitial; in FastCapture()
H A DFastCapture.h49 static const FastCaptureState sInitial; variable
H A DFastMixer.cpp49 /*static*/ const FastMixerState FastMixer::sInitial; member in android::FastMixer
85 mPrevious = &sInitial; in FastMixer()
86 mCurrent = &sInitial; in FastMixer()
H A DFastMixer.h71 static const FastMixerState sInitial; variable