/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
H A D | SoundPoolTest.java | 125 mSoundPool.wait();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
H A D | RecentsTransitionHelper.java | 251 RecentsTransitionHelper.this.wait();
|
/frameworks/base/services/core/java/com/android/server/ |
H A D | MmsServiceBroker.java | 263 // 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 D | Watchdog.java | 359 // 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 D | PowerManagerService.java | 237 // 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 D | WebViewUpdateServiceImpl.java | 493 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 D | InputMonitor.java | 375 mInputDevicesReadyMonitor.wait(timeoutMillis);
|
/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestWebServer.java | 122 * @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 D | Main.cpp | 496 while (endFence->wait(0) == -ETIME) {
|
/frameworks/native/libs/gui/ |
H A D | BufferQueueCore.cpp | 301 mIsAllocatingCondition.wait(mMutex);
|
/frameworks/native/opengl/tests/hwc/ |
H A D | hwcRects.cpp | 102 #include <sys/wait.h> 244 // framework operation has completed. For now, just wait
|
H A D | hwcStress.cpp | 99 #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 D | IsimUiccRecords.java | 445 mLock.wait();
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
H A D | PduPersister.java | 541 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 D | PhoneSwitcherTest.java | 83 lock.wait();
|
/frameworks/wilhelm/src/android/ |
H A D | android_GenericMediaPlayer.cpp | 236 mPlayerPreparedCondition.wait(mLock);
|
/frameworks/wilhelm/tests/examples/ |
H A D | slesTestDecodeToBuffQueue.cpp | 512 eosCondition.wait(eosLock);
|
/frameworks/av/media/libmedia/ |
H A D | AudioRecord.cpp | 1110 // 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 D | ARTPWriter.cpp | 152 mCondition.wait(mLock); 167 mCondition.wait(mLock);
|
/frameworks/base/media/jni/soundpool/ |
H A D | SoundPool.cpp | 129 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 D | PackageManagerTests.java | 227 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 D | screenrecord.cpp | 28 #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 D | NuCachedSource2.cpp | 545 mCondition.wait(mLock);
|
/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoEncoderOMXComponent.cpp | 552 status_t err = fence->wait(IOMX::kFenceTimeoutMs);
|
/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServer.java | 367 mServerIfLock.wait(CALLBACK_REG_TIMEOUT);
|