Home
last modified time | relevance | path

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

/system/connectivity/wificond/scanning/offload/
Doffload_scan_manager.cpp75 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()
Doffload_scan_manager.h148 android::sp<OffloadDeathRecipient> death_recipient_; variable
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc264 : 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()
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()
/system/bt/test/rootcanal/
Dbluetooth_hci.cc71 BluetoothHci::BluetoothHci() : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
81 death_recipient_->setHasDied(false); in initialize()
82 cb->linkToDeath(death_recipient_, 0); in initialize()
Dbluetooth_hci.h58 sp<BluetoothDeathRecipient> death_recipient_;
/system/bt/audio_hal_interface/
Dclient_interface.cc191 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()
Dclient_interface.h176 android::sp<BluetoothAudioDeathRecipient> death_recipient_; variable