HomeSort by relevance Sort by last modified time
    Searched defs:STOPPED (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/chromium_org/base/android/java/src/org/chromium/base/
ActivityState.java 34 public final int STOPPED = 5;
  /external/chromium_org/content/browser/geolocation/
mock_location_provider.h 35 enum State { STOPPED, LOW_ACCURACY, HIGH_ACCURACY } state_;
  /external/chromium_org/content/renderer/device_sensors/
device_sensor_event_pump.h 25 if (state_ != STOPPED)
37 if (state_ == STOPPED)
46 state_ = STOPPED;
53 state_(STOPPED) {
60 // STOPPED -> PENDING_START
62 // PENDING_START -> STOPPED
63 // RUNNING -> STOPPED
65 STOPPED,
  /external/chromium_org/content/renderer/media/
rtc_video_renderer.h 29 // VideoFrameProvider is started and deregisters itself when it is stopped.
54 STOPPED,
  /external/chromium_org/components/invalidation/
invalidation_notifier.h 73 // We start off in the STOPPED state. When we get our initial
78 STOPPED,
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 130 STOPPED
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.h 57 // called after logging has stopped. Must be called on the IO thread.
65 // stopped. Must be called on the IO thread.
89 // should be stopped. |callback| will be called when stopping the dump is
107 // Stop done: STOPPING -> STOPPED.
108 // UploadLog(): STOPPED -> UPLOADING.
110 // DiscardLog(): STOPPED -> CLOSED.
116 STOPPED, // Logging has been stopped, log still open in memory.
206 // changes to STOPPED.
  /external/chromium_org/components/gcm_driver/
fake_gcm_client.h 23 STOPPED,
  /external/chromium_org/components/sync_driver/
data_type_manager.h 25 STOPPED, // No data types are currently running.
34 STOPPING // Data types are being stopped.
66 // stopped. Any stopped data types that are in the desired_types
92 // stopped.
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.h 165 STOPPED,
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.h 42 STOPPED,
72 // STOPPED status. |callback| is invoked when the worker's process is created
155 // its WorkerGlobalScope is actually stopped in the child process.
157 // STOPPED.
service_worker_version.h 55 STOPPED = EmbeddedWorkerInstance::STOPPED,
133 // This returns OK (success) if the worker is already stopped.
  /external/oprofile/libop/
op_interface.h 42 STOPPED = 0,
  /frameworks/av/cmds/screenrecord/
Overlay.h 74 virtual ~Overlay() { assert(mState == UNINITIALIZED || mState == STOPPED); }
112 enum { UNINITIALIZED, INIT, RUNNING, STOPPING, STOPPED } mState;
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 50 STOPPED,
  /frameworks/base/core/java/android/os/
SystemService.java 39 STOPPED("stopped"),
84 return State.STOPPED;
89 * Check if given service is {@link State#STOPPED}.
92 return State.STOPPED.equals(getState(service));
129 * Wait until any of given services enters {@link State#STOPPED}.
135 if (State.STOPPED.equals(getState(service))) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java 30 STOPPED,
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 41 private static final int STOPPED = 0;
46 private int mDirection = STOPPED;
57 mDirection = STOPPED;
68 // Make sure it's stopped before we modify any values
86 mDirection = STOPPED;
91 mDirection = STOPPED;
98 return mDirection == STOPPED;
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 41 private static final int STOPPED = 0;
46 private int mDirection = STOPPED;
57 mDirection = STOPPED;
68 // Make sure it's stopped before we modify any values
86 mDirection = STOPPED;
91 mDirection = STOPPED;
98 return mDirection == STOPPED;
  /external/chromium_org/chrome/browser/predictors/
resource_prefetcher.h 31 // - When stopped, will wait for the pending requests to finish.
144 STOPPED = 2, // Prefetching started, not allowed to add more requests.
  /external/chromium_org/v8/src/heap/
incremental-marking.h 19 enum State { STOPPED, SWEEPING, MARKING, COMPLETE };
30 DCHECK(state_ == STOPPED || FLAG_incremental_marking);
37 inline bool IsStopped() { return state() == STOPPED; }
  /external/ppp/pppd/
fsm.h 126 #define STOPPED 3 /* Open, waiting for down event */
  /external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
SocketTunnelClient.java 27 INITIAL, RUNNING, STOPPED
134 if (mState.get() != State.STOPPED) closeSocket();
221 if (!mState.compareAndSet(State.RUNNING, State.STOPPED)) {
253 // Make sure no socket processed when stopped.
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 70 STOPPED,
  /frameworks/av/services/audioflinger/
TrackBase.h 29 STOPPED,
112 return (mState == STOPPED || mState == FLUSHED);

Completed in 1973 milliseconds

1 2 3 4