Searched refs:hci_death_recipient_ (Results 1 – 2 of 2) sorted by relevance
60 android::sp<HciDeathRecipient> hci_death_recipient_ = new HciDeathRecipient(); variable78 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in start_hal()92 auto death_unlink = bt_hci_->unlinkToDeath(hci_death_recipient_); in stop_hal()
54 android::sp<HciDeathRecipient> hci_death_recipient_ = new HciDeathRecipient(); variable217 auto death_link = bt_hci_->linkToDeath(hci_death_recipient_, 0); in Start()235 auto death_unlink = bt_hci_->unlinkToDeath(hci_death_recipient_); in Stop()