Home
last modified time | relevance | path

Searched defs:recipient (Results 1 – 6 of 6) sorted by relevance

/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h139 wp<IBinder::DeathRecipient> recipient; member
263 const sp<IBinder::DeathRecipient>& recipient, in linkToDeath()
284 const wp<IBinder::DeathRecipient>& recipient, in unlinkToDeath()
/system/libhwbinder/
DBpHwBinder.cpp117 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath()
151 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
220 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc89 sp<DeathRecipient> recipient(new DeathRecipient(callback)); in RegisterForDeathNotifications() local
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h100 wp<DeathRecipient> recipient; member
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h47 sp<hidl_death_recipient> recipient = mRecipient.promote(); in binderDied() local
/system/tools/hidl/test/
Dhidl_test_client.cpp1386 sp<HidlDeathRecipient> recipient = new HidlDeathRecipient(); in TEST_F() local