Home
last modified time | relevance | path

Searched defs:HidlDeathRecipient (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/libhidl/transport/base/1.0/vts/functional/
H A Dvts_ibase_test.cpp205 struct HidlDeathRecipient : hidl_death_recipient { in TEST_F() struct
206 virtual void serviceDied(uint64_t /* cookie */, const wp<IBase>& /* who */){}; in TEST_F()
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp1655 struct HidlDeathRecipient : public hardware::hidl_death_recipient { in setDeathListener() struct
1656 std::weak_ptr<Component> component; in setDeathListener()
1657 std::weak_ptr<Listener> base; in setDeathListener()
1659 virtual void serviceDied( 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
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DCarPowerPolicyServer.cpp117 HidlDeathRecipient::HidlDeathRecipient(const sp<CarPowerPolicyServer>& service) : in HidlDeathRecipient() function in android::frameworks::automotive::powerpolicy::HidlDeathRecipient
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogProcessService.cpp893 WatchdogProcessService::HidlDeathRecipient::HidlDeathRecipient( in HidlDeathRecipient() function in android::automotive::watchdog::WatchdogProcessService::HidlDeathRecipient
/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