Searched refs:wait (Results 101 - 125 of 191) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DNotificationPlayer.java138 mCompletionThread.wait();
/frameworks/base/services/java/com/android/server/am/
H A DTransferPipe.java150 wait(waitTime);
/frameworks/base/services/java/com/android/server/wm/
H A DViewServer.java301 wait();
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java169 pageDoneLock.wait();
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java173 pageDoneLock.wait();
H A DLoadTestsAutoTest.java266 this.wait();
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingTest.java83 // Synchronized the thread such that the test will wait for the benchmark thread to finish
88 action.wait();
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java175 mStats.wait();
/frameworks/base/tools/preload/
H A DMemoryUsage.java183 measurer.wait(30000);
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp135 mQueuedCondition.wait(sMutex);
204 // If too many async frees are queued up then wait for some of them to
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java286 mLock.wait();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1142 mCondition.wait(mLock);
1198 ALOGV("wait for prepare");
1199 if (cache->wait() != NO_ERROR) goto Exit;
1204 ALOGV("wait for playback complete");
1205 cache->wait();
1248 ALOGV("wait for prepare");
1249 if (cache->wait() != NO_ERROR) goto Exit;
1254 ALOGV("wait for playback complete");
1255 cache->wait();
1826 status_t MediaPlayerService::AudioCache::wait() function in class:android::MediaPlayerService::AudioCache
[all...]
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java207 // If true, instructs the display controller to wait for the proximity sensor to
1795 * @param wait If true, this call waits for the reboot to complete and does not return.
1798 public void reboot(boolean confirm, String reason, boolean wait) { argument
1803 shutdownOrRebootInternal(false, confirm, reason, wait);
1813 * @param wait If true, this call waits for the shutdown to complete and does not return.
1816 public void shutdown(boolean confirm, boolean wait) { argument
1821 shutdownOrRebootInternal(true, confirm, null, wait);
1828 final String reason, boolean wait) {
1851 // PowerManager.reboot() is documented not to return so just wait for the inevitable.
1852 if (wait) {
1827 shutdownOrRebootInternal(final boolean shutdown, final boolean confirm, final String reason, boolean wait) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java216 observer.wait(WAIT_TIME_INCR);
247 receiver.wait(WAIT_TIME_INCR);
272 observer.wait(WAIT_TIME_INCR);
994 receiver.wait(WAIT_TIME_INCR);
1200 observer.wait(WAIT_TIME_INCR);
1236 observer.wait(WAIT_TIME_INCR);
1280 receiver.wait(WAIT_TIME_INCR);
1624 observer.wait(WAIT_TIME_INCR);
1636 receiver.wait(WAIT_TIME_INCR);
1658 observer.wait(WAIT_TIME_INC
[all...]
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp700 mWaitWorkCV.wait(mLock);
711 mWaitWorkCV.wait(mLock);
722 mWaitWorkCV.wait(mLock);
828 command->mCond.wait(mLock);
853 command->mCond.wait(mLock);
874 command->mCond.wait(mLock);
966 // wait for status only if delay is 0 and command time was not modified above
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java573 observer.wait(WAIT_TIME_INCR);
641 observer.wait(WAIT_TIME_INCR);
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java81 runnable.wait();
121 // wait for an event
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java179 mAct.wait(ConnectivityManagerTestActivity.WAIT_FOR_SCAN_RESULT);
270 sleep(WIFI_IDLE_MS + WIFI_SHUTDOWN_DELAY, "Interruped while wait for wifi to be idle");
294 sleep(2 * 1000, "wait 2 seconds for lock screen");
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java69 /** Whether the filter should always wait for a new frame from the camera
182 this.wait(NEWFRAME_TIMEOUT);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java103 wait(WAIT_TIME_INCR);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DFsUtils.java150 wait();
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java216 this.wait(60*1000);
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c26 #include <sys/wait.h>
466 /* wait for gzip to finish, otherwise it might get killed when we exit */
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp81 #include <sys/wait.h>
289 // framework operation has completed. For now, just wait
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp267 // wait for something to happen
294 // h/w vsync should be disabled, so this will wait until we
297 mCondition.wait(mLock);

Completed in 794 milliseconds

12345678