Home
last modified time | relevance | path

Searched refs:bluetooth_hci_death_recipient (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp151 bluetooth_hci_death_recipient = new BluetoothHciDeathRecipient(); in SetUp()
152 ASSERT_NE(bluetooth_hci_death_recipient, nullptr); in SetUp()
154 bluetooth->linkToDeath(bluetooth_hci_death_recipient, 0).isOk()); in SetUp()
271 sp<BluetoothHciDeathRecipient> bluetooth_hci_death_recipient; member in BluetoothHidlTest
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp152 bluetooth_hci_death_recipient = new BluetoothHciDeathRecipient(); in SetUp()
153 ASSERT_NE(bluetooth_hci_death_recipient, nullptr); in SetUp()
155 bluetooth->linkToDeath(bluetooth_hci_death_recipient, 0).isOk()); in SetUp()
281 sp<BluetoothHciDeathRecipient> bluetooth_hci_death_recipient; member in BluetoothHidlTest