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

/frameworks/av/services/audioflinger/
H A DFastCapture.h51 FastCaptureState mPreIdle; // copy of state before we went into idle member in class:android::FastCapture
H A DFastMixer.h54 FastMixerState mPreIdle; // copy of state before we went into idle member in class:android::FastMixer
H A DFastCapture.cpp66 mPreIdle = *(const FastCaptureState *)mCurrent;
67 mCurrent = &mPreIdle;
H A DFastMixer.cpp114 mPreIdle = *(const FastMixerState *)mCurrent;
115 mCurrent = &mPreIdle;

Completed in 37 milliseconds