Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DStateMachineDeathRecipient.java56 public boolean linkToDeath(IBinder binder) { in linkToDeath() method in StateMachineDeathRecipient
/frameworks/base/core/java/android/os/
DIHwBinder.java39 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() method
DHwRemoteBinder.java45 public native boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() method in HwRemoteBinder
DIBinder.java274 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() method
DBinder.java614 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath() method in Binder
759 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() method in BinderProxy
/frameworks/native/libs/binder/
DBinder.cpp140 status_t BBinder::linkToDeath( in linkToDeath() function in android::BBinder
DBpBinder.cpp174 status_t BpBinder::linkToDeath( in linkToDeath() function in android::BpBinder
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2373 public void linkToDeath() throws RemoteException { in linkToDeath() method in AccessibilityManagerService.AccessibilityConnectionWrapper