Searched refs:mWaitForDeathLatch (Results 1 – 4 of 4) sorted by relevance
98 private CountDownLatch mWaitForDeathLatch; field in HostapdHalAidlImp112 if (mWaitForDeathLatch != null) { in binderDied()113 mWaitForDeathLatch.countDown(); in binderDied()526 mWaitForDeathLatch = null; in startDaemon()554 mWaitForDeathLatch = new CountDownLatch(1); in terminate()563 if (!mWaitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
174 private CountDownLatch mWaitForDeathLatch; field in SupplicantStaIfaceHalAidlImpl197 if (mWaitForDeathLatch != null) { in binderDied()198 mWaitForDeathLatch.countDown(); in binderDied()479 mWaitForDeathLatch = null; in startDaemon()516 mWaitForDeathLatch = new CountDownLatch(1); in terminate()525 if (!mWaitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
135 private CountDownLatch mWaitForDeathLatch; field in SupplicantStaIfaceHalHidlImpl183 if (mWaitForDeathLatch != null) { in serviceDied()184 mWaitForDeathLatch.countDown(); in serviceDied()732 mWaitForDeathLatch = new CountDownLatch(1); in terminate()744 if (!mWaitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()
98 private CountDownLatch mWaitForDeathLatch; field in SupplicantP2pIfaceHalAidlImpl108 if (mWaitForDeathLatch != null) {109 mWaitForDeathLatch.countDown();2715 mWaitForDeathLatch = new CountDownLatch(1); in terminate()2724 if (!mWaitForDeathLatch.await(WAIT_FOR_DEATH_TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in terminate()