Searched refs:HidlDeathRecipient (Results 1 – 4 of 4) sorted by relevance
76 class HidlDeathRecipient : public android::hardware::hidl_death_recipient {78 explicit HidlDeathRecipient(const android::sp<CarPowerPolicyServer>& service);236 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()223 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;
136 mHidlDeathRecipient = sp<HidlDeathRecipient>::make(this); in WatchdogProcessService()891 WatchdogProcessService::HidlDeathRecipient::HidlDeathRecipient( in HidlDeathRecipient() function in android::automotive::watchdog::WatchdogProcessService::HidlDeathRecipient895 void WatchdogProcessService::HidlDeathRecipient::serviceDied(uint64_t /*cookie*/, in serviceDied()