Home
last modified time | relevance | path

Searched refs:kNanoSecondsPerMilliSecond (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/occupant_awareness/aidl/mock/
DDetectionGenerator.cpp33 static int64_t kNanoSecondsPerMilliSecond = 1000 * 1000; variable
37 detections.timeStampMillis = android::elapsedRealtimeNano() / kNanoSecondsPerMilliSecond; in GetNextDetections()
DOccupantAwareness.cpp34 constexpr int64_t kNanoSecondsPerMilliSecond = 1000 * 1000; variable
158 int64_t currentTimeMs = android::elapsedRealtimeNano() / kNanoSecondsPerMilliSecond; in workerThreadFunction()