Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastCapture.cpp32 /*static*/ const FastCaptureState FastCapture::sInitial; member in android::FastCapture
40 mPrevious = &sInitial; in FastCapture()
41 mCurrent = &sInitial; in FastCapture()
DFastCapture.h49 static const FastCaptureState sInitial; variable
DFastMixer.h52 static const FastMixerState sInitial; variable
DFastMixer.cpp48 /*static*/ const FastMixerState FastMixer::sInitial; member in android::FastMixer
72 mPrevious = &sInitial; in FastMixer()
73 mCurrent = &sInitial; in FastMixer()