/system/netd/server/ |
D | EventReporter.cpp | 51 class DeathRecipient : public android::IBinder::DeathRecipient { in registerUnsolEventListener() class 53 DeathRecipient(EventReporter* eventReporter, in registerUnsolEventListener() function in EventReporter::registerUnsolEventListener::DeathRecipient 56 ~DeathRecipient() override = default; in registerUnsolEventListener() 65 android::sp<android::IBinder::DeathRecipient> deathRecipient = in registerUnsolEventListener() 66 new DeathRecipient(this, listener); in registerUnsolEventListener()
|
D | OemNetdListener.cpp | 56 class DeathRecipient : public ::android::IBinder::DeathRecipient { in registerOemUnsolicitedEventListenerInternal() class 58 DeathRecipient(OemNetdListener* oemNetdListener, in registerOemUnsolicitedEventListenerInternal() function in com::android::internal::net::OemNetdListener::registerOemUnsolicitedEventListenerInternal::DeathRecipient 61 ~DeathRecipient() override = default; in registerOemUnsolicitedEventListenerInternal() 70 ::android::sp<::android::IBinder::DeathRecipient> deathRecipient = in registerOemUnsolicitedEventListenerInternal() 71 new DeathRecipient(this, listener); in registerOemUnsolicitedEventListenerInternal()
|
D | EventReporter.h | 36 const android::sp<android::IBinder::DeathRecipient>>;
|
D | OemNetdListener.h | 35 const ::android::sp<::android::IBinder::DeathRecipient>>;
|
/system/core/libbinderwrapper/ |
D | real_binder_wrapper.cc | 30 class RealBinderWrapper::DeathRecipient : public IBinder::DeathRecipient { class in android::RealBinderWrapper 32 explicit DeathRecipient(const ::base::Closure& callback) in DeathRecipient() function in android::RealBinderWrapper::DeathRecipient 34 ~DeathRecipient() = default; 45 DISALLOW_COPY_AND_ASSIGN(DeathRecipient); 89 sp<DeathRecipient> recipient(new DeathRecipient(callback)); in RegisterForDeathNotifications()
|
D | real_binder_wrapper.h | 47 class DeathRecipient; 51 std::map<sp<IBinder>, sp<DeathRecipient>> death_recipients_;
|
/system/libhwbinder/include/hwbinder/ |
D | IBinder.h | 60 class DeathRecipient : public virtual RefBase 88 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 99 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 102 wp<DeathRecipient>* outRecipient = nullptr) = 0;
|
D | BpHwBinder.h | 41 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 44 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 47 wp<DeathRecipient>* outRecipient = nullptr); 105 wp<DeathRecipient> recipient;
|
D | Binder.h | 39 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 43 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 46 wp<DeathRecipient>* outRecipient = nullptr);
|
/system/libhidl/transport/token/1.0/utils/include/hidl/ |
D | HybridInterface.h | 206 const sp<IBinder::DeathRecipient>& recipient, 210 const wp<IBinder::DeathRecipient>& recipient, 213 wp<IBinder::DeathRecipient>* outRecipient = nullptr); 222 wp<IBinder::DeathRecipient> recipient; 227 const wp<IBinder::DeathRecipient>& r, in Obituary() 246 sp<IBinder::DeathRecipient> dr = recipient.promote(); in serviceDied() 453 const sp<IBinder::DeathRecipient>& recipient, in linkToDeath() 471 const wp<IBinder::DeathRecipient>& recipient, in unlinkToDeath() 473 wp<IBinder::DeathRecipient>* outRecipient) { in unlinkToDeath()
|
/system/security/keystore/ |
D | operation.h | 54 explicit OperationMap(IBinder::DeathRecipient* deathRecipient); 72 IBinder::DeathRecipient* mDeathRecipient;
|
D | confirmation_manager.h | 45 explicit ConfirmationManager(android::IBinder::DeathRecipient* deathRecipient); 97 android::IBinder::DeathRecipient* mDeathRecipient;
|
D | operation.cpp | 26 OperationMap::OperationMap(IBinder::DeathRecipient* deathRecipient) in OperationMap()
|
D | KeyStore.h | 76 class KeyStore : public ::android::IBinder::DeathRecipient {
|
D | confirmation_manager.cpp | 50 ConfirmationManager::ConfirmationManager(IBinder::DeathRecipient* deathRecipient) in ConfirmationManager()
|
/system/libhwbinder/ |
D | Binder.cpp | 130 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() argument 137 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() argument 138 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath() argument
|
D | BpHwBinder.cpp | 117 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath() 151 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath() 152 wp<DeathRecipient>* outRecipient) in unlinkToDeath() 227 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
|
/system/chre/host/hal_generic/ |
D | generic_context_hub.h | 114 class DeathRecipient : public hidl_death_recipient { 116 explicit DeathRecipient(const sp<GenericContextHub> contexthub); 126 sp<DeathRecipient> mDeathRecipient;
|
D | generic_context_hub.cc | 73 GenericContextHub::DeathRecipient::DeathRecipient( in DeathRecipient() function in android::hardware::contexthub::V1_0::implementation::GenericContextHub::DeathRecipient 76 void GenericContextHub::DeathRecipient::serviceDied( in serviceDied() 90 mDeathRecipient = new DeathRecipient(this); in GenericContextHub()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.h | 33 public virtual IBinder::DeathRecipient {
|
/system/bt/service/example/heart_rate/ |
D | server_main.cc | 48 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
|
/system/bt/service/ipc/binder/ |
D | remote_callback_list.h | 70 class CallbackDeathRecipient : public android::IBinder::DeathRecipient {
|
D | remote_callback_map.h | 82 class CallbackDeathRecipient : public android::IBinder::DeathRecipient {
|
/system/libhidl/transport/include/hidl/ |
D | HidlBinderSupport.h | 40 struct hidl_binder_death_recipient : IBinder::DeathRecipient {
|
/system/bt/service/client/ |
D | main.cc | 1049 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
|