OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PAUSING
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
TrackBase.h
36
PAUSING
,
/frameworks/base/services/java/com/android/server/am/
ActivityStack.java
130
PAUSING
,
169
* When we are in the process of
pausing
an activity, before starting the
274
mService.logAppTooSlow(r.app, r.pauseTime, "
pausing
" + r);
736
if (DEBUG_STATES) Slog.v(TAG, "Moving to
PAUSING
: " + prev);
737
else if (DEBUG_PAUSE) Slog.v(TAG, "Start
pausing
: " + prev);
743
prev.state = ActivityState.
PAUSING
;
784
// activity has started. If we're
pausing
the activity just because
[
all
...]
Completed in 166 milliseconds