Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc76 : death_recipient_(new BluetoothDeathRecipient(this)) {} in BluetoothHci()
97 death_recipient_->setHasDied(false); in initialize_impl()
98 auto link_ret = cb->linkToDeath(death_recipient_, 0); in initialize_impl()
126 if (!death_recipient_->getHasDied()) { in initialize_impl()
139 if (!death_recipient_->getHasDied()) { in initialize_impl()
152 if (!death_recipient_->getHasDied()) { in initialize_impl()
166 if (!death_recipient_->getHasDied()) { in initialize_impl()
234 ALOG_ASSERT(death_recipient_->getHasDied(), in initialize_impl()
242 ALOG_ASSERT(death_recipient_->getHasDied(), in initialize_impl()
Dbluetooth_hci.h79 sp<BluetoothDeathRecipient> death_recipient_; variable
/packages/modules/Bluetooth/system/gd/hal/
Dhci_backend_aidl.cc70 death_recipient_ = in AidlHci()
79 auto death_link = AIBinder_linkToDeath(hci_->asBinder().get(), death_recipient_.get(), this); in AidlHci()
86 AIBinder_unlinkToDeath(hci_->asBinder().get(), death_recipient_.get(), this); in ~AidlHci()
118 ::ndk::ScopedAIBinder_DeathRecipient death_recipient_;
Dhci_backend_hidl.cc126 death_recipient_ = new DeathRecipient(); in HidlHci()
127 auto death_link = hci_->linkToDeath(death_recipient_, 0); in HidlHci()
133 auto death_unlink = hci_->unlinkToDeath(death_recipient_); in ~HidlHci()
174 android::sp<DeathRecipient> death_recipient_; member in bluetooth::hal::HidlHci
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc203 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()
338 if (!provider_->linkToDeath(death_recipient_, 0).isOk()) { in FetchAudioProvider()
407 if (!provider_2_1_->linkToDeath(death_recipient_, 0).isOk()) { in FetchAudioProvider_2_1()
440 auto hidl_retval = provider_->unlinkToDeath(death_recipient_); in ~BluetoothAudioSinkClientInterface()
447 auto hidl_retval = provider_2_1_->unlinkToDeath(death_recipient_); in ~BluetoothAudioSinkClientInterface()
478 auto hidl_retval = provider_->unlinkToDeath(death_recipient_); in ~BluetoothAudioSourceClientInterface()
485 auto hidl_retval = provider_2_1_->unlinkToDeath(death_recipient_); in ~BluetoothAudioSourceClientInterface()
Dclient_interface_hidl.h239 android::sp<BluetoothAudioDeathRecipient> death_recipient_; variable
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dclient_interface_aidl.cc61 death_recipient_ = ::ndk::ScopedAIBinder_DeathRecipient(
228 provider_factory->asBinder().get(), death_recipient_.get(), this); in FetchAudioProvider()
248 death_recipient_.get(), nullptr); in ~BluetoothAudioSinkClientInterface()
261 death_recipient_.get(), nullptr); in ~BluetoothAudioSourceClientInterface()
Dclient_interface_aidl.h175 ::ndk::ScopedAIBinder_DeathRecipient death_recipient_;
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc232 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()