Home
last modified time | relevance | path

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

123

/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.cpp135 for (auto& recipient : buf->recipients) { in erase() local
145 for (auto& recipient : pendingErase) { in erase() local
164 const wp<ErasedRecipient>& recipient) { in registerErasedRecipient()
177 const wp<ErasedRecipient>& recipient) { in unregisterErasedRecipient()
205 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()
DBinderProxy.java635 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
644 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
649 private native void linkToDeathNative(DeathRecipient recipient, int flags) in linkToDeathNative()
652 private native boolean unlinkToDeathNative(DeathRecipient recipient, int flags); in unlinkToDeathNative()
775 private static void sendDeathNotice(DeathRecipient recipient, IBinder binderProxy) { in sendDeathNotice()
DExternalVibration.java154 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
165 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
DIBinder.java363 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath()
384 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/av/media/libmedia/
DIMediaDeathNotifier.cpp56 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient()
64 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
/frameworks/av/media/libaudiohal/impl/
DConversionHelperAidl.cpp34 const VendorParametersRecipient& recipient, in parseAndGetVendorParameters()
79 const VendorParametersRecipient& recipient, in parseAndSetVendorParameters()
/frameworks/base/core/java/com/android/internal/os/
DBinderDeathDispatcher.java96 public int linkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) { in linkToDeath()
116 public void unlinkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) { in unlinkToDeath()
/frameworks/base/services/tests/vibrator/utils/com/android/server/vibrator/
DFakeVibratorController.java81 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) { in linkToDeath()
87 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags) { in unlinkToDeath()
/frameworks/av/services/camera/libcameraservice/aidl/
DDeathPipe.cpp32 status_t DeathPipe::linkToDeath(const sp<IBinder::DeathRecipient>& recipient, in linkToDeath()
56 status_t DeathPipe::unlinkToDeath(const wp<IBinder::DeathRecipient>& recipient, in unlinkToDeath()
DAidlCameraServiceListener.cpp67 status_t AidlCameraServiceListener::linkToDeath(const sp<DeathRecipient>& recipient, void* cookie, in linkToDeath()
72 status_t AidlCameraServiceListener::unlinkToDeath(const wp<DeathRecipient>& recipient, void* cookie, in unlinkToDeath()
/frameworks/native/libs/binder/ndk/
Dibinder.cpp401 void ABpBinder::addDeathRecipient(const ::android::sp<AIBinder_DeathRecipient>& recipient, in addDeathRecipient()
556 sp<AIBinder_DeathRecipient> recipient = mParentRecipient.promote(); in binderDied() local
601 [&cookie](android::sp<TransferDeathRecipient> recipient) { in linkToDeath()
614 sp<TransferDeathRecipient> recipient = in linkToDeath() local
636 sp<TransferDeathRecipient> recipient = *it; in unlinkToDeath() local
722 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_linkToDeath()
736 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath()
926 void AIBinder_DeathRecipient_setOnUnlinked(AIBinder_DeathRecipient* recipient, in AIBinder_DeathRecipient_setOnUnlinked()
935 void AIBinder_DeathRecipient_delete(AIBinder_DeathRecipient* recipient) { in AIBinder_DeathRecipient_delete()
/frameworks/av/media/libaaudio/tests/
Dtest_multiple_close_simultaneously.cpp62 sp<IAAudioService> getAAudioService(const sp<IBinder::DeathRecipient>& recipient) { in getAAudioService()
148 const auto recipient = sp<AAudioServiceDeathRecipient>::make(); in TEST() local
/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/jni/
Dandroid_os_HwRemoteBinder.cpp194 void HwBinderDeathRecipientList::add(const sp<HwBinderDeathRecipient>& recipient) { in add()
200 void HwBinderDeathRecipientList::remove(const sp<HwBinderDeathRecipient>& recipient) { in remove()
211 sp<HwBinderDeathRecipient> HwBinderDeathRecipientList::find(jobject recipient) { in find()
352 jobject recipient, jlong cookie) in JHwRemoteBinder_linkToDeath()
378 jobject recipient) in JHwRemoteBinder_unlinkToDeath()
/frameworks/base/services/voiceinteraction/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()
DSoundTriggerDuplicateModelHandler.java163 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
168 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()
/frameworks/native/libs/sensorprivacy/
DSensorPrivacyManager.cpp178 status_t SensorPrivacyManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) in linkToDeath()
187 status_t SensorPrivacyManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) in unlinkToDeath()
/frameworks/native/libs/binder/
DActivityManager.cpp163 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in linkToDeath()
171 status_t ActivityManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in unlinkToDeath()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderDeathDispatcherTest.java101 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { in linkToDeath()
114 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()

123