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

/frameworks/base/include/binder/
H A DIBinder.h91 class DeathRecipient : public virtual RefBase class in class:android::IBinder
101 * then DeathRecipient::binderDied() will be called with a referene
119 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
130 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
133 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
182 public interface DeathRecipient { interface in interface:IBinder
190 * then the given {@link DeathRecipient}'s
191 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
202 public void linkToDeath(DeathRecipient recipient, int flags)
212 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
223 public boolean unlinkToDeath(DeathRecipient recipient, int flags);
/frameworks/base/services/java/com/android/server/
H A DWifiService.java2194 private class WifiLock extends DeathRecipient {
2436 private abstract class DeathRecipient class in class:WifiService
2437 implements IBinder.DeathRecipient {
2443 DeathRecipient(int mode, String tag, IBinder binder, WorkSource ws) { method in class:WifiService.DeathRecipient
2461 private class Multicaster extends DeathRecipient {
H A DWindowManagerService.java4572 IBinder.DeathRecipient dr = new IBinder.DeathRecipient() {
5572 implements IBinder.DeathRecipient {
5826 final DeathRecipient mDeathRecipient;
6019 DeathRecipient deathRecipient = new DeathRecipient();
7020 private class DeathRecipient implements IBinder.DeathRecipient { class in class:WindowManagerService.WindowState

Completed in 248 milliseconds