Home
last modified time | relevance | path

Searched defs:mIsDone (Results 1 – 2 of 2) 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
/cts/apps/CtsVerifier/jni/audio_loopback/
DNativeAudioAnalyzer.h150 bool mIsDone = false; variable