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

/frameworks/base/core/java/android/view/
H A DSurfaceSession.java36 public native void kill(); method in class:SurfaceSession
H A DViewTreeObserver.java291 observer.kill();
529 * any other method but {@link #isAlive()} and {@link #kill()} will throw an Exception.
533 private void kill() { method in class:ViewTreeObserver
/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/services/java/com/android/server/am/
H A DTransferPipe.java94 tp.kill();
119 tp.kill();
161 kill();
176 void kill() { method in class:TransferPipe
H A DActivityManagerService.java2570 // Figure out which process to kill. We don't trust that initialPid
2998 // 0 == continue, -1 = kill process immediately
3098 // 0 == show dialog, 1 = keep waiting, -1 = kill process immediately
3109 // Unless configured otherwise, swallow ANRs in background processes & kill the process.
3238 ProcessList.SERVICE_ADJ, false, true, true, false, "kill background");
3265 // we don't kill persistent processes
3279 removeProcessLocked(procs.get(i), false, true, "kill all background");
3339 // Only the system server can kill an application
3341 // Post an aysnc message to kill the application
3348 throw new SecurityException(callerUid + " cannot kill pk
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DBlackFrame.java103 kill();
108 public void kill() { method in class:BlackFrame
H A DScreenRotationAnimation.java255 public void kill() { method in class:ScreenRotationAnimation
264 mBlackFrame.kill();
H A DSession.java418 mSurfaceSession.kill();
H A DWindowManagerService.java7043 mBlackFrame.kill();
8828 mScreenRotationAnimation.kill();
9197 mScreenRotationAnimation.kill();
9242 mScreenRotationAnimation.kill();
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp37 * This class is used to kill this process when the runtime dies.
46 kill(getpid(), SIGKILL);
/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/base/include/binder/
H A DBpBinder.h77 void kill();
/frameworks/base/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.java121 mCallbacks.kill();
925 public void kill() { method in class:TextToSpeechService.CallbackMap
928 super.kill();
/frameworks/base/cmds/dumpstate/
H A Dutils.c200 kill(pid, SIGTERM);
367 /* walk /proc and kill -QUIT all Dalvik processes */
407 if (kill(pid, SIGQUIT)) {
408 fprintf(stderr, "kill(%d, SIGQUIT): %s\n", pid, strerror(errno));
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.h49 void kill();
H A DMediaPlayerService.cpp526 LOGD("kill Antagonizer");
527 mAntagonizer->kill();
1124 void Antagonizer::kill() function in class:android::Antagonizer
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp796 kill(pid, sig);
803 kill(pid, sig);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp90 kill( getpid(), SIGKILL );

Completed in 1268 milliseconds