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

1 2 3

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventHandler.java 25 * should be stopped as some state is reached (G-stop facility) when the
52 /** Stop indicator.
57 int STOP = 0;
110 * case of discontinuity), or to direct the integrator to either stop
114 * <li>if {@link #STOP} is returned, the step handler will be called
137 * returns {@link #STOP}. As the interpolator may be used to navigate back
159 * value must be one of {@link #STOP}, {@link #RESET_STATE},
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
EventHandlerWithJacobians.java 27 * should be stopped as some state is reached (G-stop facility) when the
77 /** Stop indicator.
82 int STOP = 0;
140 * case of discontinuity), or to direct the integrator to either stop
144 * <li>if {@link #STOP} is returned, the step handler will be called
168 * will be the last one if this method returns {@link #STOP}. As the
194 * value must be one of {@link #STOP}, {@link #RESET_STATE},
  /frameworks/av/media/libmedia/
IAudioRecord.cpp 34 STOP
60 virtual void stop() function in class:android::BpAudioRecord
64 remote()->transact(STOP, data, &reply);
84 case STOP: {
86 stop();
IAudioTrack.cpp 34 STOP,
80 virtual void stop() function in class:android::BpAudioTrack
84 remote()->transact(STOP, data, &reply);
166 case STOP: {
168 stop();
IMediaRecorder.cpp 42 STOP,
264 status_t stop() function in class:android::BpMediaRecorder
266 ALOGV("stop");
269 remote()->transact(STOP, data, &reply);
352 case STOP: {
353 ALOGV("STOP");
355 reply->writeInt32(stop());
IMediaSource.cpp 36 STOP,
94 virtual status_t stop() { function in class:android::BpMediaSource
95 ALOGV("stop");
98 status_t status = remote()->transact(STOP, data, &reply);
296 case STOP: {
297 ALOGV("stop");
300 status_t status = stop();
386 maxNumBuffers = 0; // No more MediaBuffers, stop readMultiple.
419 maxNumBuffers = 0; // stop readMultiple with one shared buffer.
430 maxNumBuffers = 0; // stop readMultiple if inline transfer is too large
    [all...]
IMediaPlayer.cpp 45 STOP,
167 status_t stop() function in class:android::BpMediaPlayer
171 remote()->transact(STOP, data, &reply);
509 case STOP: {
511 reply->writeInt32(stop());
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 66 stop window
121 #define STOP 3
260 case STOP:
  /external/deqp/framework/common/
tcuTestCase.hpp 102 STOP = 0,
162 * until test case returns STOP. After that deinit() will be called.
164 * Before exiting the execution phase (i.e. at returning STOP from iterate())
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowVideoView.java 22 public static final int STOP = 0;
65 currentState = ShadowVideoView.STOP;
94 currentState != ShadowVideoView.STOP &&
  /frameworks/base/drm/java/android/drm/
DrmStore.java 130 public static final int STOP = 0x01;
145 case STOP:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspthrd.h 10 WORK_ITEM,STOP
41 HRESULT Stop();
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 34 private static final int STOP = 2;
98 case STOP:
99 if (mDebug) Log.d(mTag, "STOP");
103 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
105 mPlayer.stop();
109 Log.w(mTag, "STOP command without a player");
136 private int mState = STOP;
154 * Calling this before another audio file is done playing will stop
180 * Calling this before another audio file is done playing will stop
210 * Stop a previously played sound. It can't be played again or unpause
213 public void stop() { method in class:AsyncPlayer
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/wt5001/
wt5001.h 83 STOP = 0xa4,
194 bool stop();
  /frameworks/av/include/drm/
drm_framework_common.h 136 * Constant field signifies playback stop
138 static const int STOP = 0x01;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 42 private static final int STOP = 2;
186 case STOP:
187 if (mDebug) Log.d(mTag, "STOP");
191 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
193 mPlayer.stop();
207 Log.w(mTag, "STOP command without a player");
268 private int mState = STOP;
286 * Calling this before another audio file is done playing will stop
315 * Calling this before another audio file is done playing will stop
340 * Stop a previously played sound. It can't be played again or unpause
343 public void stop() { method in class:NotificationPlayer
    [all...]
  /ndk/sources/android/support/src/stdio/
vfwprintf.c 63 STOP,
282 } while (st-1<STOP);
vfprintf.c 71 STOP,
550 } while (st-1<STOP);
  /packages/apps/Messaging/src/com/android/messaging/util/
NotificationPlayer.java 44 private static final int STOP = 2;
159 LogUtil.w(mTag, "Notification stop delayed by " + delay + "msecs");
161 mPlayer.stop();
197 case STOP:
199 LogUtil.d(mTag, "STOP");
248 private int mState = STOP;
266 * Calling this before another audio file is done playing will stop
292 /** Same as calling stop(true) */
293 public void stop() { method in class:NotificationPlayer
294 stop(true)
302 public void stop(final boolean releaseAudioFocus) { method in class:NotificationPlayer
    [all...]
  /packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationManager.java 79 private static final int STOP = 2;
99 case STOP:
264 mHandler.sendMessage(mHandler.obtainMessage(STOP));
  /external/sonivox/jet_tools/JetCreator/
midifile.py 72 STOP = 0xfc
83 STOP,
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 324 * permitted to start and not permitted to stop. The value may be
335 * STOP: Don't accept new tasks, don't process queued tasks,
348 * (RUNNING or SHUTDOWN) -> STOP
352 * STOP -> TIDYING
374 private static final int STOP = 1 << COUNT_BITS;
657 * @param targetState the desired state, either SHUTDOWN or STOP
661 // assert targetState == SHUTDOWN || targetState == STOP;
672 * and queue empty) or (STOP and pool empty). If otherwise
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 51 private static final Event STOP_EVENT = new Event(Event.STOP, null);
93 public static final int STOP = 4;
141 case Event.STOP:
714 public void stop() { method in class:GraphRunner
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 81 # the STOP opcode, passing the object that is the result of unpickling.
103 STOP = '.' # every pickle ends with STOP
225 self.write(STOP)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 81 # the STOP opcode, passing the object that is the result of unpickling.
103 STOP = '.' # every pickle ends with STOP
225 self.write(STOP)
    [all...]

Completed in 2604 milliseconds

1 2 3