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