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

/frameworks/native/include/binder/
H A DIBinder.h93 class DeathRecipient : public virtual RefBase class in class:android::IBinder
103 * then DeathRecipient::binderDied() will be called with a reference
121 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
132 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
135 wp<DeathRecipient>* outRecipient = NULL) = 0;
/frameworks/base/core/java/android/os/
H A DIBinder.java79 * a {@link DeathRecipient} with the IBinder, which will be called when its
252 public interface DeathRecipient { interface in interface:IBinder
260 * then the given {@link DeathRecipient}'s
261 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
272 public void linkToDeath(DeathRecipient recipient, int flags)
282 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
293 public boolean unlinkToDeath(DeathRecipient recipient, int flags);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1535 private class WifiLock extends DeathRecipient {
1772 private abstract class DeathRecipient class in class:WifiServiceImpl
1773 implements IBinder.DeathRecipient {
1778 DeathRecipient(String tag, IBinder binder) { method in class:WifiServiceImpl.DeathRecipient
1799 private class Multicaster extends DeathRecipient {
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java152 final DeathRecipient mDeathRecipient;
525 DeathRecipient deathRecipient = new DeathRecipient();
1772 private class DeathRecipient implements IBinder.DeathRecipient { class in class:WindowState

Completed in 511 milliseconds