Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java205 boolean completed = runCheckAudioBuffer(INPUT_RESOURCE_ID, timeOutMs); in testAudioBufferReturn()
206 if (!completed) { in testAudioBufferReturn()
264 boolean completed = runFlush(INPUT_RESOURCE_ID, timeOutMs); in testFlush()
265 if (!completed) { in testFlush()
387 final AtomicBoolean completed = new AtomicBoolean(); in playAV() local
391 completed.set(runPlayAV(inputResourceId, lastBufferTimestampMs * 1000, in playAV()
397 if (!completed.get()) { in playAV()
512 boolean completed = false; in runPlayAV()
520 completed = reachedEos_l(); in runPlayAV()
522 return completed; in runPlayAV()
DVp8EncoderTest.java417 boolean[] completed = new boolean[TEST_BITRATES_SET.length]; in testEncoderQuality()
435 completed[i] = false; in testEncoderQuality()
438 completed[i] = true; in testEncoderQuality()
456 if (!completed[i]) { in testEncoderQuality()
460 if (!completed[j]) { in testEncoderQuality()
480 if (!completed[i]) { in testEncoderQuality()
DMediaCodecTest.java808 final AtomicBoolean completed = new AtomicBoolean(false); in testDecodeAfterFlush() local
837 completed.set(runDecodeTillFirstOutput(mediaCodec, mediaExtractor)); in testDecodeAfterFlush()
858 if (!completed.get()) { in testDecodeAfterFlush()
930 final AtomicBoolean completed = new AtomicBoolean(); in testDecodeShortInput() local
934 completed.set(runDecodeShortInput(INPUT_RESOURCE_ID, LAST_BUFFER_TIMESTAMP_US)); in testDecodeShortInput()
939 if (!completed.get()) { in testDecodeShortInput()
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java656 Boolean completed = false; in tryFileOpenRead() local
665 completed = future.get(3, TimeUnit.SECONDS); in tryFileOpenRead()