Home
last modified time | relevance | path

Searched defs:kNanosPerMillisecond (Results 1 – 4 of 4) sorted by relevance

/external/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp51 const int64_t kNanosPerMillisecond = 1000000; in getCurrentOutputLatencyMillis() local
/external/protobuf/src/google/protobuf/stubs/
Dtime.cc24 static const int kNanosPerMillisecond = 1000000; variable
/external/oboe/include/oboe/
DDefinitions.h43 constexpr int64_t kNanosPerMillisecond = kNanosPerMicrosecond * 1000; variable
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc55 static const int kNanosPerMillisecond = 1000000; variable