Home | History | Annotate | Download | only in am

Lines Matching refs:deathRecipient

142     IBinder.DeathRecipient deathRecipient; // Who is watching for the death.
536 if (deathRecipient != null && thread != null) {
537 thread.asBinder().unlinkToDeath(deathRecipient, 0);
539 deathRecipient = null;