Home
last modified time | relevance | path

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

/system/bt/test/rootcanal/
Dbluetooth_hci.cc72 BluetoothHci::BluetoothHci() : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
93 death_recipient_->setHasDied(false); in initialize_impl()
94 auto link_ret = cb->linkToDeath(death_recipient_, 0); in initialize_impl()
115 CHECK(death_recipient_->getHasDied()) in initialize_impl()
125 CHECK(death_recipient_->getHasDied()) in initialize_impl()
135 CHECK(death_recipient_->getHasDied()) in initialize_impl()
146 CHECK(death_recipient_->getHasDied()) in initialize_impl()
212 CHECK(death_recipient_->getHasDied()) in initialize_impl()
220 CHECK(death_recipient_->getHasDied()) in initialize_impl()
Dbluetooth_hci.h70 sp<BluetoothDeathRecipient> death_recipient_; variable
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc264 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
285 death_recipient_->setHasDied(false); in initialize_impl()
286 cb->linkToDeath(death_recipient_, 0); in initialize_impl()
318 unlink_cb_(death_recipient_); in close()
Dbluetooth_hci.h75 ::android::sp<BluetoothDeathRecipient> death_recipient_;
/system/bt/audio_hal_interface/
Dclient_interface.cc193 death_recipient_(new BluetoothAudioDeathRecipient(this, message_loop)) { in BluetoothAudioClientInterface()
203 auto hidl_retval = provider_->unlinkToDeath(death_recipient_); in ~BluetoothAudioClientInterface()
322 if (!provider_->linkToDeath(death_recipient_, 0).isOk()) { in FetchAudioProvider()
Dclient_interface.h182 android::sp<BluetoothAudioDeathRecipient> death_recipient_; variable