Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DFastCapture.cpp67 mPreIdle = *(const FastCaptureState *)mCurrent; in onIdle()
68 mCurrent = &mPreIdle; in onIdle()
H A DFastCapture.h51 FastCaptureState mPreIdle; // copy of state before we went into idle variable
H A DFastMixer.h73 FastMixerState mPreIdle; // copy of state before we went into idle variable
H A DFastMixer.cpp124 mPreIdle = *(const FastMixerState *)mCurrent; in onIdle()
125 mCurrent = &mPreIdle; in onIdle()