Home
last modified time | relevance | path

Searched defs:NANOS_PER_MILLISECOND (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/examples/utils/
DAAudioExampleUtils.h32 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000) macro
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java53 static final long NANOS_PER_MILLISECOND = 1000000; field in Timestamps
/frameworks/av/media/libaaudio/tests/
Dtest_various.cpp45 constexpr int64_t NANOS_PER_MILLISECOND = 1000 * 1000; variable