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

1 2 3 4

  /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/libaudioclient/
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,
82 virtual void stop() function in class:android::BpAudioTrack
86 remote()->transact(STOP, data, &reply);
214 case STOP: {
216 stop();
  /external/python/cpython2/Tools/pynche/
DetailsViewer.py 19 Stop
57 STOP = 'Stop'
122 self.__boundvar.set(optiondb.get('ATBOUND', STOP))
124 STOP, WRAP, RATIO, GRAV)
207 if atbound == STOP:
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 66 stop window
121 #define STOP 3
260 case STOP:
  /frameworks/native/services/audiomanager/
IPlayer.cpp 34 STOP = IBinder::FIRST_CALL_TRANSACTION + 2,
63 virtual void stop() function in class:android::BpPlayer
67 remote()->transact(STOP, data, &reply);
142 case STOP: {
144 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/ltp/testcases/kernel/syscalls/fcntl/
fcntl11.c 52 #define STOP 0xFFF0
222 if (l->l_type == (short)STOP)
231 fl.l_type = STOP;
fcntl19.c 56 #define STOP 0xFFF0
259 } else if (l->l_type == (short)STOP) {
269 fl.l_type = STOP;
fcntl20.c 52 #define STOP 0xFFF0
258 } else if (l->l_type == (short)STOP) {
268 fl.l_type = STOP;
fcntl21.c 51 #define STOP 0xFFF0
266 } else if (l->l_type == (short)STOP) {
276 fl.l_type = STOP;
fcntl17.c 63 #define STOP 0xFFF0
384 } else if (arg == (short)STOP) {
394 arg = STOP;
  /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/av/media/libstagefright/omx/include/media/stagefright/omx/
GraphicBufferSource.h 64 * - if the source is suspended or stopped and the suspend/stop-time is reached
171 // Sets the stop time us (in system time), samples after which should be dropped
175 // Gets the stop time offset in us. This is the time offset between latest buffer
176 // time and the stopTimeUs. If stop time is not set, INVALID_OPERATION will be returned.
358 // The time to stop sending buffers.
365 STOP
376 // STOP action should only show up at the end of the list as all the actions
377 // after a STOP action will be discarded. mActionQueue is protected by mMutex.
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 35 private static final int STOP = 2;
99 case STOP:
100 if (mDebug) Log.d(mTag, "STOP");
104 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
106 mPlayer.stop();
110 Log.w(mTag, "STOP command without a player");
137 private int mState = STOP;
155 * Calling this before another audio file is done playing will stop
182 * Calling this before another audio file is done playing will stop
212 * Stop a previously played sound. It can't be played again or unpause
215 public void stop() { method in class:AsyncPlayer
    [all...]
  /frameworks/av/include/drm/
drm_framework_common.h 136 * Constant field signifies playback stop
138 static const int STOP = 0x01;
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 43 STOP,
287 status_t stop() function in class:android::BpMediaRecorder
289 ALOGV("stop");
292 remote()->transact(STOP, data, &reply);
375 case STOP: {
376 ALOGV("STOP");
378 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...]
  /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/
CarNavigationStatusManager.java 150 private static final int STOP = 2;
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfwprintf.c 63 STOP,
282 } while (st-1<STOP);
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfwprintf.c 63 STOP,
282 } while (st-1<STOP);

Completed in 1215 milliseconds

1 2 3 4