HomeSort by relevance Sort by last modified time
    Searched refs:mAsynchronous (Results 1 - 3 of 3) 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 205 mAsynchronous = async;
231 mAsynchronous = async;
628 if (mAsynchronous) {
745 final boolean mAsynchronous;

Completed in 231 milliseconds