Searched refs:mDeviceRemovedSignal (Results 1 – 1 of 1) sorted by relevance
61 private volatile CountDownLatch mDeviceRemovedSignal; // to wait for onInputDeviceRemoved signal field in VirtualInputDevice97 mDeviceRemovedSignal = new CountDownLatch(1); in VirtualInputDevice()188 mDeviceRemovedSignal.await(HW_TIMEOUT_MULTIPLIER * 20L, TimeUnit.SECONDS); in close()189 if (mDeviceRemovedSignal.getCount() != 0) { in close()275 mDeviceRemovedSignal.countDown(); in onInputDeviceRemoved()