Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java513 AudioTimestamp startTs = new AudioTimestamp(); in testTimestamp() local
527 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) in testTimestamp()
555 verifyContinuousTimestamps(startTs, stopTs, RECORD_SAMPLE_RATE); in testTimestamp()
821 AudioTimestamp startTs = new AudioTimestamp(); in doTest() local
823 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC)); in doTest()
880 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
908 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
935 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
961 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
1035 verifyContinuousTimestamps(startTs, stopTs, TEST_SR); in doTest()
[all …]