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

1234567891011>>

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DSysuiTestCase.java99 Log.e(TAG, "Failed to wait for ui offload thread.", e);
149 wait();
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DUtils.java45 UiObject2 window = device.wait(Until.findObject(selector), WAIT_FOR_ACTIVITY_TIMEOUT);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DLeakTest.java118 this.wait();
/frameworks/ml/nn/runtime/
H A DCallbacks.h48 * generated by the asynchronous task, the client thread can wait for the result
50 * reached. Any wait* may safely be called concurrently, even on the same
76 * CallbackBase::wait blocks until notify has been called on the callback
79 void wait();
96 * before any calls to wait* return. (Note that CallbackBase::wait_for can
129 * - CallbackBase::wait has been called.
157 * CallbackBase::notify enables all prior and future wait* calls on the
159 * before any wait* calls on this callback object return (except in the case
162 * to the caller of wait* happens before the call to CallbackBase::notify.
184 * asynchronously with respect to the runtime. If a calling thread calls wait*
[all...]
H A DExecutionBuilder.cpp198 fallbackCallback->wait();
224 fallbackCallback->wait();
272 stepCallback->wait();
498 preparedModelCallback->wait();
573 executionCallback->wait();
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
H A DPathInterpolatorParameterizedTest.java118 lock.wait(1000);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp137 mCondition.wait(mLock);
156 mCondition.wait(mLock);
175 mCondition.wait(mLock);
194 mCondition.wait(mLock);
223 mCondition.wait(mLock);
270 mCondition.wait(mLock);
281 mCondition.wait(mLock);
652 mCondition.wait(mLock);
/frameworks/base/core/java/android/net/
H A DIpSecTransform.java271 mKeepaliveSyncLock.wait(2000);
294 mKeepaliveSyncLock.wait(2000);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java228 Log.v(TAG, "isPlaying "+ misPlaying + " wait time " + (t2 - t1) );
273 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
287 videoSizeChanged.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
289 Log.v(TAG, "wait was interrupted");
309 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
323 videoSizeChanged.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
325 Log.v(TAG, "wait was interrupted");
729 lock.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
742 prepareDone.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
744 Log.v(TAG, "wait wa
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DAppNotRespondingDialog.java116 final TextView wait = findViewById(com.android.internal.R.id.aerr_wait);
117 wait.setOnClickListener(this);
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h56 int numThreads = DEFAULT_THREADS, bool wait = true, nsecs_t stopHere = -1);
58 bool wait = true, nsecs_t stopHere = -1);
H A DReplayer.cpp53 Replayer::Replayer(const std::string& filename, bool replayManually, int numThreads, bool wait, argument
60 mWaitForTimeStamps(wait),
85 Replayer::Replayer(const Trace& t, bool replayManually, int numThreads, bool wait, nsecs_t stopHere) argument
91 mWaitForTimeStamps(wait),
367 mLayerCond.wait(lock, [&] { return (mLayers[change.id()] != nullptr); });
432 mDisplayCond.wait(lock, [&] { return (mDisplays[change.id()] != nullptr); });
695 mLayerCond.wait(lock, [&] { return (mLayers[dtc.layer_id()] != nullptr); });
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadTest.java.broken51 wait();
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java215 // wait for the messages to be handled
216 smQuitTest.wait();
319 // wait for the messages to be handled
320 smQuitNowTest.wait();
463 // wait for the messages to be handled
464 smEnterExitTranstionToTest.wait();
586 // wait for the messages to be handled
587 sm0.wait();
687 // wait for the messages to be handled
688 sm1.wait();
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaVisualizerTest.java338 lock.wait(1000);
340 Log.e(TAG, "Looper creation: wait was interrupted.");
351 lock.wait(1000);
354 Log.e(TAG, "Capture waveform: wait was interrupted.");
365 lock.wait(1000);
368 Log.e(TAG, "Capture FFT: wait was interrupted.");
384 lock.wait(1000);
387 Log.e(TAG, "Capture waveform: wait was interrupted.");
398 lock.wait(1000);
401 Log.e(TAG, "Capture FFT: wait wa
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1480 // By design, this is the only place in a GLThread thread where we wait().
1495 sGLThreadManager.wait();
1686 sGLThreadManager.wait();
1703 sGLThreadManager.wait();
1723 sGLThreadManager.wait();
1745 sGLThreadManager.wait();
1779 sGLThreadManager.wait();
1795 sGLThreadManager.wait();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java232 mLock.wait();
273 mLock.wait();
310 mLock.wait();
848 mLock.wait();
868 mLock.wait();
888 mLock.wait();
908 mLock.wait();
/frameworks/av/media/libstagefright/
H A DSurfaceMediaSource.cpp224 mMediaBuffersAvailableCondition.wait(mMutex);
277 mMediaBuffersAvailableCondition.wait(mMutex);
286 // wait here till the frames come in from the client side
291 // wait for a buffer to be queued
292 mFrameAvailableCondition.wait(mMutex);
296 ALOGW("read: failed to wait for buffer fence: %d", err);
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java51 public boolean wait = false; field in class:Instrument
315 wait(1000);
379 } else if (wait) {
383 // Choose whether we have to wait for the results.
424 // If we have been requested to wait, do so until the instrumentation is finished.
H A DAm.java158 instrument.wait = true;
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioExampleUtils.h165 android::status_t wait(int32_t value, int64_t timeoutNanoseconds) { function in class:WakeUp
/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp94 long ret = myData.waker.wait(AAUDIO_OK, NANOS_PER_SECOND);
97 printf("wait() returns %ld, aaudio_result = %d, at %6d millis"
/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp196 mCondition.wait(mLock);
/frameworks/av/media/libstagefright/httplive/
H A DLiveDataSource.cpp100 mCondition.wait(mLock);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp122 mCondition.wait(mLock);

Completed in 3136 milliseconds

1234567891011>>