HomeSort by relevance Sort by last modified time
    Searched defs:NANOS_PER_MICROSECOND (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/nativemedia/aaudio/src/
test_aaudio.h 20 #define NANOS_PER_MICROSECOND ((int64_t)1000)
21 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000)
  /frameworks/av/media/libaaudio/examples/utils/
AAudioExampleUtils.h 24 #define NANOS_PER_MICROSECOND ((int64_t)1000)
25 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000)
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
TimeUtil.java 57 private static final long NANOS_PER_MICROSECOND = 1000;
302 (int) (microseconds % MICROS_PER_SECOND * NANOS_PER_MICROSECOND));
310 (int) (microseconds % MICROS_PER_SECOND * NANOS_PER_MICROSECOND));
322 / NANOS_PER_MICROSECOND;
332 / NANOS_PER_MICROSECOND;
519 } else if (nanos % NANOS_PER_MICROSECOND == 0) {
520 return String.format("%1$06d", nanos / NANOS_PER_MICROSECOND);
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 36 #define NANOS_PER_MICROSECOND ((int64_t)1000)
37 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000)
  /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 96 milliseconds