Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 25 of 28) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/os/
H A DHwRemoteBinder.java48 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 DIHwBinder.java63 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath()
69 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
H A DIBinder.java342 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath()
363 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags); in unlinkToDeath()
H A DExternalVibration.java148 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
159 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
H A DBinderProxy.java619 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 DBinder.java1222 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 DBinderDeathDispatcher.java95 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 Dandroid_os_HwRemoteBinder.cpp193 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 Dandroid_util_Binder.cpp694 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 DCursorToBulkCursorAdaptor.java65 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 DSoundTriggerHalMaxModelLimiter.java150 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
155 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
H A DISoundTriggerHal.java128 void linkToDeath(IBinder.DeathRecipient recipient); in linkToDeath()
133 void unlinkToDeath(IBinder.DeathRecipient recipient); in unlinkToDeath()
H A DSoundTriggerDuplicateModelHandler.java163 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
168 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
H A DSoundTriggerHalEnforcer.java195 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
200 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
H A DSoundTriggerHw3Compat.java173 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
182 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
H A DSoundTriggerHalWatchdog.java126 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
131 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
H A DSoundTriggerHalConcurrentCaptureHandler.java222 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
229 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
H A DFakeSoundTriggerHal.java357 public void linkToDeath(IBinder.DeathRecipient recipient, int flags) { in linkToDeath()
367 public boolean unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
H A DSoundTriggerHw2Compat.java395 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 DBinderDeathDispatcherTest.java94 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 Dreal_binder_wrapper.cc89 sp<DeathRecipient> recipient(new DeathRecipient(callback)); in RegisterForDeathNotifications() local
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java61 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
H A DSoundTriggerDuplicateModelHandlerTest.java264 var recipient = mock(IBinder.DeathRecipient.class); in testDelegation() local
/aosp14/frameworks/base/packages/services/CameraExtensionsProxy/src/com/android/cameraextensions/
H A DCameraExtensionsProxyService.java400 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 DWindowContainerTests.java1884 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()

12