Home
last modified time | relevance | path

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

/frameworks/base/include/utils/
DTimers.h75 static inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); } in microseconds() function
/frameworks/base/docs/html/guide/developing/tools/
Dtraceview.jd191 <p>An unsigned 32-bit integer can hold about 70 minutes of time in microseconds.
/frameworks/base/services/audioflinger/
DAudioFlinger.cpp2162 nsecs_t standbyDelay = microseconds(activeSleepTime*2); in threadLoop()
2183 standbyDelay = microseconds(activeSleepTime*2); in threadLoop()