HomeSort by relevance Sort by last modified time
    Searched refs:STOP (Results 26 - 50 of 94) sorted by null

12 3 4

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 45 private static final int STOP = 2;
172 case STOP:
173 if (mDebug) Log.d(mTag, "STOP");
177 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
179 mPlayer.stop();
189 Log.w(mTag, "STOP command without a player");
236 private int mState = STOP;
254 * Calling this before another audio file is done playing will stop
279 * Stop a previously played sound. It can't be played again or unpaused
282 public void stop() { method in class:NotificationPlayer
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 45 private static final int STOP = 2;
177 case STOP:
178 if (mDebug) Log.d(mTag, "STOP");
182 Log.w(mTag, "Notification stop delayed by " + delay + "msecs");
184 mPlayer.stop();
194 Log.w(mTag, "STOP command without a player");
242 private int mState = STOP;
260 * Calling this before another audio file is done playing will stop
289 * Stop a previously played sound. It can't be played again or unpaused
292 public void stop() { method in class:NotificationPlayer
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 206 sub STOP {
254 &STOP(\$c);
268 &STOP(\$c);
282 &STOP(\$c);
  /external/openssl/apps/
speed.c 297 #define STOP 1
    [all...]
s_time.c 323 #define STOP 1
450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 116 public void stop() { method in class:AudioModel
117 appendAction(MediaAction.STOP);
134 action = MediaAction.STOP;
MediaModel.java 62 STOP,
VideoModel.java 171 action = MediaAction.STOP;
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 34 STOP,
77 virtual void stop() function in class:android::BpAudioTrack
81 remote()->transact(STOP, data, &reply);
185 case STOP: {
187 stop();
IMediaRecorder.cpp 38 STOP,
248 status_t stop() function in class:android::BpMediaRecorder
250 ALOGV("stop");
253 remote()->transact(STOP, data, &reply);
317 case STOP: {
318 ALOGV("STOP");
320 reply->writeInt32(stop());
IMediaPlayer.cpp 39 STOP,
143 status_t stop() function in class:android::BpMediaPlayer
147 remote()->transact(STOP, data, &reply);
401 case STOP: {
403 reply->writeInt32(stop());
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 300 * permitted to start and not permitted to stop. The value may be
311 * STOP: Don't accept new tasks, don't process queued tasks,
324 * (RUNNING or SHUTDOWN) -> STOP
328 * STOP -> TIDYING
350 private static final int STOP = 1 << COUNT_BITS;
613 * @param targetState the desired state, either SHUTDOWN or STOP
627 * and queue empty) or (STOP and pool empty). If otherwise
770 if (runStateLessThan(ctl.get(), STOP) &&
772 runStateAtLeast(ctl.get(), STOP))
    [all...]
  /external/grub/netboot/
depca.c 288 #define STOP 0x0004 /* Stop */
472 outw(STOP, DEPCA_DATA)
545 if (inw(DEPCA_DATA) != STOP)
547 printf("depca: Cannot stop NIC\n");
660 ** Stop the search IMMEDIATELY after the signature is found so that the
693 if (inw(DEPCA_DATA) != STOP)
  /frameworks/av/include/drm/
drm_framework_common.h 136 * Constant field signifies playback stop
138 static const int STOP = 0x01;
  /system/core/toolbox/
kill.c 29 _SIG(STOP),
  /external/openssl/crypto/bn/
expspeed.c 152 #define STOP 1
307 tm=Time_F(STOP);
  /external/openssl/crypto/des/
des_opts.c 358 #define STOP 1
410 tm[index]=Time_F(STOP); \
461 d=Time_F(STOP);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 66 stop window
121 #define STOP 3
260 case STOP:
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 162 } else if (action == MediaAction.STOP) {
242 } else if (action == MediaAction.STOP) {
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 59 STOP,
283 return mAction == SmilPlayerAction.STOP;
340 public synchronized void stop() { method in class:SmilPlayer
342 mAction = SmilPlayerAction.STOP;
470 Log.v(TAG, "[STOP] " + " at " + mCurrentTime
527 Log.v(TAG, "[STOP] " + " at " + mCurrentTime + " "
551 // Stop any started entries, and skip the not started entries until
  /external/valgrind/main/VEX/switchback/
binary_switchback.pl 11 # - Everything between (not including) /^---START---$/ and /^---STOP---$/
227 if ($line =~ /^---STOP---$/) { last; } # we're done
232 $ok = 0; # stop on prev line
  /external/oprofile/utils/
opcontrol 145 -t/--stop stop data collection
146 -h/--shutdown stop data collection and kill daemon
725 -t|--stop)
731 STOP=yes
738 STOP=yes
767 STOP=yes
970 # stop any existing daemon
998 # no error message, do_kill_daemon imply stop and stop alread
    [all...]
  /external/stressapptest/src/
worker.h 102 // be called between Initialize() and Stop(). Must not be called multiple
107 // May only be called between Initialize() and Stop(). May only be called
111 // Called by the control thread to tell the workers to stop. May only be
140 enum Status { RUN, PAUSE, STOP };
249 // Start/Stop ThreadTimer repetitively has cumulative effect, ie the timer

Completed in 1539 milliseconds

12 3 4