Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIBinder.java246 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() method
DBinder.java320 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath() method in Binder
383 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() method in BinderProxy
/frameworks/native/libs/binder/
DBinder.cpp119 status_t BBinder::linkToDeath( in linkToDeath() function in android::BBinder
DBpBinder.cpp173 status_t BpBinder::linkToDeath( in linkToDeath() function in android::BpBinder
/frameworks/base/services/java/com/android/server/accessibility/
DAccessibilityManagerService.java1273 public void linkToDeath() throws RemoteException { in linkToDeath() method in AccessibilityManagerService.AccessibilityConnectionWrapper