Home
last modified time | relevance | path

Searched refs:death_recipient_ (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/wificond/scanning/offload/
Doffload_scan_manager.cpp77 death_recipient_(nullptr), in OffloadScanManager()
95 death_recipient_ = offload_service_utils_.lock()->GetOffloadDeathRecipient( in InitService()
100 wifi_offload_hal_->linkToDeath(death_recipient_, cookie); in InitService()
261 wifi_offload_hal_->unlinkToDeath(death_recipient_); in ~OffloadScanManager()
325 death_recipient_.clear(); in OnObjectDeath()
Doffload_scan_manager.h148 android::sp<OffloadDeathRecipient> death_recipient_; variable
/system/bt/test/rootcanal/
Dbluetooth_hci.cc62 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
72 death_recipient_->setHasDied(false); in initialize()
73 cb->linkToDeath(death_recipient_, 0); in initialize()
Dbluetooth_hci.h60 sp<BluetoothDeathRecipient> death_recipient_;
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc265 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
275 death_recipient_->setHasDied(false); in initialize()
276 cb->linkToDeath(death_recipient_, 0); in initialize()
305 unlink_cb_(death_recipient_); in close()
Dbluetooth_hci.h66 ::android::sp<BluetoothDeathRecipient> death_recipient_;
/system/connectivity/wificond/tests/
Doffload_scan_manager_test.cpp70 sp<OffloadDeathRecipient>* death_recipient_) { in CaptureDeathRecipient() argument
72 *death_recipient_ = sp<OffloadDeathRecipient>(death_recipient); in CaptureDeathRecipient()
96 Invoke(bind(CaptureDeathRecipient, _1, &death_recipient_))); in SetUp()
108 death_recipient_.clear(); in TearDown()
113 sp<OffloadDeathRecipient> death_recipient_; member in android::wificond::OffloadScanManagerTest
140 death_recipient_->serviceDied(cookie_, mock_offload_); in TEST_F()
155 death_recipient_->serviceDied(kDeathCode, mock_offload_); in TEST_F()