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()
225 public interface DeathRecipient { interface
1680 private abstract class DeathRecipient class in WifiServiceImpl1687 DeathRecipient(int mode, String tag, IBinder binder, WorkSource ws) { in DeathRecipient() method in WifiServiceImpl.DeathRecipient
1137 private class DeathRecipient implements IBinder.DeathRecipient { class in WindowState