Searched refs:death_recipient_ (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/hal/ |
D | bluetooth_hci.cc | 76 : 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()
|
D | bluetooth_hci.h | 79 sp<BluetoothDeathRecipient> death_recipient_; variable
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | hci_backend_aidl.cc | 70 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_;
|
D | hci_backend_hidl.cc | 126 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/ |
D | client_interface_hidl.cc | 203 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()
|
D | client_interface_hidl.h | 239 android::sp<BluetoothAudioDeathRecipient> death_recipient_; variable
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | client_interface_aidl.cc | 61 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()
|
D | client_interface_aidl.h | 175 ::ndk::ScopedAIBinder_DeathRecipient death_recipient_;
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | le_audio_software_unittest.cc | 232 death_recipient_ = death_recipient; in BluetoothAudioClientInterface()
|