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

12

/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.java60 public void kill() { method in class:SurfaceSession
H A DViewTreeObserver.java428 observer.kill();
870 * any other method but {@link #isAlive()} and {@link #kill()} will throw an Exception.
874 private void kill() { method in class:ViewTreeObserver
/frameworks/base/core/java/android/print/
H A DIPrintDocumentAdapter.aidl40 void kill(String reason);
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java166 kill();
183 kill();
186 public void kill() { method in class:TransferPipe
/frameworks/native/include/binder/
H A DBpBinder.h77 void kill();
/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h77 void kill();
/frameworks/base/services/core/java/com/android/server/wm/
H A DBlackFrame.java149 kill();
154 public void kill() { method in class:BlackFrame
H A DWindowAnimator.java123 displayAnimator.mScreenRotationAnimation.kill();
173 screenRotationAnimation.kill();
H A DScreenRotationAnimation.java666 public void kill() { method in class:ScreenRotationAnimation
676 mCustomBlackFrame.kill();
680 mExitingBlackFrame.kill();
684 mEnteringBlackFrame.kill();
H A DSession.java651 mSurfaceSession.kill();
/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java106 * Returns false if it was not added, either because {@link #kill} had
110 * @see #kill
168 public void kill() { method in class:RemoteCallbackList
368 * {@link #kill()} has been called.
391 * {@link #kill()} has been called.
/frameworks/base/core/java/com/android/internal/util/
H A DProgressReporter.java204 mListeners.kill();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxService.java104 mCallbacks.kill();
/frameworks/native/cmds/dumpstate/
H A DDumpstateUtil.cpp328 kill(pid, SIGTERM);
330 kill(pid, SIGKILL);
333 dprintf(fd, "could not kill command '%s' (pid %d) even with SIGKILL.\n",
335 MYLOGE("could not kill command '%s' (pid %d) even with SIGKILL.\n", command, pid);
/frameworks/native/libs/binder/
H A DBpBinder.cpp41 kill();
74 void BpBinder::ObjectManager::kill() function in class:android::BpBinder::ObjectManager
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java259 app.kill("user request after error", true);
276 // Figure out which process to kill. We don't trust that initialPid
477 r.kill("crash", true);
783 // 0 == continue, -1 = kill process immediately
787 app.kill("anr", true);
800 // Unless configured otherwise, swallow ANRs in background processes & kill the process.
939 // 0 == show dialog, 1 = keep waiting, -1 = kill process immediately
944 app.kill("anr", true);
962 app.kill("bg anr", true);
1028 // Just kill th
[all...]
H A DProviderMap.java435 tp.kill();
H A DProcessRecord.java591 // If it's already dead our work is done. If it's wedged just kill it.
593 kill("scheduleCrash for '" + message + "' failed", true);
601 void kill(String reason, boolean noisy) { method in class:ProcessRecord
603 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "kill");
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java156 mCallbacks.kill();
1598 public void kill() { method in class:TextToSpeechService.CallbackMap
1601 super.kill();
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp1067 kill(pid, sig);
1074 kill(pid, sig);
H A Dcom_android_internal_os_Zygote.cpp128 kill(getpid(), SIGKILL);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java320 public void kill(String reason) { method in class:RemotePrintDocument
322 Log.i(LOG_TAG, "[CALLED] kill()");
326 mPrintDocumentAdapter.kill(reason);
328 Log.e(LOG_TAG, "Error calling kill()", re);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h57 void kill();
/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp326 // Then kill the process.
329 ASSERT_EQ(0, kill(pid, SIGTERM)) << "failed to kill pid " << pid;
994 // Then kill the process.
997 ASSERT_EQ(0, kill(pid, SIGTERM)) << "failed to kill pid " << pid;

Completed in 7608 milliseconds

12