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

  /frameworks/av/services/audioflinger/
FastCapture.h 51 FastCaptureState mPreIdle; // copy of state before we went into idle
FastMixer.h 59 FastMixerState mPreIdle; // copy of state before we went into idle
FastCapture.cpp 66 mPreIdle = *(const FastCaptureState *)mCurrent;
67 mCurrent = &mPreIdle;
FastMixer.cpp 115 mPreIdle = *(const FastMixerState *)mCurrent;
116 mCurrent = &mPreIdle;

Completed in 57 milliseconds