Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java754 AudioTimestamp stopTsBoot = new AudioTimestamp(); in testTimestamp() local
760 .that(record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)) in testTimestamp()
765 .isEqualTo(stopTsBoot.framePosition); in testTimestamp()
774 .that(stopTsBoot.nanoTime - trackStartTimeBootNs) in testTimestamp()
1327 AudioTimestamp stopTsBoot = new AudioTimestamp(); in doTest() local
1329 .that(record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)) in doTest()
1345 .isEqualTo(stopTsBoot.framePosition); in doTest()