Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DTimers.h75 static inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); } in microseconds() function
/frameworks/base/tools/velocityplot/
Dvelocityplot.py196 timeindex = delta.seconds + delta.microseconds * 0.000001
/frameworks/base/tools/orientationplot/
Dorientationplot.py282 timeindex = delta.seconds + delta.microseconds * 0.000001
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_overview.jd492 which returns the minimum time interval (in microseconds) a sensor can use to sense data. Any sensor
598 typical screen orientation changes and uses a delay of 200,000 microseconds. You can specify other
602 Level 11) you can also specify the delay as an absolute value (in microseconds).</p>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd152 <p>An unsigned 32-bit integer can hold about 70 minutes of time in microseconds.</p>
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3936 standbyDelay = microseconds(activeSleepTime*2); in cacheParameters_l()