Home
last modified time | relevance | path

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

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