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

<<11

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1358 mCondition.wait(mLock);
2141 // This is a benign busy-wait, with the next data request generated 10 ms or more later;
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp1458 // propagate fence if component supports it; wait for it otherwise
1474 return fence->wait(IOMX::kFenceTimeoutMs);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp26 #include <sys/wait.h>
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java.broken73 mGSMTestHandler.wait();
94 // wait until we get phone in both voice and data service
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java413 // wait possibly forever for next cpu sample.
428 // How long we wait for a launched process to attach to the activity manager
431 // How long we wait for an attached process to publish its content providers
440 // How long we wait for a launched process to attach to the activity manager
446 // How long to wait after going idle before forcing apps to GC.
474 // How long we wait until we timeout on key dispatching.
477 // How long we wait until we timeout on key dispatching during instrumentation.
492 // How long to wait in getAssistContextExtras for the activity and foreground services
496 // How long top wait when going through the modern assist (which doesn't need to block
2715 this.wait(nextCpuDela
[all...]
H A DActivityStackSupervisor.java194 /** How long we wait until giving up on the last activity telling us it is idle. */
948 * @param dontWait The resuming activity isn't going to wait for all activities to be paused
1045 // wait for this new activity to become visible instead.
2769 mService.wait(timeRemaining);
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1849 mChunkReadyCondition.wait(mLock);
H A DACodec.cpp1297 res = fence->wait(IOMX::kFenceTimeoutMs);
5841 // input buffers cannot take fences, so wait for any fence now
6219 // byte buffers cannot take fences, so wait for any fence now
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp759 return false; // wait until next wakeup
775 return false; // wait for the command to run
1069 // Reset input target wait timeout.
1695 // If the event is a key event, then we must wait for all previous events to
1725 // The one case where we pause input event delivery is when the wait queue is piling
2049 "This is unexpected because the wait queue is empty, so the pipe "
2071 // Re-enqueue the event on the wait queue.
2790 // Log the outcome since the injector did not wait for the injection result.
3315 "age=%0.1fms, wait=%0.1fms\n",
3468 "It has been %0.1fms since event, %0.1fms since wait starte
[all...]
H A DInputReader.cpp76 // Maximum amount of time to wait on touch data before pushing out new pressure data.
859 mReaderIsAliveCondition.wait(mLock);
5597 // We need to provide feedback for each finger that goes down so we cannot wait
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java4555 result.lockObj.wait(5000);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java434 * The default maximum time to wait for the verification agent to return in
526 * Messages for {@link #mHandler} that need to wait for system ready before
2040 // We will wait for up to 100 seconds.
2571 // can't wait for user to start
16492 conn.wait(timeout - now);
17659 // Need to wait for post-restore install to apply the grant

Completed in 1208 milliseconds

<<11