HomeSort by relevance Sort by last modified time
    Searched refs:NANOS_PER_MILLISECOND (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/nativemedia/aaudio/src/
test_aaudio.h 21 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000)
24 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * MILLIS_PER_SECOND)
26 #define DEFAULT_STATE_TIMEOUT (500 * NANOS_PER_MILLISECOND)
27 #define DEFAULT_READ_TIMEOUT (300 * NANOS_PER_MILLISECOND)
test_aaudio_callback.cpp 53 int32_t latencyMillis = (int32_t) ((latencyNanos + NANOS_PER_MILLISECOND - 1)
54 / NANOS_PER_MILLISECOND);
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
TimeUtil.java 56 private static final long NANOS_PER_MILLISECOND = 1000000;
264 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND));
272 (int) (milliseconds % MILLIS_PER_SECOND * NANOS_PER_MILLISECOND));
284 / NANOS_PER_MILLISECOND;
294 / NANOS_PER_MILLISECOND;
517 if (nanos % NANOS_PER_MILLISECOND == 0) {
518 return String.format("%1$03d", nanos / NANOS_PER_MILLISECOND);
  /frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h 30 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000)
31 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * 1000)
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor.cpp 129 const int64_t timeoutNanos = 1000 * NANOS_PER_MILLISECOND;
  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine.cpp 137 int64_t timeoutNanos = 1000 * NANOS_PER_MILLISECOND;
write_sine_callback.cpp 95 int64_t millis = (getNanoseconds(CLOCK_MONOTONIC) - startedAtNanos) / NANOS_PER_MILLISECOND;
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackLatencyTest.java 53 private final static long NANOS_PER_MILLISECOND = 1000000L;
55 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;
341 int latencyMillis = (int) (latencyNanos / NANOS_PER_MILLISECOND);
AudioTrackSurroundTest.java 60 private final static long NANOS_PER_MILLISECOND = 1000000L;
62 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;
257 double measuredMillis = elapsedNanos / (double) NANOS_PER_MILLISECOND;
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.0/
protobuf-java-util-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java-util/3.0.2/
protobuf-java-util-3.0.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 

Completed in 432 milliseconds