Searched refs:kNanoSecondsPerMilliSecond (Results 1 – 2 of 2) sorted by relevance
33 static int64_t kNanoSecondsPerMilliSecond = 1000 * 1000; variable37 detections.timeStampMillis = android::elapsedRealtimeNano() / kNanoSecondsPerMilliSecond; in GetNextDetections()
34 constexpr int64_t kNanoSecondsPerMilliSecond = 1000 * 1000; variable158 int64_t currentTimeMs = android::elapsedRealtimeNano() / kNanoSecondsPerMilliSecond; in workerThreadFunction()