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

/hardware/interfaces/contexthub/1.0/default/
H A DContexthub.h71 class DeathRecipient : public hidl_death_recipient { class in struct:android::hardware::contexthub::V1_0::implementation::Contexthub
73 DeathRecipient(const sp<Contexthub> contexthub);
87 sp<DeathRecipient> mDeathRecipient;
H A DContexthub.cpp41 mDeathRecipient(new DeathRecipient(this)),
114 Contexthub::DeathRecipient::DeathRecipient(sp<Contexthub> contexthub) function in class:android::hardware::contexthub::V1_0::implementation::Contexthub::DeathRecipient
117 void Contexthub::DeathRecipient::serviceDied(
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DSubscriptionManager.h95 mCallbackDeathRecipient(new DeathRecipient(
145 class DeathRecipient : public hidl_death_recipient { class in class:android::hardware::automotive::vehicle::V2_0::SubscriptionManager
147 DeathRecipient(const OnClientDead& onClientDead) function in class:android::hardware::automotive::vehicle::V2_0::SubscriptionManager::DeathRecipient
149 ~DeathRecipient() = default;
151 DeathRecipient(const DeathRecipient& ) = delete;
152 DeathRecipient& operator=(const DeathRecipient&) = delete;
172 sp<DeathRecipient> mCallbackDeathRecipient;

Completed in 110 milliseconds