Home
last modified time | relevance | path

Searched defs:DeathRecipient (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/
DBinder.cpp120 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()
/frameworks/base/core/java/android/os/
DIBinder.java225 public interface DeathRecipient { interface
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1680 private abstract class DeathRecipient class in WifiServiceImpl
1687 DeathRecipient(int mode, String tag, IBinder binder, WorkSource ws) { in DeathRecipient() method in WifiServiceImpl.DeathRecipient
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1137 private class DeathRecipient implements IBinder.DeathRecipient { class in WindowState