Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java753 AudioTimestamp stopTs = new AudioTimestamp(); in testTimestamp() local
757 .that(record.getTimestamp(stopTs, AudioTimestamp.TIMEBASE_MONOTONIC)) in testTimestamp()
764 .that(stopTs.framePosition) in testTimestamp()
768 .that(stopTs.framePosition) in testTimestamp()
771 .that(stopTs.nanoTime - trackStartTimeNs) in testTimestamp()
1323 AudioTimestamp stopTs = new AudioTimestamp(); in doTest() local
1325 .that(record.getTimestamp(stopTs, AudioTimestamp.TIMEBASE_MONOTONIC)) in doTest()
1340 .that(stopTs.framePosition) in doTest()
1344 .that(stopTs.framePosition) in doTest()
1347 .that(stopTs.nanoTime) in doTest()
[all …]