Searched defs:NANOS_PER_SECOND (Results 1 – 6 of 6) sorted by relevance
24 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * MILLIS_PER_SECOND) macro
74 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND; field in AudioTrackSurroundTest
58 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND; field in AudioTrackLatencyTest
343 private static final long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND; field in AudioHelper.TimestampVerifier
1536 final long NANOS_PER_SECOND = 1000000000; in verifyContinuousTimestamps() local
46 #define NANOS_PER_SECOND 1000000000LL macro