Searched refs:death_link (Results 1 – 4 of 4) sorted by relevance
78 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in start_hal() local79 ASSERT_LOG(death_link.isOk(), "Unable to set the death recipient for the Bluetooth HAL"); in start_hal()
171 auto death_link = btHci->linkToDeath(bluetoothHciDeathRecipient, 0); in hci_initialize() local172 if (!death_link.isOk()) { in hci_initialize()
217 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in Start() local218 ASSERT_LOG(death_link.isOk(), "Unable to set the death recipient for the Bluetooth HAL"); in Start()
271 auto death_link = btAudio->linkToDeath(bluetoothAudioDeathRecipient, 0); in btif_a2dp_audio_interface_init() local272 if (!death_link.isOk()) { in btif_a2dp_audio_interface_init()