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

/frameworks/native/include/binder/
H A DIBinder.h92 class DeathRecipient : public virtual RefBase class in class:android::IBinder
102 * then DeathRecipient::binderDied() will be called with a reference
120 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
131 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
134 wp<DeathRecipient>* outRecipient = NULL) = 0;
/frameworks/base/core/java/android/os/
H A DIBinder.java80 * a {@link DeathRecipient} with the IBinder, which will be called when its
226 public interface DeathRecipient { interface in interface:IBinder
234 * then the given {@link DeathRecipient}'s
235 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
246 public void linkToDeath(DeathRecipient recipient, int flags)
256 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
267 public boolean unlinkToDeath(DeathRecipient recipient, int flags);
/frameworks/base/services/java/com/android/server/
H A DWifiService.java1271 private class WifiLock extends DeathRecipient {
1504 private abstract class DeathRecipient class in class:WifiService
1505 implements IBinder.DeathRecipient {
1511 DeathRecipient(int mode, String tag, IBinder binder, WorkSource ws) { method in class:WifiService.DeathRecipient
1529 private class Multicaster extends DeathRecipient {
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java79 final DeathRecipient mDeathRecipient;
280 DeathRecipient deathRecipient = new DeathRecipient();
909 private class DeathRecipient implements IBinder.DeathRecipient { class in class:WindowState

Completed in 55 milliseconds