Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 30) sorted by relevance

12

/development/host/windows/usb/api/
Dadb_legacy_io_completion.cpp41 bool wait) { in GetOvelappedIoResult() argument
55 wait) ? true : in GetOvelappedIoResult()
64 if (wait && ret && (0 == transfer) && (0 != expected_transfer_size_) && in GetOvelappedIoResult()
71 wait) ? true : in GetOvelappedIoResult()
Dadb_legacy_io_completion.h88 bool wait);
Dadb_io_completion.h85 bool wait) = 0;
Dadb_api.h583 bool wait);
Dadb_api.cpp486 bool wait) { in AdbGetOvelappedIoResult() argument
494 adb_object->GetOvelappedIoResult(overlapped, bytes_transferred, wait); in AdbGetOvelappedIoResult()
/development/host/windows/usb/winusb/
Dadb_winusb_io_completion.cpp49 bool wait) { in GetOvelappedIoResult() argument
64 wait ? TRUE : FALSE) ? true : false; in GetOvelappedIoResult()
72 if (wait && ret && (0 == transfer) && (0 != expected_transfer_size_) && in GetOvelappedIoResult()
80 wait ? TRUE : FALSE) ? true : false; in GetOvelappedIoResult()
Dadb_winusb_io_completion.h109 bool wait);
/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceTestRunner.java120 public TestResult doRun(Test test, boolean wait) { in doRun() argument
129 return super.doRun(test, wait); in doRun()
137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) in runSingleMethod() argument
141 return doRun(test, wait); in runSingleMethod()
DDeviceConnector.java101 wait(waitTime); in waitForDevice()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentRetainInstance.java126 wait();
143 wait(50);
DAlarmService_Service.java79 mBinder.wait(endTime - System.currentTimeMillis());
DServiceStartArguments.java88 wait(endTime - System.currentTimeMillis()); in handleMessage()
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbSocket.java47 wait(); in open()
/development/gsi/gsi_util/gsi_util/utils/
Dcmd_utils.py77 proc.wait() # no need to communicate; just wait.
/development/scripts/
Dadd-accounts37 if proc.wait():
Dadd-accounts-sdk37 if proc.wait():
/development/samples/Alarm/src/com/example/android/newalarm/
DAlarmService.java98 mBinder.wait(waitTime - System.currentTimeMillis());
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java90 mDrawingThread.wait(); in surfaceDestroyed()
198 wait(); in run()
/development/testrunner/
Drun_command.py169 subproc.wait()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DEventScheduler.java238 lock.wait((int) millisToWait); in waitNextEvent()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DEventScheduler.java238 lock.wait((int) millisToWait); in waitNextEvent()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageFetcher.java201 mHttpDiskCacheLock.wait(); in processBitmap()
DImageWorker.java292 mPauseWorkLock.wait(); in doInBackground()
/development/tools/labpretest/
DREADME9 It will detect if it is in a low battery situation and wait for it to charge
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java216 mPauseWorkLock.wait(); in doInBackground()

12