Searched defs:linkToDeath (Results 1 - 5 of 5) sorted by last modified time

/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.java538 wrapper.linkToDeath();
548 wrapper.linkToDeath();
633 owner.linkToDeath(userState.mUiAutomationSerivceOnwerDeathRecipient, 0);
1687 public void linkToDeath() throws RemoteException { method in class:AccessibilityManagerService.AccessibilityConnectionWrapper
1688 mConnection.asBinder().linkToDeath(this, 0);
2580 mService.linkToDeath(this, 0);
/frameworks/base/core/java/android/os/
H A DBinder.java390 public void linkToDeath(DeathRecipient recipient, int flags) { method in class:Binder
502 public native void linkToDeath(DeathRecipient recipient, int flags) method in class:BinderProxy
H A DIBinder.java78 * <li> The {@link #linkToDeath linkToDeath()} method can be used to register
223 * @see #linkToDeath
245 public void linkToDeath(DeathRecipient recipient, int flags) method in interface:IBinder

Completed in 103 milliseconds