Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHostapdHal.java652 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local
656 waitForDeathLatch.countDown(); in terminate()
669 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
H A DSupplicantStaIfaceHal.java754 final CountDownLatch waitForDeathLatch = new CountDownLatch(1); in terminate() local
759 waitForDeathLatch.countDown(); in terminate()
772 if (!waitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()