HomeSort by relevance Sort by last modified time
    Searched refs:mAsynchronous (Results 1 - 4 of 4) sorted by null

  /cts/suite/audio_quality/lib/include/task/
TaskAsync.h 38 return mAsynchronous;
43 mAsynchronous = true;
61 bool mAsynchronous;
  /cts/suite/audio_quality/lib/src/task/
TaskAsync.cpp 27 mAsynchronous(false)
  /frameworks/base/core/java/android/os/
Handler.java 209 mAsynchronous = async;
235 mAsynchronous = async;
659 if (mAsynchronous) {
796 final boolean mAsynchronous;
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/result/
BugreportCollector.java 198 private boolean mAsynchronous = false;
254 mAsynchronous = asynchronous;

Completed in 109 milliseconds