Searched defs:DeathRecipient (Results 1 – 4 of 4) sorted by relevance
120 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath()127 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath()128 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath()
232 public interface DeathRecipient { interface
1764 private abstract class DeathRecipient class in WifiServiceImpl1771 DeathRecipient(int mode, String tag, IBinder binder, WorkSource ws) { in DeathRecipient() method in WifiServiceImpl.DeathRecipient
1204 private class DeathRecipient implements IBinder.DeathRecipient { class in WindowState