Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DFastCapture.h49 FastCaptureState mPreIdle; // copy of state before we went into idle variable
DFastCapture.cpp59 mPreIdle = *(const FastCaptureState *)mCurrent; in onIdle()
60 mCurrent = &mPreIdle; in onIdle()
DFastMixer.h71 FastMixerState mPreIdle; // copy of state before we went into idle variable
DFastMixer.cpp99 mPreIdle = *(const FastMixerState *)mCurrent; in onIdle()
100 mCurrent = &mPreIdle; in onIdle()