Home
last modified time | relevance | path

Searched refs:death_recipient (Results 1 – 5 of 5) sorted by relevance

/system/bt/test/rootcanal/
Dbluetooth_hci.cc135 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize() argument
136 if (death_recipient->getHasDied()) in initialize()
139 cb->unlinkToDeath(death_recipient); in initialize()
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc293 unlink_cb_ = [cb](sp<BluetoothDeathRecipient>& death_recipient) { in initialize() argument
294 if (death_recipient->getHasDied()) in initialize()
297 cb->unlinkToDeath(death_recipient); in initialize()
/system/libhidl/transport/base/1.0/
DIBase.hal87 linkToDeath(death_recipient recipient, uint64_t cookie) generates (bool success);
94 unlinkToDeath(death_recipient recipient) generates (bool success);
/system/connectivity/wificond/tests/
Doffload_scan_manager_test.cpp71 OffloadDeathRecipient* death_recipient = new OffloadDeathRecipient(handler); in CaptureDeathRecipient() local
72 *death_recipient_ = sp<OffloadDeathRecipient>(death_recipient); in CaptureDeathRecipient()
73 return death_recipient; in CaptureDeathRecipient()
/system/tools/hidl/
Dhidl-gen_l.ll134 "death_recipient" { yylval->type = new DeathRecipientType(*scope); return token::TYPE; }