Home
last modified time | relevance | path

Searched refs:waitForDeathLatch (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java527 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local
531 waitForDeathLatch.countDown(); in terminate()
544 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
DSupplicantStaIfaceHal.java660 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local
664 waitForDeathLatch.countDown(); in terminate()
677 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()