Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/
DBinderCacheManagerTest.java70 IBinder.DeathRecipient recipient = populateCacheCaptureDeathRecipent(); in testAddListenerAndDie() local
86 IBinder.DeathRecipient recipient = populateCacheCaptureDeathRecipent(); in testListenerNotCalledAfterRemoved() local
99 IBinder.DeathRecipient recipient = populateCacheCaptureDeathRecipent(); in testAddListenerAlreadyDead() local
119 IBinder.DeathRecipient recipient = captor.getValue(); in populateCacheCaptureDeathRecipent() local
/frameworks/native/services/surfaceflinger/
DClientCache.cpp130 for (auto& recipient : buf->recipients) { in erase() local
140 for (auto& recipient : pendingErase) { in erase() local
158 const wp<ErasedRecipient>& recipient) { in registerErasedRecipient()
171 const wp<ErasedRecipient>& recipient) { in unregisterErasedRecipient()
199 for (auto& recipient : clientCacheBuffer.recipients) { in removeProcess() local
/frameworks/base/core/java/android/os/
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()
DIHwBinder.java63 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath()
69 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
DIBinder.java340 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath()
361 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags); in unlinkToDeath()
DExternalVibration.java144 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
155 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
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()
/frameworks/av/services/camera/libcameraservice/hidl/
DCameraHybridInterface.h55 wp<IBinder::DeathRecipient> recipient; member
95 const sp<IBinder::DeathRecipient>& recipient, in linkToDeath()
115 const wp<IBinder::DeathRecipient>& recipient, in unlinkToDeath()
/frameworks/av/media/libmedia/
DIMediaDeathNotifier.cpp62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient()
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
/frameworks/base/core/java/com/android/internal/os/
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()
/frameworks/native/libs/binder/
DActivityManager.cpp118 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in linkToDeath()
126 status_t ActivityManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in unlinkToDeath()
DBpBinder.cpp327 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath()
364 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
437 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
/frameworks/base/core/jni/
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()
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DSoundTriggerHalMaxModelLimiter.java150 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
155 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
DISoundTriggerHal.java128 void linkToDeath(IBinder.DeathRecipient recipient); in linkToDeath()
133 void unlinkToDeath(IBinder.DeathRecipient recipient); in unlinkToDeath()
DSoundTriggerHw3Compat.java170 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
179 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
DSoundTriggerHalEnforcer.java195 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
200 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
DSoundTriggerHalWatchdog.java126 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
131 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
DSoundTriggerHalConcurrentCaptureHandler.java221 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
228 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
/frameworks/native/libs/sensorprivacy/
DSensorPrivacyManager.cpp161 status_t SensorPrivacyManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) in linkToDeath()
170 status_t SensorPrivacyManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) in unlinkToDeath()
/frameworks/base/core/java/android/database/
DCursorToBulkCursorAdaptor.java65 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy()
75 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
/frameworks/native/libs/binder/ndk/
Dibinder.cpp399 sp<AIBinder_DeathRecipient> recipient = mParentRecipient.promote(); in binderDied() local
431 sp<TransferDeathRecipient> recipient = in linkToDeath() local
453 sp<TransferDeathRecipient> recipient = *it; in unlinkToDeath() local
539 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_linkToDeath()
550 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath()
719 void AIBinder_DeathRecipient_setOnUnlinked(AIBinder_DeathRecipient* recipient, in AIBinder_DeathRecipient_setOnUnlinked()
728 void AIBinder_DeathRecipient_delete(AIBinder_DeathRecipient* recipient) { in AIBinder_DeathRecipient_delete()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderDeathDispatcherTest.java94 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { in linkToDeath()
107 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DSipTransportImplBaseTest.java146 IBinder.DeathRecipient recipient = captor.getValue(); in testPhoneProcessCrash() local
/frameworks/base/core/java/android/hardware/camera2/impl/
DICameraDeviceUserWrapper.java61 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()

12