Searched refs:death_recipient_ (Results 1 – 9 of 9) sorted by relevance
/system/connectivity/wificond/scanning/offload/ |
D | offload_scan_manager.cpp | 75 death_recipient_(nullptr), in OffloadScanManager() 93 death_recipient_ = offload_service_utils_.lock()->GetOffloadDeathRecipient( in InitService() 98 wifi_offload_hal_->linkToDeath(death_recipient_, cookie); in InitService() 259 wifi_offload_hal_->unlinkToDeath(death_recipient_); in ~OffloadScanManager() 323 death_recipient_.clear(); in OnObjectDeath()
|
D | offload_scan_manager.h | 148 android::sp<OffloadDeathRecipient> death_recipient_; variable
|
/system/bt/vendor_libs/linux/interface/ |
D | bluetooth_hci.cc | 264 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci() 274 death_recipient_->setHasDied(false); in initialize() 275 cb->linkToDeath(death_recipient_, 0); in initialize() 304 unlink_cb_(death_recipient_); in close()
|
D | bluetooth_hci.h | 66 ::android::sp<BluetoothDeathRecipient> death_recipient_;
|
/system/connectivity/wificond/tests/ |
D | offload_scan_manager_test.cpp | 70 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()
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 71 BluetoothHci::BluetoothHci() : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci() 81 death_recipient_->setHasDied(false); in initialize() 82 cb->linkToDeath(death_recipient_, 0); in initialize()
|
D | bluetooth_hci.h | 58 sp<BluetoothDeathRecipient> death_recipient_;
|
/system/bt/audio_hal_interface/ |
D | client_interface.cc | 191 death_recipient_(new BluetoothAudioDeathRecipient(this, message_loop)) { in BluetoothAudioClientInterface() 212 auto hidl_retval = provider_->unlinkToDeath(death_recipient_); in ~BluetoothAudioClientInterface() 285 if (!provider_->linkToDeath(death_recipient_, 0).isOk()) { in fetch_audio_provider()
|
D | client_interface.h | 176 android::sp<BluetoothAudioDeathRecipient> death_recipient_; variable
|