Lines Matching refs:BluetoothHidlTest
142 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()
483 void BluetoothHidlTest::sendAndCheckACL(int num_packets, size_t size, in sendAndCheckACL()
517 int BluetoothHidlTest::wait_for_completed_packets_event(uint16_t handle) { in wait_for_completed_packets_event()
540 void BluetoothHidlTest::enterLoopbackMode(std::vector<uint16_t>& sco_handles, in enterLoopbackMode()
592 TEST_P(BluetoothHidlTest, InitializeAndClose) {} in TEST_P() argument
595 TEST_P(BluetoothHidlTest, HciReset) { in TEST_P() argument
603 TEST_P(BluetoothHidlTest, HciVersionTest) { in TEST_P() argument
624 TEST_P(BluetoothHidlTest, HciUnknownCommand) { in TEST_P() argument
651 TEST_P(BluetoothHidlTest, WriteLoopbackMode) { in TEST_P() argument
658 TEST_P(BluetoothHidlTest, LoopbackModeSinglePackets) { in TEST_P() argument
695 TEST_P(BluetoothHidlTest, LoopbackModeBandwidth) { in TEST_P() argument
733 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothHidlTest);
735 PerInstance, BluetoothHidlTest,