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
250 * @see #linkToDeath
272 public void linkToDeath(DeathRecipient recipient, int flags) method in interface:IBinder
H A DBinder.java509 public void linkToDeath(DeathRecipient recipient, int flags) { method in class:Binder
621 public native void linkToDeath(DeathRecipient recipient, int flags) method in class:BinderProxy
/frameworks/native/libs/binder/
H A DBinder.cpp137 status_t BBinder::linkToDeath( function in class:android::BBinder
H A DBpBinder.cpp174 status_t BpBinder::linkToDeath( function in class:android::BpBinder
183 "linkToDeath(): recipient must be non-NULL");
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java555 wrapper.linkToDeath();
565 wrapper.linkToDeath();
651 owner.linkToDeath(userState.mUiAutomationSerivceOnwerDeathRecipient, 0);
1977 public void linkToDeath() throws RemoteException { method in class:AccessibilityManagerService.AccessibilityConnectionWrapper
1978 mConnection.asBinder().linkToDeath(this, 0);
3069 mService.linkToDeath(this, 0);

Completed in 423 milliseconds