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

/frameworks/av/services/audioflinger/
H A DFastCapture.h49 static const FastCaptureState sInitial; member in class:android::FastCapture
H A DFastMixer.h57 static const FastMixerState sInitial; member in class:android::FastMixer
H A DFastCapture.cpp32 /*static*/ const FastCaptureState FastCapture::sInitial; member in class:android::FastCapture
40 mPrevious = &sInitial;
41 mCurrent = &sInitial;
H A DFastMixer.cpp47 /*static*/ const FastMixerState FastMixer::sInitial; member in class:android::FastMixer
70 // FIXME pass sInitial as parameter to base class constructor, and make it static local
71 mPrevious = &sInitial;
72 mCurrent = &sInitial;
148 // we're prepared for previous == &sInitial the first time through

Completed in 369 milliseconds