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()
93 final class HidlDeathRecipient implements HwBinder.DeathRecipient { class in HidlTestJava1235 HidlDeathRecipient recipient1 = new HidlDeathRecipient(); in client()1236 HidlDeathRecipient recipient2 = new HidlDeathRecipient(); in client()
1654 struct HidlDeathRecipient : hidl_death_recipient { struct1671 sp<HidlDeathRecipient> recipient = new HidlDeathRecipient(); in TEST_F() argument1672 sp<HidlDeathRecipient> recipient2 = new HidlDeathRecipient(); in TEST_F()