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

  /external/guava/src/com/google/common/base/
Service.java 31 * <li>{@link State#STOPPING} -&gt;</li>
35 * If the service fails while starting, running or stopping, its state will be
57 * State#RUNNING}, {@link State#STOPPING} or {@link State#TERMINATED}. If
99 * already finished stopping, {@link Future#get} returns immediately.
107 * finished stopping. If this is {@link State#STARTING}, startup will be
143 STOPPING,
  /external/oprofile/libop/
op_interface.h 43 STOPPING = 1,
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 112 startup.transitionSucceeded(State.STOPPING);
114 state = State.STOPPING;
181 * State#STOPPING} to {@link State#TERMINATED}.
184 * State#STOPPING} nor {@link State#RUNNING}.
189 if (state != State.STOPPING && state != State.RUNNING) {
218 } else if (state == State.STOPPING) {
236 return State.STOPPING;
AbstractIdleService.java 55 executor(State.STOPPING).execute(new Runnable() {
83 * @param state {@link State#STARTING} or {@link State#STOPPING}, used by the
  /external/ppp/pppd/
fsm.h 128 #define STOPPING 5 /* Terminating, but open */
fsm.c 147 case STOPPING:
192 f->state = STOPPING;
263 case STOPPING:
288 case STOPPING:
427 case STOPPING:
584 f->state = STOPPED; /* kludge for stopping CCP */
629 f->state = STOPPING;
654 case STOPPING:
718 case STOPPING:
731 terminate_layer(f, STOPPING);
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.h 119 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING };
  /frameworks/base/services/audioflinger/
AudioFlinger.h     [all...]
AudioFlinger.cpp     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 118 STOPPING,
776 // is changing, which means it is actually stopping...
795 if (DEBUG_PAUSE) Slog.v(TAG, "App died during pause, not stopping: " + prev);
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 157 milliseconds