Home
last modified time | relevance | path

Searched refs:hidl_binder_death_recipient (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libhidl/transport/
H A DHidlBinderSupport.cpp39 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_recipient
44 void hidl_binder_death_recipient::binderDied(const wp<IBinder>& /*who*/) { in binderDied()
52 wp<hidl_death_recipient> hidl_binder_death_recipient::getRecipient() { in getRecipient()
/aosp12/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h40 struct hidl_binder_death_recipient : IBinder::DeathRecipient { struct
41 hidl_binder_death_recipient(const sp<hidl_death_recipient> &recipient,
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp183 std::make_unique<::android::hardware::hidl_binder_death_recipient>(recipient, in linkToDeath()
195 std::unique_ptr<::android::hardware::hidl_binder_death_recipient> mInitialDeathRecipient;