Home
last modified time | relevance | path

Searched refs:death_link (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/rust/hal/src/ffi/
Dhidl.cc78 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in start_hal() local
79 ASSERT_LOG(death_link.isOk(), "Unable to set the death recipient for the Bluetooth HAL"); in start_hal()
/system/bt/hci/src/
Dhci_layer_android.cc171 auto death_link = btHci->linkToDeath(bluetoothHciDeathRecipient, 0); in hci_initialize() local
172 if (!death_link.isOk()) { in hci_initialize()
/system/bt/gd/hal/
Dhci_hal_android_hidl.cc217 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in Start() local
218 ASSERT_LOG(death_link.isOk(), "Unable to set the death recipient for the Bluetooth HAL"); in Start()
/system/bt/btif/src/
Dbtif_a2dp_audio_interface.cc271 auto death_link = btAudio->linkToDeath(bluetoothAudioDeathRecipient, 0); in btif_a2dp_audio_interface_init() local
272 if (!death_link.isOk()) { in btif_a2dp_audio_interface_init()