Searched refs:bluetooth_cb (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/bluetooth/1.0/vts/functional/ |
D | VtsHalBluetoothV1_0TargetTest.cpp | 156 bluetooth_cb = new BluetoothHciCallbacks(*this); in SetUp() 157 ASSERT_NE(bluetooth_cb, nullptr); in SetUp() 171 ASSERT_TRUE(bluetooth->initialize(bluetooth_cb).isOk()); in SetUp() 173 bluetooth_cb->SetWaitTimeout(kCallbackNameInitializationComplete, in SetUp() 175 bluetooth_cb->SetWaitTimeout(kCallbackNameHciEventReceived, in SetUp() 177 bluetooth_cb->SetWaitTimeout(kCallbackNameAclEventReceived, in SetUp() 179 bluetooth_cb->SetWaitTimeout(kCallbackNameScoEventReceived, in SetUp() 183 bluetooth_cb->WaitForCallback(kCallbackNameInitializationComplete) in SetUp() 270 sp<BluetoothHciCallbacks> bluetooth_cb; member in BluetoothHidlTest 327 bluetooth_cb->WaitForCallback(kCallbackNameHciEventReceived).no_timeout; in wait_for_event() [all …]
|
/hardware/interfaces/bluetooth/1.1/vts/functional/ |
D | VtsHalBluetoothV1_1TargetTest.cpp | 157 bluetooth_cb = new BluetoothHciCallbacks(*this); in SetUp() 158 ASSERT_NE(bluetooth_cb, nullptr); in SetUp() 172 ASSERT_TRUE(bluetooth->initialize(bluetooth_cb).isOk()); in SetUp() 174 bluetooth_cb->SetWaitTimeout(kCallbackNameInitializationComplete, in SetUp() 176 bluetooth_cb->SetWaitTimeout(kCallbackNameHciEventReceived, in SetUp() 178 bluetooth_cb->SetWaitTimeout(kCallbackNameAclEventReceived, in SetUp() 180 bluetooth_cb->SetWaitTimeout(kCallbackNameScoEventReceived, in SetUp() 184 bluetooth_cb->WaitForCallback(kCallbackNameInitializationComplete) in SetUp() 280 sp<BluetoothHciCallbacks> bluetooth_cb; member in BluetoothHidlTest 339 bluetooth_cb->WaitForCallback(kCallbackNameHciEventReceived).no_timeout; in wait_for_event() [all …]
|