| /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ | 
| D | BinderCacheManagerTest.java | 70         IBinder.DeathRecipient recipient = populateCacheCaptureDeathRecipent();  in testAddListenerAndDie()  local86         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/ | 
| D | ClientCache.cpp | 135         for (auto& recipient : buf->recipients) {  in erase()  local145     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/ | 
| D | HwRemoteBinder.java | 48     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()
 
 | 
| D | IHwBinder.java | 63     public boolean linkToDeath(DeathRecipient recipient, long cookie);  in linkToDeath()69     public boolean unlinkToDeath(DeathRecipient recipient);  in unlinkToDeath()
 
 | 
| D | IBinder.java | 342     public void linkToDeath(@NonNull DeathRecipient recipient, int flags)  in linkToDeath()363     public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags);  in unlinkToDeath()
 
 | 
| D | ExternalVibration.java | 148     public void linkToDeath(IBinder.DeathRecipient recipient) {  in linkToDeath()159     public void unlinkToDeath(IBinder.DeathRecipient recipient) {  in unlinkToDeath()
 
 | 
| /frameworks/av/services/camera/libcameraservice/hidl/ | 
| D | CameraHybridInterface.h | 55         wp<IBinder::DeathRecipient> recipient;  member95         const sp<IBinder::DeathRecipient>& recipient,  in linkToDeath()
 115         const wp<IBinder::DeathRecipient>& recipient,  in unlinkToDeath()
 
 | 
| /frameworks/av/media/libaudiohal/impl/ | 
| D | ConversionHelperAidl.cpp | 34         const VendorParametersRecipient& recipient,  in parseAndGetVendorParameters()83         const VendorParametersRecipient& recipient,  in parseAndSetVendorParameters()
 
 | 
| /frameworks/av/media/libmedia/ | 
| D | IMediaDeathNotifier.cpp | 62 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/ | 
| D | BinderDeathDispatcher.java | 95     public int linkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) {  in linkToDeath()115     public void unlinkToDeath(@NonNull T target, @NonNull DeathRecipient recipient) {  in unlinkToDeath()
 
 | 
| /frameworks/av/services/camera/libcameraservice/aidl/ | 
| D | DeathPipe.cpp | 32 status_t DeathPipe::linkToDeath(const sp<IBinder::DeathRecipient>& recipient,  in linkToDeath()56 status_t DeathPipe::unlinkToDeath(const wp<IBinder::DeathRecipient>& recipient,  in unlinkToDeath()
 
 | 
| D | AidlCameraServiceListener.cpp | 61 status_t AidlCameraServiceListener::linkToDeath(const sp<DeathRecipient>& recipient, void* cookie,  in linkToDeath()65 status_t AidlCameraServiceListener::unlinkToDeath(const wp<DeathRecipient>& recipient, void* cookie,  in unlinkToDeath()
 
 | 
| D | DeathPipe.h | 66         wp<IBinder::DeathRecipient> recipient; // NDK death recipient  member
 | 
| D | AidlCameraDeviceCallbacks.cpp | 201 status_t AidlCameraDeviceCallbacks::linkToDeath(const sp<DeathRecipient>& recipient,  in linkToDeath()205 status_t AidlCameraDeviceCallbacks::unlinkToDeath(const wp<DeathRecipient>& recipient,  in unlinkToDeath()
 
 | 
| /frameworks/base/core/jni/ | 
| D | android_os_HwRemoteBinder.cpp | 193 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/core/java/android/database/ | 
| D | CursorToBulkCursorAdaptor.java | 65         public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) {  in ContentObserverProxy()75         public boolean unlinkToDeath(DeathRecipient recipient) {  in unlinkToDeath()
 
 | 
| /frameworks/native/libs/sensorprivacy/ | 
| D | SensorPrivacyManager.cpp | 161 status_t SensorPrivacyManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient)  in linkToDeath()170 status_t SensorPrivacyManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient)  in unlinkToDeath()
 
 | 
| /frameworks/native/libs/binder/ndk/ | 
| D | ibinder.cpp | 407     sp<AIBinder_DeathRecipient> recipient = mParentRecipient.promote();  in binderDied()  local439     sp<TransferDeathRecipient> recipient =  in linkToDeath()  local
 461         sp<TransferDeathRecipient> recipient = *it;  in unlinkToDeath()  local
 548 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,  in AIBinder_linkToDeath()
 560 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient,  in AIBinder_unlinkToDeath()
 738 void AIBinder_DeathRecipient_setOnUnlinked(AIBinder_DeathRecipient* recipient,  in AIBinder_DeathRecipient_setOnUnlinked()
 747 void AIBinder_DeathRecipient_delete(AIBinder_DeathRecipient* recipient) {  in AIBinder_DeathRecipient_delete()
 
 | 
| /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ | 
| D | SoundTriggerHalMaxModelLimiter.java | 150     public void linkToDeath(IBinder.DeathRecipient recipient) {  in linkToDeath()155     public void unlinkToDeath(IBinder.DeathRecipient recipient) {  in unlinkToDeath()
 
 | 
| D | ISoundTriggerHal.java | 128     void linkToDeath(IBinder.DeathRecipient recipient);  in linkToDeath()133     void unlinkToDeath(IBinder.DeathRecipient recipient);  in unlinkToDeath()
 
 | 
| D | SoundTriggerDuplicateModelHandler.java | 163     public void linkToDeath(IBinder.DeathRecipient recipient) {  in linkToDeath()168     public void unlinkToDeath(IBinder.DeathRecipient recipient) {  in unlinkToDeath()
 
 | 
| D | SoundTriggerHw3Compat.java | 173     public void linkToDeath(IBinder.DeathRecipient recipient) {  in linkToDeath()182     public void unlinkToDeath(IBinder.DeathRecipient recipient) {  in unlinkToDeath()
 
 | 
| D | SoundTriggerHalEnforcer.java | 195     public void linkToDeath(IBinder.DeathRecipient recipient) {  in linkToDeath()200     public void unlinkToDeath(IBinder.DeathRecipient recipient) {  in unlinkToDeath()
 
 | 
| /frameworks/native/libs/binder/ | 
| D | ActivityManager.cpp | 152 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) {  in linkToDeath()160 status_t ActivityManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) {  in unlinkToDeath()
 
 | 
| /frameworks/base/core/tests/coretests/src/com/android/internal/os/ | 
| D | BinderDeathDispatcherTest.java | 94         public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {  in linkToDeath()107         public boolean unlinkToDeath(DeathRecipient recipient, int flags) {  in unlinkToDeath()
 
 |