Home
last modified time | relevance | path

Searched refs:DeathRecipient (Results 1 – 25 of 26) sorted by relevance

12

/system/netd/server/
DEventReporter.cpp51 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()
DOemNetdListener.cpp56 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()
DEventReporter.h36 const android::sp<android::IBinder::DeathRecipient>>;
DOemNetdListener.h35 const ::android::sp<::android::IBinder::DeathRecipient>>;
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc30 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()
Dreal_binder_wrapper.h47 class DeathRecipient;
51 std::map<sp<IBinder>, sp<DeathRecipient>> death_recipients_;
/system/libhwbinder/include/hwbinder/
DIBinder.h60 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;
DBpHwBinder.h41 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;
DBinder.h39 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/
DHybridInterface.h206 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/
Doperation.h54 explicit OperationMap(IBinder::DeathRecipient* deathRecipient);
72 IBinder::DeathRecipient* mDeathRecipient;
Dconfirmation_manager.h45 explicit ConfirmationManager(android::IBinder::DeathRecipient* deathRecipient);
97 android::IBinder::DeathRecipient* mDeathRecipient;
Doperation.cpp26 OperationMap::OperationMap(IBinder::DeathRecipient* deathRecipient) in OperationMap()
DKeyStore.h76 class KeyStore : public ::android::IBinder::DeathRecipient {
Dconfirmation_manager.cpp50 ConfirmationManager::ConfirmationManager(IBinder::DeathRecipient* deathRecipient) in ConfirmationManager()
/system/libhwbinder/
DBinder.cpp130 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
DBpHwBinder.cpp117 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/
Dgeneric_context_hub.h114 class DeathRecipient : public hidl_death_recipient {
116 explicit DeathRecipient(const sp<GenericContextHub> contexthub);
126 sp<DeathRecipient> mDeathRecipient;
Dgeneric_context_hub.cc73 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/
DSuspendControlService.h33 public virtual IBinder::DeathRecipient {
/system/bt/service/example/heart_rate/
Dserver_main.cc48 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
/system/bt/service/ipc/binder/
Dremote_callback_list.h70 class CallbackDeathRecipient : public android::IBinder::DeathRecipient {
Dremote_callback_map.h82 class CallbackDeathRecipient : public android::IBinder::DeathRecipient {
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h40 struct hidl_binder_death_recipient : IBinder::DeathRecipient {
/system/bt/service/client/
Dmain.cc1049 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {

12