/frameworks/native/services/surfaceflinger/ |
D | ClientCache.cpp | 115 for (auto& recipient : buf->recipients) { in erase() local 125 for (auto& recipient : pendingErase) { in erase() local 143 const wp<ErasedRecipient>& recipient) { in registerErasedRecipient() 155 const wp<ErasedRecipient>& recipient) { in unregisterErasedRecipient() 183 for (auto& recipient : clientCacheBuffer.recipients) { in removeProcess() local
|
/frameworks/base/core/java/android/os/ |
D | HwRemoteBinder.java | 47 public native boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() 48 public native boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath() 63 private static final void sendDeathNotice(DeathRecipient recipient, long cookie) { in sendDeathNotice()
|
D | IHwBinder.java | 65 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() 71 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
|
D | IBinder.java | 293 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) in linkToDeath() 314 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags); in unlinkToDeath()
|
D | ExternalVibration.java | 120 public void linkToDeath(IBinder.DeathRecipient recipient) { in linkToDeath() 131 public void unlinkToDeath(IBinder.DeathRecipient recipient) { in unlinkToDeath()
|
D | BinderProxy.java | 537 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 542 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() 617 private static void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
|
D | Binder.java | 924 public void linkToDeath(@NonNull DeathRecipient recipient, int flags) { in linkToDeath() 930 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags) { in unlinkToDeath()
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
D | CameraHybridInterface.h | 55 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/ |
D | SensorPrivacyManager.cpp | 88 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/ |
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 | 92 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/ |
D | ActivityManager.cpp | 101 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in linkToDeath() 109 status_t ActivityManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) { in unlinkToDeath()
|
D | BpBinder.cpp | 226 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath() 261 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath() 330 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
|
/frameworks/native/libs/binder/ndk/ |
D | ibinder.cpp | 273 sp<AIBinder_DeathRecipient> recipient = mParentRecipient.promote(); in binderDied() local 305 sp<TransferDeathRecipient> recipient = in linkToDeath() local 325 sp<TransferDeathRecipient> recipient = *it; in unlinkToDeath() local 407 binder_status_t AIBinder_linkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_linkToDeath() 418 binder_status_t AIBinder_unlinkToDeath(AIBinder* binder, AIBinder_DeathRecipient* recipient, in AIBinder_unlinkToDeath() 585 void AIBinder_DeathRecipient_delete(AIBinder_DeathRecipient* recipient) { in AIBinder_DeathRecipient_delete()
|
/frameworks/base/core/java/android/database/ |
D | CursorToBulkCursorAdaptor.java | 58 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy() 68 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
|
/frameworks/base/core/jni/ |
D | android_os_HwRemoteBinder.cpp | 183 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()
|
D | android_util_Binder.cpp | 603 void DeathRecipientList::add(const sp<JavaDeathRecipient>& recipient) { in add() 610 void DeathRecipientList::remove(const sp<JavaDeathRecipient>& recipient) { in remove() 623 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { in find() 1339 jobject recipient, jint flags) // throws RemoteException in android_os_BinderProxy_linkToDeath() 1365 jobject recipient, jint flags) in android_os_BinderProxy_unlinkToDeath()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BinderDeathDispatcherTest.java | 93 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { in linkToDeath() 106 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
|
/frameworks/native/libs/binder/ndk/test/ |
D | main_client.cpp | 82 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(LambdaOnDeath); in TEST() local 118 AIBinder_DeathRecipient* recipient = AIBinder_DeathRecipient_new(OnBinderDeath); in TEST() local
|
/frameworks/base/media/apex/java/android/media/ |
D | Session2Link.java | 91 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/ |
D | BpBinder.h | 121 wp<DeathRecipient> recipient; member
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RcsMessageStore.java | 203 public Rcs1To1Thread createRcs1To1Thread(@NonNull RcsParticipant recipient) in createRcs1To1Thread()
|
/frameworks/base/services/core/java/com/android/server/ |
D | DynamicSystemService.java | 54 private static IGsiService connect(DeathRecipient recipient) throws RemoteException { in connect()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | ICameraDeviceUserWrapper.java | 59 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { in unlinkToDeath()
|
/frameworks/native/services/inputflinger/ |
D | InputClassifier.cpp | 168 sp<android::hardware::hidl_death_recipient> recipient = mDeathRecipient.promote(); in init() local 224 sp<android::hardware::hidl_death_recipient> recipient = deathRecipient.promote(); in callInputClassifierHal() local
|