HomeSort by relevance Sort by last modified time
    Searched defs:doWait (Results 1 - 2 of 2) sorted by null

  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
WaitForBroadcast.java 59 public Intent doWait(long timeout) {
  /external/dng_sdk/source/
dng_pthread.cpp 907 bool doWait = false;;
935 doWait = true;
941 if (result == 0 && doWait)
1036 bool doWait = false;
1065 doWait = true;
1071 if (result == 0 && doWait)

Completed in 938 milliseconds