Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java539 AudioTimestamp stopTsBoot = new AudioTimestamp(); in testTimestamp() local
544 record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)); in testTimestamp()
551 assertEquals(stopTs.framePosition, stopTsBoot.framePosition); in testTimestamp()
554 assertTrue(stopTsBoot.nanoTime - startTimeBoot > RECORD_TIME_IN_NANOS); in testTimestamp()
1016 AudioTimestamp stopTsBoot = new AudioTimestamp(); in doTest()
1018 record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)); in doTest()
1028 assertEquals(stopTs.framePosition, stopTsBoot.framePosition); in doTest()