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

/frameworks/native/include/binder/
H A DIBinder.h84 class DeathRecipient : public virtual RefBase class in class:android::IBinder
94 * then DeathRecipient::binderDied() will be called with a reference
112 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
123 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
126 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
232 public interface DeathRecipient { interface in interface:IBinder
240 * then the given {@link DeathRecipient}'s
241 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
252 public void linkToDeath(DeathRecipient recipient, int flags)
262 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
273 public boolean unlinkToDeath(DeathRecipient recipient, int flags);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java98 final DeathRecipient mDeathRecipient;
398 DeathRecipient deathRecipient = new DeathRecipient();
1204 private class DeathRecipient implements IBinder.DeathRecipient { class in class:WindowState
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1511 private class WifiLock extends DeathRecipient {
1743 private abstract class DeathRecipient class in class:WifiServiceImpl
1744 implements IBinder.DeathRecipient {
1750 DeathRecipient(int mode, String tag, IBinder binder, WorkSource ws) { method in class:WifiServiceImpl.DeathRecipient
1768 private class Multicaster extends DeathRecipient {

Completed in 310 milliseconds