/aosp14/frameworks/base/core/java/android/os/ |
H A D | HwRemoteBinder.java | 48 public native boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() 49 public native boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath() 64 private static final void sendDeathNotice(DeathRecipient recipient, long cookie) { in sendDeathNotice()
|
H A D | IHwBinder.java | 63 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() 69 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
|
H A D | IBinder.java | 342 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath() 363 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags); in unlinkToDeath()
|
H A D | ExternalVibration.java | 148 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 159 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
H A D | BinderProxy.java | 619 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 624 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() 699 private static void sendDeathNotice(DeathRecipient recipient, IBinder binderProxy) { in sendDeathNotice()
|
H A D | Binder.java | 1222 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) { in linkToDeath() 1228 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags) { in unlinkToDeath()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderDeathDispatcher.java | 95 public int linkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) { in linkToDeath() 115 public void unlinkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) { in unlinkToDeath()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_HwRemoteBinder.cpp | 193 void HwBinderDeathRecipientList::add(const sp<HwBinderDeathRecipient>& recipient) { in add() 199 void HwBinderDeathRecipientList::remove(const sp<HwBinderDeathRecipient>& recipient) { in remove() 210 sp<HwBinderDeathRecipient> HwBinderDeathRecipientList::find(jobject recipient) { in find() 351 jobject recipient, jlong cookie) in JHwRemoteBinder_linkToDeath() 377 jobject recipient) in JHwRemoteBinder_unlinkToDeath()
|
H A D | android_util_Binder.cpp | 694 void DeathRecipientList::add(const sp<JavaDeathRecipient>& recipient) { in add() 701 void DeathRecipientList::remove(const sp<JavaDeathRecipient>& recipient) { in remove() 714 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { in find() 1472 jobject recipient, jint flags) // throws RemoteException in android_os_BinderProxy_linkToDeath() 1498 jobject recipient, jint flags) in android_os_BinderProxy_unlinkToDeath()
|
/aosp14/frameworks/base/core/java/android/database/ |
H A D | CursorToBulkCursorAdaptor.java | 65 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy() 75 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerHalMaxModelLimiter.java | 150 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 155 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
H A D | ISoundTriggerHal.java | 128 void linkToDeath(IBinder.DeathRecipient recipient); in linkToDeath() 133 void unlinkToDeath(IBinder.DeathRecipient recipient); in unlinkToDeath()
|
H A D | SoundTriggerDuplicateModelHandler.java | 163 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 168 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
H A D | SoundTriggerHalEnforcer.java | 195 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 200 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
H A D | SoundTriggerHw3Compat.java | 173 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 182 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
H A D | SoundTriggerHalWatchdog.java | 126 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 131 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
H A D | SoundTriggerHalConcurrentCaptureHandler.java | 222 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 229 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
H A D | FakeSoundTriggerHal.java | 357 public void linkToDeath(IBinder.DeathRecipient recipient, int flags) { in linkToDeath() 367 public boolean unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
|
H A D | SoundTriggerHw2Compat.java | 395 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 402 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderDeathDispatcherTest.java | 94 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { in linkToDeath() 107 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
|
/aosp14/system/core/libbinderwrapper/ |
H A D | real_binder_wrapper.cc | 89 sp<DeathRecipient> recipient(new DeathRecipient(callback)); in RegisterForDeathNotifications() local
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | ICameraDeviceUserWrapper.java | 61 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
|
/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerDuplicateModelHandlerTest.java | 264 var recipient = mock(IBinder.DeathRecipient.class); in testDelegation() local
|
/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/ |
H A D | CameraExtensionsProxyService.java | 400 public void registerDeathRecipient(IBinder token, IBinder.DeathRecipient recipient) { in registerDeathRecipient() 409 public void unregisterDeathRecipient(IBinder token, IBinder.DeathRecipient recipient) { in unregisterDeathRecipient() 476 private static void registerDeathRecipient(IBinder token, IBinder.DeathRecipient recipient) { in registerDeathRecipient() 483 private static void unregisterDeathRecipient(IBinder token, IBinder.DeathRecipient recipient) { in unregisterDeathRecipient()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowContainerTests.java | 1884 final DeathRecipient recipient = mDeathRecipients.get(i); in die() local 1894 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath() 1903 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags) { in unlinkToDeath()
|