Home | History | Annotate | Download | only in libsensors

Lines Matching defs:NS_PER_MS

41 #define NS_PER_MS 1000000LL
856 delay_ms = period_ns/NS_PER_MS; // int64_t is being dropped to an int type
857 timeout_ms = timeout/NS_PER_MS; // int64_t is being dropped to an int type
1018 size_t n = snprintf(buf, sizeof(buf), "%d %lld\n", what, (delay_ns/NS_PER_MS));
1120 event_mcu_time / NS_PER_MS,
1160 mPendingEvents[sensorsid].timestamp = time * NS_PER_MS;