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

1234567891011

/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java328 waiter.wait(TIMEOUT);
395 wait(timeoutTime - now);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java72 /** Whether the filter will always wait for a new video frame, or whether it
239 this.wait(PREP_TIMEOUT);
276 this.wait(NEWFRAME_TIMEOUT);
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java572 /* Now wait for the response to be completed either through endData
577 syncObj.wait();
593 /* Now wait for the response to be completed either through endData
598 syncObj.wait();
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java150 wait(waitTime);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java155 // wait for a scan result
161 mWifiScanResultLock.wait(WAIT_FOR_SCAN_RESULT);
241 // wait for WiFi timeout
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java186 mountingThread.wait(WAIT_TIME_INCR);
H A DAsecTests.java573 observer.wait(WAIT_TIME_INCR);
641 observer.wait(WAIT_TIME_INCR);
/frameworks/base/media/java/android/media/
H A DMediaSync.java631 mAudioLock.wait();
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java152 mCompletionThread.wait();
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java264 object.wait();
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerState.java419 mLock.wait();
/frameworks/base/services/core/java/com/android/server/wm/
H A DViewServer.java304 wait();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java91 wait(WAIT_TIME_INCR);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java170 pageDoneLock.wait();
/frameworks/base/tools/preload/
H A DMemoryUsage.java183 measurer.wait(30000);
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/
H A DHprof.java132 wait(timeout);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java122 * <p>Only one thread should wait at a time.</p>
129 * Return session if already have it; otherwise wait until any of the session listener
134 * @param timeoutMs how many milliseconds to wait for
218 * @param session the input {@link CameraCaptureSession} to wait for
219 * @param surface the input {@link Surface} to wait for
220 * @param timeoutMs how many milliseconds to wait for
235 mPreparedSurfaces.wait(timeoutMs);
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp114 mReleaseCondition.wait(mMutex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java325 mLock.wait();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java341 * Synchronously wait for the application to be idle. Can not be called
368 * Start a new activity and wait for it to begin running before returning.
420 mSync.wait();
544 wait();
559 * @param timeOut Time to wait in milliseconds before the activity is created.
567 wait(timeOut);
706 * @param monitor The ActivityMonitor to wait for.
724 * @param monitor The ActivityMonitor to wait for.
810 // Need to wait for long press
879 * Send a key event to the currently focused window/view and wait fo
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp120 mCondition.wait(mLock);
171 mCondition.wait(mLock);
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java239 // just sit and wait on that notification.
243 this.wait();
309 // Off and running -- wait for the backup to complete
492 // just sit and wait on that notification.
496 this.wait();
544 // Off and running -- wait for the restore to complete
598 // if we kicked off a restore successfully, we have to wait for it
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java152 // If we are cancelled, then wait until we are started again
155 mLoadThread.wait();
163 // If we've stopped the loader, then fall through to the above logic to wait on
231 // If there are no other items in the list, then just wait until something is added
236 mLoadQueue.wait();
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java67 // maximum time we wait for the shutdown broadcast before going on.
406 mActionDoneSync.wait(Math.min(delay, PHONE_STATE_POLL_SLEEP_MSEC));
474 Log.w(TAG, "Shutdown wait timed out");
484 mActionDoneSync.wait(Math.min(delay, PHONE_STATE_POLL_SLEEP_MSEC));
659 // vibrator is asynchronous so we need to wait to avoid shutting down too soon.
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java237 mLockResumed.wait(10000);
593 mLock.wait();

Completed in 1518 milliseconds

1234567891011