Home
last modified time | relevance | path

Searched refs:SetUpWithBus (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputMapperTest.h43 virtual void SetUp() override { SetUpWithBus(0); } in SetUp()
44 virtual void SetUpWithBus(int bus);
DCursorInputMapper_test.cpp142 void SetUp() override { SetUpWithBus(BUS_USB); } in SetUp()
143 void SetUpWithBus(int bus) override { in SetUpWithBus() function in android::CursorInputMapperUnitTestBase
144 InputMapperUnitTest::SetUpWithBus(bus); in SetUpWithBus()
1046 void SetUp() override { SetUpWithBus(BUS_BLUETOOTH); } in SetUp()
DInputMapperTest.cpp31 void InputMapperUnitTest::SetUpWithBus(int bus) { in SetUpWithBus() function in android::InputMapperUnitTest