/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 | 50 class DeathRecipient : public ::android::IBinder::DeathRecipient { in registerOemUnsolicitedEventListenerInternal() class 52 DeathRecipient(OemNetdListener* oemNetdListener, in registerOemUnsolicitedEventListenerInternal() function in com::android::internal::net::OemNetdListener::registerOemUnsolicitedEventListenerInternal::DeathRecipient 55 ~DeathRecipient() override = default; in registerOemUnsolicitedEventListenerInternal() 64 ::android::sp<::android::IBinder::DeathRecipient> deathRecipient = in registerOemUnsolicitedEventListenerInternal() 65 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 | 96 class DeathRecipient : public virtual RefBase 124 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 135 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 138 wp<DeathRecipient>* outRecipient = nullptr) = 0;
|
D | BpHwBinder.h | 45 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 48 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 51 wp<DeathRecipient>* outRecipient = nullptr); 108 wp<DeathRecipient> recipient;
|
D | Binder.h | 43 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 50 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() 456 const sp<IBinder::DeathRecipient>& recipient, in linkToDeath() 474 const wp<IBinder::DeathRecipient>& recipient, in unlinkToDeath() 476 wp<IBinder::DeathRecipient>* outRecipient) { in unlinkToDeath()
|
/system/libhwbinder/ |
D | Binder.cpp | 149 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() argument 156 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() argument 157 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath() argument
|
D | BpHwBinder.cpp | 122 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath() 156 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath() 157 wp<DeathRecipient>* outRecipient) in unlinkToDeath() 232 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SuspendControlService.h | 42 public virtual IBinder::DeathRecipient { 70 public virtual IBinder::DeathRecipient {
|
/system/iorap/src/binder/ |
D | package_manager_remote.h | 34 class PackageManagerDeathRecipient : public android::IBinder::DeathRecipient {
|
/system/bt/service/example/heart_rate/ |
D | server_main.cc | 48 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
|
/system/chre/host/hal_generic/common/ |
D | generic_context_hub_base.h | 100 mDeathRecipient = new DeathRecipient(this); in GenericContextHubBase() 563 class DeathRecipient : public hidl_death_recipient { 565 explicit DeathRecipient(const sp<GenericContextHubBase> contexthub) in DeathRecipient() function 579 sp<DeathRecipient> mDeathRecipient;
|
/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 {
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 93 final class HidlDeathRecipient implements HwBinder.DeathRecipient {
|