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

/frameworks/base/core/java/android/os/
H A DIHwBinder.java71 public boolean linkToDeath(DeathRecipient recipient, long cookie); method in interface:IHwBinder
H A DHwRemoteBinder.java45 public native boolean linkToDeath(DeathRecipient recipient, long cookie); method in class:HwRemoteBinder
H A DIBinder.java81 * <li> The {@link #linkToDeath linkToDeath()} method can be used to register
269 * @see #linkToDeath
291 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) method in interface:IBinder
H A DBinder.java677 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) { method in class:Binder
1139 public native void linkToDeath(DeathRecipient recipient, int flags) method in class:BinderProxy
/frameworks/native/libs/binder/
H A DActivityManager.cpp92 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) { function in class:android::ActivityManager
95 return IInterface::asBinder(service)->linkToDeath(recipient);
H A DBinder.cpp140 status_t BBinder::linkToDeath( function in class:android::BBinder
H A DBpBinder.cpp223 status_t BpBinder::linkToDeath( function in class:android::BpBinder
232 "linkToDeath(): recipient must be non-NULL");
/frameworks/base/services/core/java/com/android/server/am/
H A DAssistDataReceiverProxy.java45 linkToDeath();
88 private void linkToDeath() { method in class:AssistDataReceiverProxy
90 mReceiver.asBinder().linkToDeath(this, 0);
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DMockWeaverService.java80 public boolean linkToDeath(DeathRecipient recipient, long cookie) throws RemoteException { method in class:MockWeaverService
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java690 wrapper.linkToDeath();
701 wrapper.linkToDeath();
783 wrapper.linkToDeath();
2478 public void linkToDeath() throws RemoteException { method in class:AccessibilityManagerService.RemoteAccessibilityConnection
2479 mConnection.asBinder().linkToDeath(this, 0);

Completed in 298 milliseconds