Home
last modified time | relevance | path

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

123

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/
H A 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
/aosp12/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 DExternalVibration.java125 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath()
136 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
H A DIBinder.java337 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath()
358 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags); in unlinkToDeath()
/aosp12/frameworks/native/services/surfaceflinger/
H A DClientCache.cpp125 for (auto& recipient : buf->recipients) { in erase() local
135 for (auto& recipient : pendingErase) { in erase() local
153 const wp<ErasedRecipient>& recipient) { in registerErasedRecipient()
166 const wp<ErasedRecipient>& recipient) { in unregisterErasedRecipient()
194 for (auto& recipient : clientCacheBuffer.recipients) { in removeProcess() local
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DCameraHybridInterface.h55 wp<IBinder::DeathRecipient> recipient; member
95 const sp<IBinder::DeathRecipient>& recipient, in linkToDeath()
115 const wp<IBinder::DeathRecipient>& recipient, in unlinkToDeath()
/aosp12/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp62 IMediaDeathNotifier::addObitRecipient(const wp<IMediaDeathNotifier>& recipient) in addObitRecipient()
70 IMediaDeathNotifier::removeObitRecipient(const wp<IMediaDeathNotifier>& recipient) in removeObitRecipient()
/aosp12/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()
/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/
H A DTelephonyThreadsCompat.java49 public static long getOrCreateThreadId(Context context, String recipient) { in getOrCreateThreadId()
80 private static long getOrCreateThreadIdInternal(Context context, String recipient) { in getOrCreateThreadIdInternal()
/aosp12/hardware/interfaces/contexthub/common/default/1.X/utils/
H A DIContextHubCallbackWrapper.h100 Return<bool> linkToDeath(const sp<hidl_death_recipient>& recipient, uint64_t cookie) override { in linkToDeath()
104 Return<bool> unlinkToDeath(const sp<hidl_death_recipient>& recipient) override { in unlinkToDeath()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A DMockPreparedModel.h102 inline Return<bool> MockPreparedModel::linkToDeath(const sp<hidl_death_recipient>& recipient, in linkToDeath()
H A DMockDevice.h121 inline Return<bool> MockDevice::linkToDeath(const sp<hidl_death_recipient>& recipient, in linkToDeath()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/test/
H A DMockDevice.h68 inline Return<bool> MockDevice::linkToDeath(const sp<hidl_death_recipient>& recipient, in linkToDeath()
H A DMockPreparedModel.h66 inline Return<bool> MockPreparedModel::linkToDeath(const sp<hidl_death_recipient>& recipient, in linkToDeath()
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/test/
H A DMockDevice.h77 inline Return<bool> MockDevice::linkToDeath(const sp<hidl_death_recipient>& recipient, in linkToDeath()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/test/
H A DMockPreparedModel.h82 inline Return<bool> MockPreparedModel::linkToDeath(const sp<hidl_death_recipient>& recipient, in linkToDeath()
H A DMockDevice.h99 inline Return<bool> MockDevice::linkToDeath(const sp<hidl_death_recipient>& recipient, in linkToDeath()
/aosp12/frameworks/native/libs/binder/
H A 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()
/aosp12/system/libhwbinder/
H A DBpHwBinder.cpp122 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath()
156 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
232 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
/aosp12/frameworks/base/core/jni/
H A 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()
341 jobject recipient, jlong cookie) in JHwRemoteBinder_linkToDeath()
367 jobject recipient) in JHwRemoteBinder_unlinkToDeath()
/aosp12/frameworks/native/libs/sensorprivacy/
H A DSensorPrivacyManager.cpp149 status_t SensorPrivacyManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) in linkToDeath()
158 status_t SensorPrivacyManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) in unlinkToDeath()
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DISoundTriggerHw2.java129 boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie); in linkToDeath()
134 boolean unlinkToDeath(IHwBinder.DeathRecipient recipient); in unlinkToDeath()
/aosp12/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()
/aosp12/system/libhidl/transport/token/1.0/utils/include/hidl/
H A DHybridInterface.h222 wp<IBinder::DeathRecipient> recipient; member
456 const sp<IBinder::DeathRecipient>& recipient, in linkToDeath()
474 const wp<IBinder::DeathRecipient>& recipient, in unlinkToDeath()

123