Searched refs:microseconds (Results 1 – 6 of 6) sorted by relevance
75 static inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); } in microseconds() function
196 timeindex = delta.seconds + delta.microseconds * 0.000001
282 timeindex = delta.seconds + delta.microseconds * 0.000001
492 which returns the minimum time interval (in microseconds) a sensor can use to sense data. Any sensor598 typical screen orientation changes and uses a delay of 200,000 microseconds. You can specify other602 Level 11) you can also specify the delay as an absolute value (in microseconds).</p>
152 <p>An unsigned 32-bit integer can hold about 70 minutes of time in microseconds.</p>
3936 standbyDelay = microseconds(activeSleepTime*2); in cacheParameters_l()