Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java227 boolean completed = runCheckAudioBuffer(INPUT_RESOURCE_ID, timeOutMs); in testAudioBufferReturn()
228 if (!completed) { in testAudioBufferReturn()
284 boolean completed = runFlush(INPUT_RESOURCE_ID, timeOutMs); in testFlush()
285 if (!completed) { in testFlush()
422 final AtomicBoolean completed = new AtomicBoolean(); in playAV() local
427 completed.set(runPlayAV(inputResourceId, lastBufferTimestampMs * 1000, in playAV()
433 assertTrue("timed out decoding to end-of-stream", completed.get()); in playAV()
571 boolean completed = false; in runPlayAV()
579 completed = reachedEos_l(); in runPlayAV()
581 return completed; in runPlayAV()
DVpxEncoderTest.java433 boolean[] completed = new boolean[TEST_BITRATES_SET.length]; in internalTestEncoderQuality()
452 completed[i] = false; in internalTestEncoderQuality()
455 completed[i] = true; in internalTestEncoderQuality()
473 if (!completed[i]) { in internalTestEncoderQuality()
477 if (!completed[j]) { in internalTestEncoderQuality()
497 if (!completed[i]) { in internalTestEncoderQuality()
DMediaCodecTest.java1043 final AtomicBoolean completed = new AtomicBoolean(false); in testDecodeAfterFlush() local
1059 completed.set(true); in testDecodeAfterFlush()
1092 completed.set(runDecodeTillFirstOutput(mediaCodec, mediaExtractor)); in testDecodeAfterFlush()
1144 if (!completed.get()) { in testDecodeAfterFlush()
1228 final AtomicBoolean completed = new AtomicBoolean(); in testDecodeShortInput() local
1232 completed.set(runDecodeShortInput(INPUT_RESOURCE_ID, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput()
1237 if (!completed.get()) { in testDecodeShortInput()
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java895 Boolean completed = false; in tryFileOpenRead() local
904 completed = future.get(3, TimeUnit.SECONDS); in tryFileOpenRead()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1183 completed = true; in onCompletion()
1224 return (what != 0 && what != MediaPlayer.MEDIA_ERROR_SERVER_DIED) || completed; in waitForErrorOrCompletion()
1230 boolean completed = false; field in StagefrightTest.MediaPlayerCrashListener
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto314 // Time this test completed.