Searched refs:HidlDeathRecipient (Results 1 – 8 of 8) sorted by relevance
76 class HidlDeathRecipient : public android::hardware::hidl_death_recipient {78 explicit HidlDeathRecipient(const android::sp<CarPowerPolicyServer>& service);238 android::sp<HidlDeathRecipient> mHidlDeathRecipient;
117 HidlDeathRecipient::HidlDeathRecipient(const sp<CarPowerPolicyServer>& service) : in HidlDeathRecipient() function in android::frameworks::automotive::powerpolicy::HidlDeathRecipient120 void HidlDeathRecipient::serviceDied(uint64_t /*cookie*/, const wp<IBase>& who) { in serviceDied()224 mHidlDeathRecipient = new HidlDeathRecipient(this); in CarPowerPolicyServer()
148 class HidlDeathRecipient : public android::hardware::hidl_death_recipient {150 explicit HidlDeathRecipient(const android::sp<WatchdogProcessService>& service);242 android::sp<HidlDeathRecipient> mHidlDeathRecipient;
139 mHidlDeathRecipient = sp<HidlDeathRecipient>::make(this); in WatchdogProcessService()893 WatchdogProcessService::HidlDeathRecipient::HidlDeathRecipient( in HidlDeathRecipient() function in android::automotive::watchdog::WatchdogProcessService::HidlDeathRecipient897 void WatchdogProcessService::HidlDeathRecipient::serviceDied(uint64_t /*cookie*/, in serviceDied()
205 struct HidlDeathRecipient : hidl_death_recipient { in TEST_F() struct208 sp<hidl_death_recipient> recipient = new HidlDeathRecipient; in TEST_F()
93 final class HidlDeathRecipient implements HwBinder.DeathRecipient { class in HidlTestJava1235 HidlDeathRecipient recipient1 = new HidlDeathRecipient(); in client()1236 HidlDeathRecipient recipient2 = new HidlDeathRecipient(); in client()
1655 struct HidlDeathRecipient : public hardware::hidl_death_recipient { in setDeathListener() struct1671 sp<HidlDeathRecipient> deathRecipient = new HidlDeathRecipient(); in setDeathListener()
1654 struct HidlDeathRecipient : hidl_death_recipient { struct1671 sp<HidlDeathRecipient> recipient = new HidlDeathRecipient(); in TEST_F() argument1672 sp<HidlDeathRecipient> recipient2 = new HidlDeathRecipient(); in TEST_F()