Searched refs:WaitForDevice (Results 1 – 1 of 1) sorted by relevance
649 private class WaitForDevice implements AutoCloseable { class in InputController655 WaitForDevice(String deviceName, int vendorId, int productId, int associatedDisplayId) { in WaitForDevice() method in InputController.WaitForDevice767 try (WaitForDevice waiter = new WaitForDevice(deviceName, vendorId, productId, displayId)) { in createDeviceInternal()