Searched refs:mWaitForReceiveInput (Results 1 – 1 of 1) sorted by relevance
74 private CountDownLatch mWaitForReceiveInput; field in InputStageBenchmark86 mWaitForReceiveInput.countDown(); in dispatchKeyEventPreIme()93 mWaitForReceiveInput.countDown(); in dispatchTouchEvent()99 mWaitForReceiveInput.countDown(); in dispatchKeyEvent()113 mWaitForReceiveInput.countDown(); in dispatchKeyEventPreIme()120 mWaitForReceiveInput.countDown(); in dispatchTouchEvent()126 mWaitForReceiveInput.countDown(); in dispatchKeyEvent()182 mWaitForReceiveInput = new CountDownLatch(1); in injectInputEvent()185 mWaitForReceiveInput.await(TIMEOUT_MS, TimeUnit.MILLISECONDS); in injectInputEvent()