Home | History | Annotate | Download | only in am

Lines Matching defs:death

944      * is the pid of the caller who requested it (we hold a death
1872 TAG, "New death recipient " + this
1882 TAG, "Death received in " + this
6044 Slog.w(TAG, "Spurious death for " + app + ", curProc for " + pid + ": " + curProc);
6098 Slog.d(TAG_PROCESSES, "Received spurious death notification for thread "
8748 // do the cleanup with the process death link.
12249 // process to be started, and make sure its death
12821 // death notification... just a bit prematurely.
12824 + ") early provider death",
14877 final IBinder.DeathRecipient death = new DeathRecipient() {
14887 who.linkToDeath(death, 0);
14896 synchronized (death) {
14899 death.wait();