Searched refs:STOP (Results 1 – 12 of 12) sorted by relevance
35 private static final int STOP = 2; field in AsyncPlayer99 case STOP: in run()137 private int mState = STOP;219 if (mState != STOP) { in stop()222 cmd.code = STOP; in stop()224 mState = STOP; in stop()
132 public static final int STOP = 0x01; field in DrmStore.Playback147 case STOP: in isValid()
45 private static final int STOP = 2; field in NotificationPlayer238 case STOP: in run()359 private int mState = STOP;442 if (mState != STOP) { in stop()445 cmd.code = STOP; in stop()447 mState = STOP; in stop()
51 private static final Event STOP_EVENT = new Event(Event.STOP, null);93 public static final int STOP = 4; field in GraphRunner.Event141 case Event.STOP: in loop()
750 public static final int STOP = 3; field in CameraStreamer.Event904 case Event.STOP: in loop()1178 pushEvent(Event.STOP, true); in onUpdate()1737 mCameraRunner.pushEvent(Event.STOP, true); in stop()1746 mCameraRunner.pushEvent(Event.STOP, true); in stopAndWait()
42 STOP, enumerator
51 if (input == "stop") return DaemonOperations::STOP; in Resolveop()172 case DaemonOperations::STOP: { in Receivemsg()
46 STOP, enumerator
51 if (input == "stop") return DaemonOps::STOP; in Resolveop()184 case DaemonOps::STOP: { in Receivemsg()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14694 field @Deprecated public static final int STOP = 1; // 0x1
23718 Landroid/media/AsyncPlayer;->STOP:I