Searched refs:HidlDeathRecipient (Results 1 – 3 of 3) sorted by relevance
205 struct HidlDeathRecipient : hidl_death_recipient { in TEST_F() struct208 sp<hidl_death_recipient> recipient = new HidlDeathRecipient; in TEST_F()
94 final class HidlDeathRecipient implements HwBinder.DeathRecipient { class in HidlTestJava1227 HidlDeathRecipient recipient1 = new HidlDeathRecipient(); in client()1228 HidlDeathRecipient recipient2 = new HidlDeathRecipient(); in client()
1668 struct HidlDeathRecipient : hidl_death_recipient { struct1685 sp<HidlDeathRecipient> recipient = new HidlDeathRecipient(); in TEST_F() argument1686 sp<HidlDeathRecipient> recipient2 = new HidlDeathRecipient(); in TEST_F()