Home
last modified time | relevance | path

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

/device/google/atv/audio_proxy/
DAudioProxyManager.cpp50 class DeathRecipient;
66 sp<DeathRecipient> mDeathRecipient;
69 class DeathRecipient : public hidl_death_recipient { class
71 explicit DeathRecipient(AudioProxyManagerImpl& manager) : mManager(manager) {} in DeathRecipient() function in audio_proxy::CPP_VERSION::__anon7ce662f10111::DeathRecipient
72 ~DeathRecipient() override = default;
86 : mService(manager), mDeathRecipient(new DeathRecipient(*this)) { in AudioProxyManagerImpl()
/device/google/atv/audio_proxy/service/
DBusDeviceProvider.cpp22 class BusDeviceProvider::DeathRecipient : public hidl_death_recipient { class in audio_proxy::service::BusDeviceProvider
24 explicit DeathRecipient(BusDeviceProvider& owner) : mOwner(owner) {} in DeathRecipient() function in audio_proxy::service::BusDeviceProvider::DeathRecipient
25 ~DeathRecipient() override = default;
38 : mDeathRecipient(new DeathRecipient(*this)) {} in BusDeviceProvider()
DBusDeviceProvider.h50 class DeathRecipient;
57 friend class DeathRecipient; variable
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.h84 class DeathRecipient : public hidl_death_recipient {
86 DeathRecipient(const sp<Contexthub> contexthub);
98 sp<DeathRecipient> mDeathRecipient;
DNanohubHidlAdapter.cpp51 : mDeathRecipient(new DeathRecipient(this)), in Contexthub()
104 Contexthub::DeathRecipient::DeathRecipient(sp<Contexthub> contexthub) in DeathRecipient() function in android::hardware::contexthub::V1_0::implementation::Contexthub::DeathRecipient
107 void Contexthub::DeathRecipient::serviceDied( in serviceDied()