Searched refs:mDeviceAddedSignal (Results 1 – 1 of 1) sorted by relevance
60 private volatile CountDownLatch mDeviceAddedSignal; // to wait for onInputDeviceAdded signal field in VirtualInputDevice96 mDeviceAddedSignal = new CountDownLatch(1); in VirtualInputDevice()150 mDeviceAddedSignal.await(20L, TimeUnit.SECONDS); in registerInputDevice()151 if (mDeviceAddedSignal.getCount() != 0) { in registerInputDevice()250 mDeviceAddedSignal.countDown(); in updateInputDevice()