OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
113
mPreIdle
= *(const FastMixerState *)mCurrent;
114
mCurrent = &
mPreIdle
;
Completed in 32 milliseconds