Searched defs:deathRecipient (Results 1 – 6 of 6) sorted by relevance
72 ArgumentCaptor<IBinder.DeathRecipient> deathRecipient = in acquireWifiLockSuccessful() local84 ArgumentCaptor<IBinder.DeathRecipient> deathRecipient = in releaseWifiLockSuccessful() local
118 DeathRecipient deathRecipient = in cleanUpSession() local
127 IBinder.DeathRecipient deathRecipient = new IBinder.DeathRecipient() { in addCallback() local147 IBinder.DeathRecipient deathRecipient) { in linkDeathRecipientLocked()159 IBinder.DeathRecipient deathRecipient = mDeathEaters.remove(token); in unlinkDeathRecipientLocked() local
137 IBinder.DeathRecipient deathRecipient; // Who is watching for the death. field in ProcessRecord
543 DeathRecipient deathRecipient = new DeathRecipient(); in WindowState() local
570 IBinder.DeathRecipient deathRecipient; field in WindowManagerService.RotationWatcher