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

1 2 3 4

  /tools/motodev/src/plugins/emulator/res/
AVRCP.properties 19 STOP=128
  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 18 # Linux /etc/init.d script to start/stop the mdnsd daemon.
33 # Some systems have start-stop-daemon, some don't.
34 if [ -r /sbin/start-stop-daemon ]; then
35 START="start-stop-daemon --start --quiet --exec"
37 # to specify "-s TERM" since SIGTERM (15) is the default stop signal anway
38 # STOP="start-stop-daemon --stop -s TERM --quiet --oknodo --exec"
39 STOP="start-stop-daemon --stop --quiet --oknodo --exec
    [all...]
  /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/av/media/libmedia/
IAudioRecord.cpp 34 STOP
60 virtual void stop() function in class:android::BpAudioRecord
64 remote()->transact(STOP, data, &reply);
100 case STOP: {
102 stop();
  /bionic/libc/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /development/ndk/platforms/android-9/arch-mips/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 38 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
  /frameworks/base/drm/java/android/drm/
DrmStore.java 130 public static final int STOP = 0x01;
145 case STOP:
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 73 __BIONIC_SIGDEF(STOP,23,"Stopped (signal)")
86 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /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);
  /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);
  /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);
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 41 STOP = 8
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
_sigdefs.h 56 __BIONIC_SIGDEF(STOP,19,"Stopped (signal)")

Completed in 978 milliseconds

1 2 3 4