Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp142 class BluetoothHidlTest : public ::testing::TestWithParam<std::string> { class
227 : public ::testing::VtsHalHidlTargetCallbackBase<BluetoothHidlTest>,
229 BluetoothHidlTest& parent_;
232 BluetoothHciCallbacks(BluetoothHidlTest& parent) : parent_(parent){}; in BluetoothHciCallbacks()
289 void BluetoothHidlTest::handle_no_ops() { in handle_no_ops()
323 void BluetoothHidlTest::wait_for_event(bool timeout_is_error = true) { in wait_for_event()
341 void BluetoothHidlTest::wait_for_command_complete_event(hidl_vec<uint8_t> cmd) { in wait_for_command_complete_event()
355 void BluetoothHidlTest::setBufferSizes() { in setBufferSizes()
387 void BluetoothHidlTest::sendAndCheckHCI(int num_packets) { in sendAndCheckHCI()
440 void BluetoothHidlTest::sendAndCheckSCO(int num_packets, size_t size, in sendAndCheckSCO()
[all …]
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp143 class BluetoothHidlTest : public ::testing::TestWithParam<std::string> { class
229 : public ::testing::VtsHalHidlTargetCallbackBase<BluetoothHidlTest>,
231 BluetoothHidlTest& parent_;
234 BluetoothHciCallbacks(BluetoothHidlTest& parent) : parent_(parent){}; in BluetoothHciCallbacks()
301 void BluetoothHidlTest::handle_no_ops() { in handle_no_ops()
335 void BluetoothHidlTest::wait_for_event(bool timeout_is_error = true) { in wait_for_event()
353 void BluetoothHidlTest::wait_for_command_complete_event(hidl_vec<uint8_t> cmd) { in wait_for_command_complete_event()
367 void BluetoothHidlTest::setBufferSizes() { in setBufferSizes()
399 void BluetoothHidlTest::sendAndCheckHCI(int num_packets) { in sendAndCheckHCI()
452 void BluetoothHidlTest::sendAndCheckSCO(int num_packets, size_t size, in sendAndCheckSCO()
[all …]