Searched defs:NANOS_PER_SECOND (Results 1 – 5 of 5) sorted by relevance
24 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * MILLIS_PER_SECOND) macro
62 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND; field in AudioTrackSurroundTest
57 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND; field in AudioTrackLatencyTest
1444 final long NANOS_PER_SECOND = 1000000000; in verifyContinuousTimestamps() local
2162 final long NANOS_PER_SECOND = 1000000000; in doTestTimestamp() local