Home
last modified time | relevance | path

Searched refs:mIsDone (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/remoteframeworkclasses/src/types/main/java/com/android/bedstead/remoteframeworkclasses/
DSimpleAccountManagerFuture.java35 private final CountDownLatch mIsDone = new CountDownLatch(1); field in SimpleAccountManagerFuture
52 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()
/cts/apps/CtsVerifier/jni/audio_loopback/
DNativeAudioAnalyzer.h138 bool mIsDone = false; variable
DNativeAudioAnalyzer.cpp159 mIsDone = mLoopbackProcessor->isDone(); in dataCallbackProc()
160 if (mIsDone) { in dataCallbackProc()