Searched refs:hidl_binder_death_recipient (Results 1 – 3 of 3) sorted by relevance
39 hidl_binder_death_recipient::hidl_binder_death_recipient(const sp<hidl_death_recipient> &recipient, in hidl_binder_death_recipient() function in android::hardware::hidl_binder_death_recipient44 void hidl_binder_death_recipient::binderDied(const wp<IBinder>& /*who*/) { in binderDied()52 wp<hidl_death_recipient> hidl_binder_death_recipient::getRecipient() { in getRecipient()
40 struct hidl_binder_death_recipient : IBinder::DeathRecipient { struct41 hidl_binder_death_recipient(const sp<hidl_death_recipient> &recipient,
183 std::make_unique<::android::hardware::hidl_binder_death_recipient>(recipient, in linkToDeath()195 std::unique_ptr<::android::hardware::hidl_binder_death_recipient> mInitialDeathRecipient;