HomeSort by relevance Sort by last modified time
    Searched refs:sInitial (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audioflinger/
FastCapture.h 49 static const FastCaptureState sInitial;
FastMixer.h 57 static const FastMixerState sInitial;
FastCapture.cpp 32 /*static*/ const FastCaptureState FastCapture::sInitial;
40 mPrevious = &sInitial;
41 mCurrent = &sInitial;
FastMixer.cpp 47 /*static*/ const FastMixerState FastMixer::sInitial;
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 39 milliseconds