Home
last modified time | relevance | path

Searched refs:mWaitForDeathLatch (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DHostapdHalAidlImp.java98 private CountDownLatch mWaitForDeathLatch; field in HostapdHalAidlImp
112 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()
DSupplicantStaIfaceHalAidlImpl.java174 private CountDownLatch mWaitForDeathLatch; field in SupplicantStaIfaceHalAidlImpl
197 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()
DSupplicantStaIfaceHalHidlImpl.java135 private CountDownLatch mWaitForDeathLatch; field in SupplicantStaIfaceHalHidlImpl
183 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java98 private CountDownLatch mWaitForDeathLatch; field in SupplicantP2pIfaceHalAidlImpl
108 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()