Searched refs:wait (Results 226 - 250 of 323) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsTransitionHelper.java280 RecentsTransitionHelper.this.wait();
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdater.java357 mLock.wait(timeoutTimeMs - timeNowMs);
394 // declaring this yet, the following flag makes anyone loading WebView to wait in
412 // should simply wait until we receive an intent declaring a new package was
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStorageTests.java123 monitor.wait();
/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.cpp495 while (endFence->wait(0) == -ETIME) {
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp312 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.java444 mLock.wait();
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java539 PDU_CACHE_INSTANCE.wait();
987 // If the cache item is getting updated, wait until it's done updating before
994 PDU_CACHE_INSTANCE.wait();
1162 PDU_CACHE_INSTANCE.wait();
1262 // If the cache item is getting updated, wait until it's done updating before
1269 PDU_CACHE_INSTANCE.wait();
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingTest.java95 // Synchronized the thread such that the test will wait for the benchmark thread to finish
100 action.wait();
/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_android.py69 timeout: it specifies the number of seconds to wait for
132 timeout: it specifies the number of seconds to wait for the adb
240 timeout: it specifies the number of seconds to wait for
493 '''Ask ADB to wait for a device to become ready.'''
494 self.adb('wait-for-device')
674 return_code = proc.wait()
688 timeout: the number of seconds to wait for the command to complete.
708 # wait for the result
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp236 mPlayerPreparedCondition.wait(mLock);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp512 eosCondition.wait(eosLock);
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java281 // If true, instructs the display controller to wait for the proximity sensor to
1618 return; // wait until dream has enabled dozing
2207 // If preconditions changed, wait for the next iteration to determine
2210 return; // wait for next cycle
2727 final String reason, boolean wait) {
2759 // PowerManager.reboot() is documented not to return so just wait for the inevitable.
2760 if (wait) {
2764 runnable.wait();
4416 * @param wait If true, this call waits for the reboot to complete and does not return.
4419 public void reboot(boolean confirm, String reason, boolean wait) { argument
2726 shutdownOrRebootInternal(final @HaltMode int haltMode, final boolean confirm, final String reason, boolean wait) argument
4441 rebootSafeMode(boolean confirm, boolean wait) argument
4460 shutdown(boolean confirm, String reason, boolean wait) argument
[all...]
H A DShutdownThread.java74 // maximum time we wait for the shutdown broadcast before going on.
478 mActionDoneSync.wait(Math.min(delay, PHONE_STATE_POLL_SLEEP_MSEC));
562 Log.w(TAG, "StorageManager shutdown wait timed out");
572 mActionDoneSync.wait(Math.min(delay, PHONE_STATE_POLL_SLEEP_MSEC));
787 // vibrator is asynchronous so we need to wait to avoid shutting down too soon.
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1164 // but don't just loop and block the CPU, so wait
1335 mMyCond.wait(mMyLock);
1349 mMyCond.wait(mMyLock);
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.cpp387 status_t ret = mEfGroup->wait(static_cast<uint32_t>(MessageQueueFlagBits::NOT_FULL), &efState);
649 status_t ret = mEfGroup->wait(static_cast<uint32_t>(MessageQueueFlagBits::NOT_EMPTY), &efState);
/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp152 mCondition.wait(mLock);
167 mCondition.wait(mLock);
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java264 // just sit and wait on that notification.
270 trigger.wait(1000L);
368 // Off and running -- wait for the backup to complete
666 // just sit and wait on that notification.
670 this.wait();
720 // Off and running -- wait for the restore to complete
776 // if we kicked off a restore successfully, we have to wait for it
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp130 mCondition.wait(mRestartLock);
178 mCondition.wait(mRestartLock);
1091 // do not call AudioTrack destructor with mLock held as it will wait for the AudioTrack
/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp223 post_thread_ready_.wait(lock, [this, effective_suspend] {
722 post_thread_wait_.wait(lock, [this] { return !post_thread_quiescent_; });
760 "HardwareComposer::PostThread: Failed to wait for vsync event: %s",
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp28 #include <sys/wait.h>
642 // Configure muxer. We have to wait for the CSD blob from the encoder
694 // works because wait() wakes when a signal hits, but we
770 // 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/codec2/include/
H A DC2Buffer.h82 * \todo a mechanism to cancel a wait - for now the only way to do this is to abandon the
83 * event, but fences are shared so canceling a wait will cancel all waits.
85 * \param timeoutNs the maximum time to wait in nsecs
91 * \retval C2_NO_PERMISSION no permission to wait for the fence (unexpected - system)
94 C2Error wait(nsecs_t timeoutNs);
112 * Returns a file descriptor that can be used to wait for this fence in a select system call.
1295 * \todo Do we need to support sync operation as we could just wait for the fence?
1379 * \todo Do we need to support sync operation as we could just wait for the fence?

Completed in 729 milliseconds

1234567891011>>