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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java 30 STOPPED,
MediaPlayerStateUnitTestTemplate.java 361 case STOPPED:
405 case STOPPED:
454 callMediaPlayerMethodUnderTestInState(MediaPlayerStateErrors.MediaPlayerState.STOPPED);
  /external/oprofile/libop/
op_interface.h 42 STOPPED = 0,
  /external/ppp/pppd/
fsm.c 108 f->state = STOPPED;
136 case STOPPED:
183 f->state = STOPPED;
194 case STOPPED:
231 f->state = nextstate == CLOSING ? CLOSED : STOPPED;
260 case STOPPED:
293 f->state = (f->state == CLOSING)? CLOSED: STOPPED;
310 f->state = STOPPED;
438 case STOPPED:
503 case STOPPED
    [all...]
fsm.h 126 #define STOPPED 3 /* Open, waiting for down event */
lcp.c 403 if (f->state == STOPPED && f->flags & (OPT_PASSIVE|OPT_SILENT)) {
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 56 private static int STOPPED = -2;
  /frameworks/base/include/media/
AudioRecord.h 218 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works
222 bool stopped() const;
299 * filled entirely. If the track is stopped, obtainBuffer() returns
300 * STOPPED instead of NO_ERROR as long as there are buffers availlable,
310 STOPPED = 1
AudioTrack.h 231 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works
235 bool stopped() const;
237 /* flush a stopped track. All pending buffers are discarded.
243 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works
325 * This method must be called with the AudioTrack in paused or stopped state.
338 * - INVALID_OPERATION: the AudioTrack is not stopped.
346 * This method must be called with the AudioTrack in paused or stopped state.
350 * - INVALID_OPERATION: the AudioTrack is not stopped.
390 * filled entirely. If the track is stopped, obtainBuffer() returns
391 * STOPPED instead of NO_ERROR as long as there are buffers availlable
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 54 STOPPED,
272 return mState == SmilPlayerState.STOPPED;
635 mState = SmilPlayerState.STOPPED;
  /frameworks/base/media/libmedia/
AudioRecord.cpp 347 bool AudioRecord::stopped() const function in class:android::AudioRecord
536 return active ? status_t(NO_ERROR) : status_t(STOPPED);
643 if (err == status_t(STOPPED)) return false;
AudioTrack.cpp 396 bool AudioTrack::stopped() const function in class:android::AudioTrack
600 if (!stopped()) return INVALID_OPERATION;
621 if (!stopped()) return INVALID_OPERATION;
877 return active ? status_t(NO_ERROR) : status_t(STOPPED);
1012 if (err == status_t(STOPPED)) return false;
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSession.java 37 INIT, STARTED, INSTALLING, RUNNING, PAUSED, RESUMED, STOPPED, FINISHED
  /frameworks/base/services/audioflinger/
AudioFlinger.h 288 STOPPED,
343 return mState == STOPPED;
    [all...]
AudioFlinger.cpp     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 119 STOPPED,
152 * List of activities that are ready to be stopped, but waiting
569 r.stopped = false;
579 r.state = ActivityState.STOPPED;
580 r.stopped = true;
    [all...]
ActivityManagerService.java 661 * List of services that are in the process of being stopped.
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 625 milliseconds