Searched refs:mIsDone (Results 1 – 3 of 3) sorted by relevance
35 private final CountDownLatch mIsDone = new CountDownLatch(1); field in SimpleAccountManagerFuture52 return mIsDone.getCount() < 1; in isDone()58 mIsDone.await(); in getResult()80 mIsDone.countDown(); in setResult()87 mIsDone.await(timeout, unit); in getResult()109 mIsDone.countDown(); in setException()
138 bool mIsDone = false; variable
159 mIsDone = mLoopbackProcessor->isDone(); in dataCallbackProc()160 if (mIsDone) { in dataCallbackProc()