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

1 2 3

  /system/core/nexus/
DhcpEvent.h 23 static const int STOP = 1;
DhcpEvent.cpp 27 else if (val == DhcpEvent::STOP)
28 strncpy(buffer, "STOP", max);
44 else if (!strcasecmp(buffer, "STOP"))
45 return DhcpEvent::STOP;
  /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
180 * Stop a previously played sound. It can't be played again or unpaused
183 public void stop() { method in class:AsyncPlayer
    [all...]
  /frameworks/base/media/libmedia/
IAudioRecord.cpp 34 STOP
58 virtual void stop() function in class:android::BpAudioRecord
62 remote()->transact(STOP, data, &reply);
96 case STOP: {
98 stop();
IAudioTrack.cpp 34 STOP,
62 virtual void stop() function in class:android::BpAudioTrack
66 remote()->transact(STOP, data, &reply);
136 case STOP: {
138 stop();
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 31 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
  /frameworks/base/drm/java/android/drm/
DrmStore.java 104 public static final int STOP = 0x01;
119 case STOP:
  /external/openssl/crypto/rc2/
rc2speed.c 136 #define STOP 1
205 d=Time_F(STOP);
229 d=Time_F(STOP);
249 d=Time_F(STOP);
265 d=Time_F(STOP);
  /external/openssl/crypto/des/
speed.c 141 #define STOP 1
212 d=Time_F(STOP);
233 d=Time_F(STOP);
250 d=Time_F(STOP);
266 d=Time_F(STOP);
287 d=Time_F(STOP);
301 e=Time_F(STOP);
  /bionic/libc/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /external/openssl/crypto/bn/
bnspeed.c 126 #define STOP 1
200 tm=Time_F(STOP);
213 tm=Time_F(STOP);
228 tm=Time_F(STOP);
expspeed.c 152 #define STOP 1
307 tm=Time_F(STOP);
  /external/openssl/crypto/rc4/
rc4speed.c 136 #define STOP 1
205 d=Time_F(STOP);
228 d=Time_F(STOP);
241 d=Time_F(STOP);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /frameworks/base/services/java/com/android/server/
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...]
  /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 272 #define STOP 1
1236 d=Time_F(STOP);
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 124 public void stop() { method in class:AudioModel
125 appendAction(MediaAction.STOP);
142 action = MediaAction.STOP;
  /frameworks/base/include/drm/
drm_framework_common.h 135 * Constant field signifies playback stop
137 static const int STOP = 0x01;
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 296 * permitted to start and not permitted to stop. The value may be
307 * STOP: Don't accept new tasks, don't process queued tasks,
320 * (RUNNING or SHUTDOWN) -> STOP
324 * STOP -> TIDYING
346 private static final int STOP = 1 << COUNT_BITS;
609 * @param targetState the desired state, either SHUTDOWN or STOP
623 * and queue empty) or (STOP and pool empty). If otherwise
766 if (runStateLessThan(ctl.get(), STOP) &&
768 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)
  /external/dhcpcd/
dhcpcd-run-hooks.in 16 PREINIT|EXPIRE|FAIL|IPV4LL|NAK|NOCARRIER|RELEASE|STOP) if_down=true;;
181 # /etc/resolv.conf how they want and stop the system scripts ever updating it.

Completed in 563 milliseconds

1 2 3