Home
last modified time | relevance | path

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

/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp41 #define NS_PER_MS 1000000LL macro
856 delay_ms = period_ns/NS_PER_MS; // int64_t is being dropped to an int type in batch()
857 timeout_ms = timeout/NS_PER_MS; // int64_t is being dropped to an int type in batch()
1018 size_t n = snprintf(buf, sizeof(buf), "%d %lld\n", what, (delay_ns/NS_PER_MS)); in setDelay()
1120 event_mcu_time / NS_PER_MS, in readEvents()
1160 mPendingEvents[sensorsid].timestamp = time * NS_PER_MS; in processEvent()