Searched refs:kill (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteSubActivityScreen.java42 boolean kill = intent.getBooleanExtra("kill", false);
44 // + " kill=" + kill);
46 if (kill) {
47 // After finishing initialization, kill the process! But only if
/frameworks/base/core/java/android/view/
H A DSurfaceSession.java55 public void kill() { method in class:SurfaceSession
H A DViewTreeObserver.java378 observer.kill();
740 * any other method but {@link #isAlive()} and {@link #kill()} will throw an Exception.
744 private void kill() { method in class:ViewTreeObserver
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java94 tp.kill();
119 tp.kill();
161 kill();
176 public void kill() { method in class:TransferPipe
/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java100 * Returns false if it was not added, either because {@link #kill} had
104 * @see #kill
160 public void kill() { method in class:RemoteCallbackList
/frameworks/native/include/binder/
H A DBpBinder.h77 void kill();
/frameworks/base/services/java/com/android/server/wm/
H A DBlackFrame.java143 kill();
148 public void kill() { method in class:BlackFrame
H A DScreenRotationAnimation.java648 public void kill() { method in class:ScreenRotationAnimation
658 mCustomBlackFrame.kill();
662 mExitingBlackFrame.kill();
666 mEnteringBlackFrame.kill();
H A DWindowAnimator.java116 displayAnimator.mScreenRotationAnimation.kill();
496 screenRotationAnimation.kill();
H A DSession.java482 mSurfaceSession.kill();
H A DWindowManagerService.java9899 screenRotationAnimation.kill();
9961 screenRotationAnimation.kill();
9968 screenRotationAnimation.kill();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxService.java104 mCallbacks.kill();
/frameworks/native/libs/binder/
H A DBpBinder.cpp40 kill();
73 void BpBinder::ObjectManager::kill() function in class:android::BpBinder::ObjectManager
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java124 mCallbacks.kill();
1008 public void kill() { method in class:TextToSpeechService.CallbackMap
1011 super.kill();
/frameworks/native/cmds/dumpstate/
H A Dutils.c307 kill(pid, SIGTERM);
494 /* walk /proc and kill -QUIT all Dalvik processes */
544 if (kill(pid, SIGQUIT)) {
545 fprintf(stderr, "kill(%d, SIGQUIT): %s\n", pid, strerror(errno));
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h52 void kill();
H A DMediaPlayerService.cpp551 ALOGD("kill Antagonizer");
552 mAntagonizer->kill();
1153 void Antagonizer::kill() function in class:android::Antagonizer
/frameworks/base/services/java/com/android/server/am/
H A DProviderMap.java406 tp.kill();
H A DActiveServices.java2261 tp.kill();
2523 tp.kill();
H A DActivityStackSupervisor.java2524 tp.kill();
H A DActivityManagerService.java1128 // Just kill the app if there is no dialog to be shown.
3352 // Figure out which process to kill. We don't trust that initialPid
3821 // 0 == continue, -1 = kill process immediately
3923 // 0 == show dialog, 1 = keep waiting, -1 = kill process immediately
3941 // Unless configured otherwise, swallow ANRs in background processes & kill the process.
4086 ProcessList.SERVICE_ADJ, false, true, true, false, "kill background");
4116 // we don't kill persistent processes
4130 removeProcessLocked(procs.get(i), false, true, "kill all background");
4202 // Only the system server can kill an application
4204 // Post an aysnc message to kill th
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp876 kill(pid, sig);
883 kill(pid, sig);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp96 kill( getpid(), SIGKILL );
/frameworks/base/core/java/android/app/
H A DActivityManager.java1928 * Have the system immediately kill all background processes associated
2303 tp.kill();

Completed in 561 milliseconds