Lines Matching refs:newDevice
1182 std::shared_ptr<InputDevice> newDevice(int32_t deviceId, const std::string& name, in newDevice() function in android::InstrumentedInputReader
1535 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, name); in addDeviceWithFakeInputMapper()
1562 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake"); in TEST_F()
1583 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake"); in TEST_F()
1609 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake"); in TEST_F()
1821 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake"); in TEST_F()
1854 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake"); in TEST_F()
1870 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake", DEVICE_LOCATION); in TEST_F()
1914 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake"); in TEST_F()
1956 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake"); in TEST_F()
2013 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake", DEVICE_LOCATION); in TEST_F()
2073 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake", DEVICE_LOCATION); in TEST_F()
2089 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake", DEVICE_LOCATION); in TEST_F()
2105 std::shared_ptr<InputDevice> device = mReader->newDevice(deviceId, "fake", DEVICE_LOCATION); in TEST_F()
2692 mDevice = newDevice(DEVICE_ID, DEVICE_NAME, DEVICE_LOCATION, EVENTHUB_ID, classes); in SetUp()
2722 std::shared_ptr<InputDevice> newDevice(int32_t deviceId, const std::string& name, in newDevice() function in android::InputMapperTest
3601 newDevice(SECOND_DEVICE_ID, DEVICE_NAME2, USB2, SECOND_EVENTHUB_ID, in TEST_F()
3713 newDevice(SECOND_DEVICE_ID, DEVICE_NAME2, USB2, SECOND_EVENTHUB_ID, in TEST_F()
7926 newDevice(SECOND_DEVICE_ID, DEVICE_NAME2, USB2, SECOND_EVENTHUB_ID, in TEST_F()
8999 mDevice = newDevice(DEVICE_ID, DEVICE_NAME, DEVICE_LOCATION, EVENTHUB_ID, classes); in SetUp()
9017 std::shared_ptr<InputDevice> newDevice(int32_t deviceId, const std::string& name, in newDevice() function in android::PeripheralControllerTest