Home | History | Annotate | Download | only in wm

Lines Matching refs:deathRecipient

485         IBinder.DeathRecipient deathRecipient;
486 RotationWatcher(IRotationWatcher w, IBinder.DeathRecipient d) {
488 deathRecipient = d;
6480 IBinder.DeathRecipient dr = new IBinder.DeathRecipient() {
6520 binder.unlinkToDeath(removed.deathRecipient, 0);