Searched refs:wait (Results 126 - 150 of 191) sorted by relevance

12345678

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java243 pausedResponseMonitor.wait();
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp336 mStopForDestroyCondition.wait(mStopForDestroyLock);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp244 /* wait until there's data to play */
297 eosCondition.wait(eosLock);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp278 mPreparedCondition.wait(mLock);
1127 mPreparedCondition.wait(mLock);
1590 mPreparedCondition.wait(mLock);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h212 status_t wait();
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp131 mQueueChanged.wait(mLock);
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java308 // just sit and wait on that notification.
312 this.wait();
360 // Off and running -- wait for the restore to complete
414 // if we kicked off a restore successfully, we have to wait for it
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java941 obs.wait();
1106 obs.wait();
1163 obs.wait();
1357 obs.wait();
/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java150 // TODO: wait for any pending writes to disk?
207 wait();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java67 * responsible to execute the message before starting to wait for the
599 mInstanceLock.wait(waitTimeMillis);
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java799 // Time in milliseconds to wait for a result before failing.
818 * Performs an action and attempts to wait for a result.
905 mResultLock.wait(waitTimeMillis);
H A DWebViewDatabaseClassic.java280 wait();
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java746 /** The object used to wait/notify */
808 sm.mHandler.mLockObject.wait();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java284 wait();
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java331 obbListener.wait(WAIT_TIME_INCR);
556 * Helper to synchronously wait until we can get a path for a given OBB file
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java236 receiver.wait(DEFAULT_WAIT_POLL_TIME);
271 // wait for airplane mode to change state
286 * Helper to wait for a particular download to finish, or else a timeout to occur
288 * Does not wait for a receiver notification of the download.
290 * @param id The download id to query on (wait for)
299 * Helper to wait for a particular download to finish, or else a timeout to occur
303 * @param id The download id to query on (wait for)
311 * Helper to wait for a particular download to finish, or else a timeout to occur
315 * @param id The download id to query on (wait for)
316 * @param poll The amount of time to wait
[all...]
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java125 mSoundPool.wait();
/frameworks/base/services/java/com/android/server/
H A DVibratorService.java458 this.wait(duration);
H A DWatchdog.java105 boolean mReqRebootNoWait; // should wait for one interval before reboot?
388 // wait while asleep. If the device is asleep then the thing that we are waiting
394 wait(timeout); // notifyAll() is called when mForceKillSystem is set
409 // trace and wait another half.
466 dropboxThread.join(2000); // wait up to 2 seconds for it to return.
/frameworks/base/services/java/com/android/server/wm/
H A DInputMonitor.java320 mInputDevicesReadyMonitor.wait(timeoutMillis);
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java122 * @param timeout Indicates the period of time to wait until a socket is
238 // wait and retry
380 * Main worker thread. This will wait until a request has
390 log(this+" Moving to wait state");
391 wait();
403 /* go back in wait queue if there's fewer
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestsAutoTest.java354 this.wait();
/frameworks/native/cmds/dumpstate/
H A Dutils.c30 #include <sys/wait.h>
475 /* wait for the writable-close notification from inotify */
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp100 #include <sys/wait.h>
246 // framework operation has completed. For now, just wait
H A DhwcStress.cpp97 #include <sys/wait.h>
383 // framework operation has completed. For now, just wait

Completed in 659 milliseconds

12345678