Searched refs:death_recipient_ (Results 1 – 6 of 6) sorted by relevance
72 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()
70 sp<BluetoothDeathRecipient> death_recipient_; variable
264 : 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()
75 ::android::sp<BluetoothDeathRecipient> death_recipient_;
193 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()
182 android::sp<BluetoothAudioDeathRecipient> death_recipient_; variable