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.h57 static const FastMixerState sInitial; variable
DFastMixer.cpp47 /*static*/ const FastMixerState FastMixer::sInitial; member in android::FastMixer
71 mPrevious = &sInitial; in FastMixer()
72 mCurrent = &sInitial; in FastMixer()