HomeSort by relevance Sort by last modified time
    Searched refs:STOPPED (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /external/ppp/pppd/
fsm.h 126 #define STOPPED 3 /* Open, waiting for down event */
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 130 STOPPED
  /frameworks/base/core/java/android/speech/tts/
EventLoggerV1.java 35 // We don't report stopped syntheses because their overall
38 if (statusCode != TextToSpeech.STOPPED) {
AudioPlaybackHandler.java 46 item.stop(TextToSpeech.STOPPED);
SynthesisPlaybackQueueItem.java 114 } else if(mStatusCode == TextToSpeech.STOPPED) {
140 // would also have been stopped, and so all calls to
186 // Don't bother queueing the buffer if we've stopped. The playback thread
189 // stopped.
212 // If stopped, return null so that we can exit the playback loop
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 61 static final int STOPPED = 0; // Not yet playing
141 * an animation (if state == STOPPED). Also used to end an animation that
143 * STOPPED, RUNNING, SEEKED.
145 int mPlayingState = STOPPED;
557 if (!mInitialized || mPlayingState == STOPPED) {
    [all...]
  /external/chromium_org/components/sync_driver/
data_type_manager_impl_unittest.cc 282 EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state());
305 EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state());
311 // download callback even after the DTM is stopped and destroyed.
323 EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state());
333 // controller even after the DTM is stopped and destroyed.
349 EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state());
360 // finish starting up the controller even after the DTM is stopped and
378 EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state());
421 EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state());
473 EXPECT_EQ(DataTypeManager::STOPPED, dtm_->state())
    [all...]
data_type_manager_impl.cc 58 state_(DataTypeManager::STOPPED),
139 if (state_ != STOPPED && state_ != CONFIGURED && state_ != RETRYING) {
238 DCHECK(state_ == STOPPED || state_ == CONFIGURED || state_ == RETRYING);
240 // Starting from a "steady state" (stopped or configured) state
242 if (state_ == STOPPED || state_ == CONFIGURED)
515 if (state_ == STOPPED)
560 state_ = STOPPED;
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 160 mState = STOPPED;
181 mState = STOPPED;
186 if (mState != STOPPED) {
216 mState = STOPPED;
235 mState = STOPPED;
238 if (mState == STOPPED) {
381 CHECK_EQ(mState, STOPPED);
401 CHECK_EQ(mState, STOPPED);
606 if (state->mAudioTrack->stopped()) {
SimplePlayer.h 50 STOPPED,
  /frameworks/av/services/audioflinger/
TrackBase.h 29 STOPPED,
112 return (mState == STOPPED || mState == FLUSHED);
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator.cc 65 state_ = STOPPED;
121 DCHECK(state_ == STOPPED);
129 DCHECK(state_ == STARTED || state_ == STOPPED);
134 state_ = STOPPED;
cloud_policy_invalidator.h 153 STOPPED,
  /external/chromium_org/components/gcm_driver/
fake_gcm_client.h 23 STOPPED,
  /external/chromium_org/content/browser/service_worker/
embedded_worker_instance.cc 109 DCHECK(status_ == STOPPED);
170 status_(STOPPED),
208 status_ = STOPPED;
258 status_ = STOPPED;
service_worker_version_unittest.cc 182 EXPECT_EQ(ServiceWorkerVersion::STOPPED, version_->running_status());
191 EXPECT_EQ(ServiceWorkerVersion::STOPPED, version_->running_status());
218 EXPECT_EQ(ServiceWorkerVersion::STOPPED, version_->running_status());
embedded_worker_instance.h 42 STOPPED,
71 // STOPPED status. |callback| is invoked when the worker's process is created
156 // its WorkerGlobalScope is actually stopped in the child process.
158 // STOPPED.
service_worker_version.h 57 STOPPED = EmbeddedWorkerInstance::STOPPED,
131 // This returns OK (success) if the worker is already stopped.
service_worker_version.cc 29 // is also stopped without delay)
165 case STOPPED:
168 if (running_status() == STOPPED) {
182 if (running_status() == STOPPED) {
401 DCHECK_EQ(STOPPED, running_status());
494 << "Worker stopped too soon after it was started.";
507 << "Worker stopped too soon after it was started.";
  /frameworks/testing/support/tests/src/android/support/test/runner/
AndroidJUnitRunnerLifeCycleTest.java 113 assertThat(mSpiedActivity, isIn(mMonitor.getActivitiesInStage(Stage.STOPPED)));
114 assertThat(mMonitor.getLifecycleStageOf(mSpiedActivity), is(Stage.STOPPED));
120 order.verify(mCallback).onActivityLifecycleChanged(mSpiedActivity, Stage.STOPPED);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 54 public static final int STOPPED = 1;
60 private int mCurrent = STOPPED;
290 if (mState.current() == State.STOPPED) {
336 mState.setState(State.STOPPED);
379 if (mState.check(State.HALTED) || mState.check(State.STOPPED)) {
666 * finishes or is stopped.
689 * Waits until graph execution has finished or stopped with an error.
720 * even if it is paused or in the process of being stopped.
725 return !mRunLoop.checkState(State.STOPPED);
738 * Returns whether the graph is currently stopped
    [all...]
  /external/oprofile/module/
oprofile.c 37 static enum oprof_state state __cacheline_aligned_in_smp = STOPPED;
357 case STOPPED: BUG();
540 BUG_ON(state == STOPPED);
558 BUG_ON(state == STOPPED);
586 state = STOPPED;
810 if (allow_unload && state == STOPPED && !GET_USE_COUNT(THIS_MODULE))
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 361 case STOPPED:
405 case STOPPED:
454 callMediaPlayerMethodUnderTestInState(MediaPlayerStateErrors.MediaPlayerState.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.
webrtc_logging_handler_host.cc 61 "Logging not stopped or no log open.";
179 if (logging_state_ != STOPPED) {
207 if (logging_state_ != STOPPED) {
318 if (logging_state_ == STARTED || logging_state_ == STOPPED) {
381 logging_state_ = STOPPED;

Completed in 982 milliseconds

12 3 4 5 6