Searched defs:hidl_binder_death_recipient (Results 1 - 2 of 2) sorted by relevance

/system/libhidl/transport/
H A DHidlBinderSupport.cpp31 hidl_binder_death_recipient::hidl_binder_death_recipient(const sp<hidl_death_recipient> &recipient, function in class:android::hardware::hidl_binder_death_recipient
36 void hidl_binder_death_recipient::binderDied(const wp<IBinder>& /*who*/) {
44 wp<hidl_death_recipient> hidl_binder_death_recipient::getRecipient() {
/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h38 // hidl_binder_death_recipient wraps a transport-independent
41 struct hidl_binder_death_recipient : IBinder::DeathRecipient { struct in namespace:android::hardware
42 hidl_binder_death_recipient(const sp<hidl_death_recipient> &recipient,

Completed in 227 milliseconds