Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal_android_hidl.cc147 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in Start() local
148 ASSERT_LOG(death_link.isOk(), "Unable to set the death recipient for the Bluetooth HAL"); in Start()
/system/bt/hci/src/
Dhci_layer_android.cc146 auto death_link = btHci->linkToDeath(bluetoothHciDeathRecipient, 0); in hci_initialize() local
147 if (!death_link.isOk()) { in hci_initialize()
/system/bt/btif/src/
Dbtif_a2dp_audio_interface.cc275 auto death_link = btAudio->linkToDeath(bluetoothAudioDeathRecipient, 0); in btif_a2dp_audio_interface_init() local
276 if (!death_link.isOk()) { in btif_a2dp_audio_interface_init()