Searched refs:HidlDeathRecipient (Results 1 – 3 of 3) sorted by relevance
139 struct HidlDeathRecipient : hidl_death_recipient { in TEST_F() struct142 sp<hidl_death_recipient> recipient = new HidlDeathRecipient; in TEST_F()
76 final class HidlDeathRecipient implements HwBinder.DeathRecipient { class in HidlTestJava1109 HidlDeathRecipient recipient1 = new HidlDeathRecipient(); in client()1110 HidlDeathRecipient recipient2 = new HidlDeathRecipient(); in client()
1694 struct HidlDeathRecipient : hidl_death_recipient { struct1711 sp<HidlDeathRecipient> recipient = new HidlDeathRecipient(); in TEST_F() argument1712 sp<HidlDeathRecipient> recipient2 = new HidlDeathRecipient(); in TEST_F()