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.java708 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local
712 waitForDeathLatch.countDown(); in terminate()
725 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
DSupplicantStaIfaceHal.java724 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local
728 waitForDeathLatch.countDown(); in terminate()
741 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()