Home
last modified time | relevance | path

Searched refs:HidlDeathRecipient (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.h76 class HidlDeathRecipient : public android::hardware::hidl_death_recipient {
78 explicit HidlDeathRecipient(const android::sp<CarPowerPolicyServer>& service);
238 android::sp<HidlDeathRecipient> mHidlDeathRecipient;
H A DCarPowerPolicyServer.cpp117 HidlDeathRecipient::HidlDeathRecipient(const sp<CarPowerPolicyServer>& service) : in HidlDeathRecipient() function in android::frameworks::automotive::powerpolicy::HidlDeathRecipient
120 void HidlDeathRecipient::serviceDied(uint64_t /*cookie*/, const wp<IBase>& who) { in serviceDied()
224 mHidlDeathRecipient = new HidlDeathRecipient(this); in CarPowerPolicyServer()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.h148 class HidlDeathRecipient : public android::hardware::hidl_death_recipient {
150 explicit HidlDeathRecipient(const android::sp<WatchdogProcessService>& service);
242 android::sp<HidlDeathRecipient> mHidlDeathRecipient;
H A DWatchdogProcessService.cpp139 mHidlDeathRecipient = sp<HidlDeathRecipient>::make(this); in WatchdogProcessService()
893 WatchdogProcessService::HidlDeathRecipient::HidlDeathRecipient( in HidlDeathRecipient() function in android::automotive::watchdog::WatchdogProcessService::HidlDeathRecipient
897 void WatchdogProcessService::HidlDeathRecipient::serviceDied(uint64_t /*cookie*/, in serviceDied()
/aosp12/system/libhidl/transport/base/1.0/vts/functional/
H A Dvts_ibase_test.cpp205 struct HidlDeathRecipient : hidl_death_recipient { in TEST_F() struct
208 sp<hidl_death_recipient> recipient = new HidlDeathRecipient; in TEST_F()
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java93 final class HidlDeathRecipient implements HwBinder.DeathRecipient { class in HidlTestJava
1235 HidlDeathRecipient recipient1 = new HidlDeathRecipient(); in client()
1236 HidlDeathRecipient recipient2 = new HidlDeathRecipient(); in client()
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp1655 struct HidlDeathRecipient : public hardware::hidl_death_recipient { in setDeathListener() struct
1671 sp<HidlDeathRecipient> deathRecipient = new HidlDeathRecipient(); in setDeathListener()
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1654 struct HidlDeathRecipient : hidl_death_recipient { struct
1671 sp<HidlDeathRecipient> recipient = new HidlDeathRecipient(); in TEST_F() argument
1672 sp<HidlDeathRecipient> recipient2 = new HidlDeathRecipient(); in TEST_F()