Home
last modified time | relevance | path

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

/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()
227 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath() local
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h222 wp<IBinder::DeathRecipient> recipient; member
453 const sp<IBinder::DeathRecipient>& recipient, in linkToDeath()
471 const wp<IBinder::DeathRecipient>& recipient, in unlinkToDeath()
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc89 sp<DeathRecipient> recipient(new DeathRecipient(callback)); in RegisterForDeathNotifications() local
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h105 wp<DeathRecipient> recipient; member
/system/libhidl/transport/
DHidlBinderSupport.cpp36 hidl_binder_death_recipient::hidl_binder_death_recipient(const sp<hidl_death_recipient> &recipient, in hidl_binder_death_recipient()
42 sp<hidl_death_recipient> recipient = mRecipient.promote(); in binderDied() local
/system/libhidl/transport/base/1.0/vts/functional/
Dvts_ibase_test.cpp142 sp<hidl_death_recipient> recipient = new HidlDeathRecipient; in TEST_F() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1711 sp<HidlDeathRecipient> recipient = new HidlDeathRecipient(); in TEST_F() local