/external/chromium/chrome/browser/sync/glue/ |
ui_model_worker.cc | 20 // with state_ = STOPPED, so it is safe to read / compare in this case. 21 CHECK_NE(ANNOTATE_UNPROTECTED_READ(state_), STOPPED); 58 DCHECK_EQ(state_, STOPPED); 66 // on where we timeslice the UI thread in Stop; but we can't be STOPPED, 68 DCHECK_NE(state_, STOPPED); 94 state_ = STOPPED;
|
ui_model_worker.h | 97 STOPPED,
|
data_type_manager.h | 23 STOPPED, // No data types are currently running. 33 STOPPING // Data types are being stopped. 77 // stopped. Any stopped data types that are in the desired_types 92 // stopped.
|
/external/chromium/chrome/browser/sync/notifier/ |
invalidation_notifier.h | 70 // We start off in the STOPPED state. When we get our initial 75 STOPPED,
|
/external/chromium/webkit/glue/media/ |
simple_data_source.h | 132 STOPPED,
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.h | 92 STOPPED,
|
/external/oprofile/libop/ |
op_interface.h | 42 STOPPED = 0,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateErrors.java | 30 STOPPED,
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
InterruptibleInOutAnimator.java | 40 private static final int STOPPED = 0; 45 private int mDirection = STOPPED; 56 mDirection = STOPPED; 67 // Make sure it's stopped before we modify any values 85 mDirection = STOPPED; 90 mDirection = STOPPED; 97 return mDirection == STOPPED;
|
/external/ppp/pppd/ |
fsm.h | 126 #define STOPPED 3 /* Open, waiting for down event */
|
/frameworks/base/include/media/ |
AudioRecord.h | 219 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works 223 bool stopped() const; 300 * filled entirely. If the track is stopped, obtainBuffer() returns 301 * STOPPED instead of NO_ERROR as long as there are buffers availlable, 311 STOPPED = 1
|
AudioTrack.h | 230 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works 234 bool stopped() const; 236 /* flush a stopped track. All pending buffers are discarded. 242 * obtainBuffer returns STOPPED. Note that obtainBuffer() still works 324 * This method must be called with the AudioTrack in paused or stopped state. 337 * - INVALID_OPERATION: the AudioTrack is not stopped. 345 * This method must be called with the AudioTrack in paused or stopped state. 349 * - INVALID_OPERATION: the AudioTrack is not stopped. 389 * filled entirely. If the track is stopped, obtainBuffer() returns 390 * STOPPED instead of NO_ERROR as long as there are buffers availlable [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 170 STOPPED = 0,
|
/frameworks/base/core/java/android/webkit/ |
HTML5Audio.java | 63 private static int STOPPED = -2; 253 mState = STOPPED;
|
/cts/tools/host/src/com/android/cts/ |
TestSession.java | 37 INIT, STARTED, INSTALLING, RUNNING, PAUSED, RESUMED, STOPPED, FINISHED
|
/frameworks/base/core/java/android/animation/ |
ValueAnimator.java | 64 static final int STOPPED = 0; // Not yet playing 182 * an animation (if state == STOPPED). Also used to end an animation that 184 * STOPPED, RUNNING, SEEKED. 186 int mPlayingState = STOPPED; 555 if (!mInitialized || mPlayingState == STOPPED) { [all...] |
/frameworks/base/core/java/android/app/ |
Fragment.java | 156 * activity: if the activity is stopped, no fragments inside of it can be 220 * because its activity is being stopped or a fragment operation is modifying it 345 static final int STOPPED = 3; // Fully created, not started. [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
Fragment.java | 158 static final int STOPPED = 3; // Fully created, not started. [all...] |
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilPlayer.java | 53 STOPPED, 271 return mState == SmilPlayerState.STOPPED; 634 mState = SmilPlayerState.STOPPED;
|
/frameworks/base/services/audioflinger/ |
AudioFlinger.h | 308 STOPPED, 365 return mState == STOPPED; [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityStack.java | 132 STOPPED, 165 * List of activities that are ready to be stopped, but waiting 650 r.stopped = false; 666 if (DEBUG_STATES) Slog.v(TAG, "Moving to STOPPED: " + r 667 + " (starting in stopped state)"); 668 r.state = ActivityState.STOPPED; 669 r.stopped = true; 781 // Make sure any stopped but visible activities are now sleeping. 785 if (r.state == ActivityState.STOPPING || r.state == ActivityState.STOPPED) { [all...] |
/prebuilt/common/osgi/ |
osgi.jar | |