Searched defs:linkToDeath (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
H A DIBinder.java78 * <li> The {@link #linkToDeath linkToDeath()} method can be used to register
230 * @see #linkToDeath
252 public void linkToDeath(DeathRecipient recipient, int flags) method in interface:IBinder
H A DBinder.java397 public void linkToDeath(DeathRecipient recipient, int flags) { method in class:Binder
509 public native void linkToDeath(DeathRecipient recipient, int flags) method in class:BinderProxy
/frameworks/native/libs/binder/
H A DBinder.cpp119 status_t BBinder::linkToDeath( function in class:android::BBinder
H A DBpBinder.cpp173 status_t BpBinder::linkToDeath( function in class:android::BpBinder
182 "linkToDeath(): recipient must be non-NULL");
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java546 wrapper.linkToDeath();
556 wrapper.linkToDeath();
641 owner.linkToDeath(userState.mUiAutomationSerivceOnwerDeathRecipient, 0);
1729 public void linkToDeath() throws RemoteException { method in class:AccessibilityManagerService.AccessibilityConnectionWrapper
1730 mConnection.asBinder().linkToDeath(this, 0);
2649 mService.linkToDeath(this, 0);

Completed in 1209 milliseconds