OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeOutMs
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
AudioPlaybackCaptureActivity.java
111
final long
timeOutMs
= 125000;
123
} while (!mCountDownLatch.await(
timeOutMs
, TimeUnit.MILLISECONDS));
MediaSyncTest.java
226
final int
timeOutMs
= 10000;
227
boolean completed = runCheckAudioBuffer(INPUT_RESOURCE_ID,
timeOutMs
);
236
private boolean runCheckAudioBuffer(int inputResourceId, int
timeOutMs
) {
272
condition.wait(
timeOutMs
);
283
final int
timeOutMs
= 5000;
284
boolean completed = runFlush(INPUT_RESOURCE_ID,
timeOutMs
);
290
private boolean runFlush(int inputResourceId, int
timeOutMs
) {
339
condition.wait(
timeOutMs
);
351
false /* audio */, true /* video */, 10000 /*
timeOutMs
*/);
365
true /* audio */, false /* video */, 10000 /*
timeOutMs
*/);
[
all
...]
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
CapturedActivity.java
198
final long
timeOutMs
= mOnEmbedded ? 125000 : 62500;
214
} while (!mCountDownLatch.await(
timeOutMs
, TimeUnit.MILLISECONDS));
275
boolean latchResult = latch.await(
timeOutMs
, TimeUnit.MILLISECONDS);
Completed in 619 milliseconds