Lines Matching refs:BluetoothHidlTest

143 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()
495 void BluetoothHidlTest::sendAndCheckACL(int num_packets, size_t size, in sendAndCheckACL()
540 int BluetoothHidlTest::wait_for_completed_packets_event(uint16_t handle) { in wait_for_completed_packets_event()
563 void BluetoothHidlTest::enterLoopbackMode(std::vector<uint16_t>* sco_handles, in enterLoopbackMode()
615 TEST_P(BluetoothHidlTest, InitializeAndClose) {} in TEST_P() argument
618 TEST_P(BluetoothHidlTest, HciReset) { in TEST_P() argument
626 TEST_P(BluetoothHidlTest, HciVersionTest) { in TEST_P() argument
647 TEST_P(BluetoothHidlTest, HciUnknownCommand) { in TEST_P() argument
674 TEST_P(BluetoothHidlTest, WriteLoopbackMode) { in TEST_P() argument
681 TEST_P(BluetoothHidlTest, LoopbackModeSinglePackets) { in TEST_P() argument
718 TEST_P(BluetoothHidlTest, LoopbackModeBandwidth) { in TEST_P() argument
756 GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothHidlTest);
758 PerInstance, BluetoothHidlTest,