Searched refs:wait (Results 176 - 200 of 262) sorted by relevance

1234567891011

/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java125 mSoundPool.wait();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsTransitionHelper.java251 RecentsTransitionHelper.this.wait();
/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java263 // TODO: consider using Java concurrent construct instead of raw object wait
264 this.wait(waitTime);
266 Slog.w(TAG, "Connection wait interrupted", e);
272 // Calculate remaining waiting time to make sure we wait the full timeout period
H A DWatchdog.java359 // this wait-and-check interval
370 // wait while asleep. If the device is asleep then the thing that we are waiting
379 wait(timeout);
400 // trace and wait another half.
454 dropboxThread.join(2000); // wait up to 2 seconds for it to return.
468 Slog.i(TAG, "Activity controller requested to coninue to wait");
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java237 // If true, instructs the display controller to wait for the proximity sensor to
1395 return; // wait until dream has enabled dozing
1975 // If preconditions changed, wait for the next iteration to determine
1978 return; // wait for next cycle
2474 final String reason, boolean wait) {
2499 // PowerManager.reboot() is documented not to return so just wait for the inevitable.
2500 if (wait) {
2504 runnable.wait();
3581 * @param wait If true, this call waits for the reboot to complete and does not return.
3584 public void reboot(boolean confirm, String reason, boolean wait) { argument
2473 shutdownOrRebootInternal(final @HaltMode int haltMode, final boolean confirm, final String reason, boolean wait) argument
3606 rebootSafeMode(boolean confirm, boolean wait) argument
3625 shutdown(boolean confirm, String reason, boolean wait) argument
[all...]
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateServiceImpl.java493 mLock.wait(timeoutTimeMs - timeNowMs);
532 // declaring this yet, the following flag makes anyone loading WebView to wait in
549 // should simply wait until we receive an intent declaring a new package was
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java375 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/native/cmds/flatland/
H A DMain.cpp496 while (endFence->wait(0) == -ETIME) {
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp301 mIsAllocatingCondition.wait(mMutex);
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp102 #include <sys/wait.h>
244 // framework operation has completed. For now, just wait
H A DhwcStress.cpp99 #include <sys/wait.h>
383 // framework operation has completed. For now, just wait
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java445 mLock.wait();
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java541 PDU_CACHE_INSTANCE.wait();
989 // If the cache item is getting updated, wait until it's done updating before
996 PDU_CACHE_INSTANCE.wait();
1164 PDU_CACHE_INSTANCE.wait();
1263 // If the cache item is getting updated, wait until it's done updating before
1270 PDU_CACHE_INSTANCE.wait();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java83 lock.wait();
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp236 mPlayerPreparedCondition.wait(mLock);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp512 eosCondition.wait(eosLock);
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp1110 // but don't just loop and block the CPU, so wait
1259 mMyCond.wait(mMyLock);
1271 mMyCond.wait(mMyLock);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp152 mCondition.wait(mLock);
167 mCondition.wait(mLock);
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp129 mCondition.wait(mRestartLock);
177 mCondition.wait(mRestartLock);
1064 // do not call AudioTrack destructor with mLock held as it will wait for the AudioTrack
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java227 observer.wait(WAIT_TIME_INCR);
258 receiver.wait(WAIT_TIME_INCR);
283 observer.wait(WAIT_TIME_INCR);
993 receiver.wait(WAIT_TIME_INCR);
1194 observer.wait(WAIT_TIME_INCR);
1230 observer.wait(WAIT_TIME_INCR);
1274 receiver.wait(WAIT_TIME_INCR);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp28 #include <sys/wait.h>
638 // Configure muxer. We have to wait for the CSD blob from the encoder
690 // works because wait() wakes when a signal hits, but we
766 // parent; wait for the child, mostly to make the verbose-mode output
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp545 mCondition.wait(mLock);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp552 status_t err = fence->wait(IOMX::kFenceTimeoutMs);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServer.java367 mServerIfLock.wait(CALLBACK_REG_TIMEOUT);

Completed in 483 milliseconds

1234567891011