Home | History | Annotate | Download | only in am

Lines Matching refs:death

412      * is the pid of the caller who requested it (we hold a death
885 TAG, "New death recipient " + this
894 TAG, "Death received in " + this
3131 Slog.d(TAG, "Received spurious death notification for thread "
4940 // do the cleanup with the process death link.
6555 // process to be started, and make sure its death
6981 // death notification... just a bit prematurely.
6983 + ") early provider death");
7824 final IBinder.DeathRecipient death = new DeathRecipient() {
7834 who.linkToDeath(death, 0);
7843 synchronized (death) {
7846 death.wait();