Searched defs:HidlDeathRecipient (Results 1 – 6 of 6) sorted by relevance
205 struct HidlDeathRecipient : hidl_death_recipient { in TEST_F() struct206 virtual void serviceDied(uint64_t /* cookie */, const wp<IBase>& /* who */){}; in TEST_F()
1655 struct HidlDeathRecipient : public hardware::hidl_death_recipient { in setDeathListener() struct1656 std::weak_ptr<Component> component; in setDeathListener()1657 std::weak_ptr<Listener> base; in setDeathListener()1659 virtual void serviceDied( in setDeathListener()
1654 struct HidlDeathRecipient : hidl_death_recipient { struct1671 sp<HidlDeathRecipient> recipient = new HidlDeathRecipient(); in TEST_F() argument
117 HidlDeathRecipient::HidlDeathRecipient(const sp<CarPowerPolicyServer>& service) : in HidlDeathRecipient() function in android::frameworks::automotive::powerpolicy::HidlDeathRecipient
893 WatchdogProcessService::HidlDeathRecipient::HidlDeathRecipient( in HidlDeathRecipient() function in android::automotive::watchdog::WatchdogProcessService::HidlDeathRecipient
93 final class HidlDeathRecipient implements HwBinder.DeathRecipient { class in HidlTestJava