Home
last modified time | relevance | path

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

12

/frameworks/native/services/surfaceflinger/
DClientCache.cpp118 for (auto& recipient : buf->recipients) { in erase() local
128 for (auto& recipient : pendingErase) { in erase() local
146 const wp<ErasedRecipient>& recipient) { in registerErasedRecipient()
159 const wp<ErasedRecipient>& recipient) { in unregisterErasedRecipient()
187 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.java65 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath()
71 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
DExternalVibration.java124 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
135 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
DIBinder.java325 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath()
346 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags); in unlinkToDeath()
DBinderProxy.java569 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
574 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
649 private static void sendDeathNotice(DeathRecipient recipient, IBinder binderProxy) { in sendDeathNotice()
DBinder.java1053 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) { in linkToDeath()
1059 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags) { in unlinkToDeath()
/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/native/libs/sensorprivacy/
DSensorPrivacyManager.cpp88 status_t SensorPrivacyManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) in linkToDeath()
97 status_t SensorPrivacyManager::unlinkToDeath(const sp<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.java92 public int linkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) { in linkToDeath()
112 public void unlinkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) { in unlinkToDeath()
/frameworks/native/libs/binder/
DActivityManager.cpp101 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in linkToDeath()
109 status_t ActivityManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in unlinkToDeath()
DBpBinder.cpp249 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath()
284 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
353 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
/frameworks/native/libs/binder/ndk/
Dibinder.cpp323 sp<AIBinder_DeathRecipient> recipient = mParentRecipient.promote(); in binderDied() local
355 sp<TransferDeathRecipient> recipient = in linkToDeath() local
375 sp<TransferDeathRecipient> recipient = *it; in unlinkToDeath() local
457 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_linkToDeath()
468 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath()
635 void AIBinder_DeathRecipient_delete(AIBinder_DeathRecipient* recipient) { in AIBinder_DeathRecipient_delete()
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DISoundTriggerHw2.java129 boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie); in linkToDeath()
134 boolean unlinkToDeath(IHwBinder.DeathRecipient recipient); in unlinkToDeath()
DSoundTriggerHw2Enforcer.java179 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath()
184 public boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) { in unlinkToDeath()
DSoundTriggerHw2Compat.java305 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath()
310 public boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) { in unlinkToDeath()
/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.cpp183 void HwBinderDeathRecipientList::add(const sp<HwBinderDeathRecipient>& recipient) { in add()
189 void HwBinderDeathRecipientList::remove(const sp<HwBinderDeathRecipient>& recipient) { in remove()
200 sp<HwBinderDeathRecipient> HwBinderDeathRecipientList::find(jobject recipient) { in find()
354 jobject recipient, jlong cookie) in JHwRemoteBinder_linkToDeath()
380 jobject recipient) in JHwRemoteBinder_unlinkToDeath()
Dandroid_util_Binder.cpp674 void DeathRecipientList::add(const sp<JavaDeathRecipient>& recipient) { in add()
681 void DeathRecipientList::remove(const sp<JavaDeathRecipient>& recipient) { in remove()
694 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { in find()
1433 jobject recipient, jint flags) // throws RemoteException in android_os_BinderProxy_linkToDeath()
1459 jobject recipient, jint flags) in android_os_BinderProxy_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/base/core/tests/coretests/src/com/android/internal/os/
DBinderDeathDispatcherTest.java93 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { in linkToDeath()
106 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
/frameworks/base/apex/media/framework/java/android/media/
DSession2Link.java91 public void linkToDeath(@NonNull IBinder.DeathRecipient recipient, int flags) { in linkToDeath()
104 public boolean unlinkToDeath(@NonNull IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
/frameworks/native/libs/binder/include/binder/
DBpBinder.h127 wp<DeathRecipient> recipient; member
/frameworks/base/core/java/android/hardware/camera2/impl/
DICameraDeviceUserWrapper.java61 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
/frameworks/native/libs/binder/ndk/test/
Dlibbinder_ndk_unit_test.cpp160 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(LambdaOnDeath); in TEST() local
196 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(OnBinderDeath); in TEST() local

12