Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastCapture.cpp66 preIdle = *(const FastCaptureState *)current; in onIdle()
67 current = &preIdle; in onIdle()
DFastCapture.h61 FastCaptureState preIdle; // copy of state before we went into idle variable
DFastMixer.h57 FastMixerState preIdle; // copy of state before we went into idle variable
DFastMixer.cpp113 preIdle = *(const FastMixerState *)current; in onIdle()
114 current = &preIdle; in onIdle()