Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1697 const char* DEVICE_LOCATION = "USB1"; in TEST_F() local
1698 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake", DEVICE_LOCATION); in TEST_F()
1706 mFakePolicy->addInputPortAssociation(DEVICE_LOCATION, hdmi1); in TEST_F()
2006 static const char* DEVICE_LOCATION; member in android::InputDeviceTest
2029 identifier.location = DEVICE_LOCATION; in SetUp()
2043 const char* InputDeviceTest::DEVICE_LOCATION = "USB1"; member in android::InputDeviceTest
2214 mFakePolicy->addInputPortAssociation(DEVICE_LOCATION, hdmi); in TEST_F()
2246 static const char* DEVICE_LOCATION; member in android::InputMapperTest
2266 identifier.location = DEVICE_LOCATION; in SetUp()
2360 const char* InputMapperTest::DEVICE_LOCATION = "USB1"; member in android::InputMapperTest
[all …]