Searched defs:DeathRecipient (Results 1 - 4 of 4) sorted by relevance

/system/libhwbinder/include/hwbinder/
H A DIBinder.h60 class DeathRecipient : public virtual RefBase class in class:android::hardware::IBinder
70 * then DeathRecipient::binderDied() will be called with a reference
88 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
99 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
102 wp<DeathRecipient>* outRecipient = NULL) = 0;
/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.cc30 class RealBinderWrapper::DeathRecipient : public IBinder::DeathRecipient { class in class:android::RealBinderWrapper
32 explicit DeathRecipient(const ::base::Closure& callback) function in class:android::RealBinderWrapper::DeathRecipient
34 ~DeathRecipient() = default;
36 // IBinder::DeathRecipient:
45 DISALLOW_COPY_AND_ASSIGN(DeathRecipient);
89 sp<DeathRecipient> recipient(new DeathRecipient(callback));
/system/chre/host/hal_generic/
H A Dgeneric_context_hub.h114 class DeathRecipient : public hidl_death_recipient { class in class:android::hardware::contexthub::V1_0::implementation::GenericContextHub
116 DeathRecipient(const sp<GenericContextHub> contexthub);
126 sp<DeathRecipient> mDeathRecipient;
H A Dgeneric_context_hub.cc73 GenericContextHub::DeathRecipient::DeathRecipient( function in class:android::hardware::contexthub::V1_0::implementation::GenericContextHub::DeathRecipient
76 void GenericContextHub::DeathRecipient::serviceDied(
90 mDeathRecipient = new DeathRecipient(this);

Completed in 98 milliseconds