Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIHwBinder.java71 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.java291 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath() method
DBinder.java677 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) { in linkToDeath() method in Binder
1141 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() method in BinderProxy
/frameworks/base/services/core/java/com/android/server/am/
DAssistDataReceiverProxy.java88 private void linkToDeath() { in linkToDeath() method in AssistDataReceiverProxy
/frameworks/native/libs/binder/
DActivityManager.cpp92 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in linkToDeath() function in android::ActivityManager
DBinder.cpp140 status_t BBinder::linkToDeath( in linkToDeath() function in android::BBinder
DBpBinder.cpp223 status_t BpBinder::linkToDeath( in linkToDeath() function in android::BpBinder
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockWeaverService.java80 public boolean linkToDeath(DeathRecipient recipient, long cookie) throws RemoteException { in linkToDeath() method in MockWeaverService
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java2478 public void linkToDeath() throws RemoteException { in linkToDeath() method in AccessibilityManagerService.RemoteAccessibilityConnection