Home
last modified time | relevance | path

Searched defs:microseconds (Results 1 – 2 of 2) sorted by relevance

/system/core/include/utils/
DTimers.h77 static CONSTEXPR inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); } in microseconds() function
/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc461 double microseconds = modf(epoch_seconds, &seconds) * 1000000; in SyncTimeTo() local