Searched defs:secs (Results 1 - 4 of 4) sorted by relevance

/system/bt/btif/src/
H A Dbtif_debug_conn.c42 const time_t secs = ms / 1000; local
43 struct tm *ptm = localtime(&secs);
/system/core/include/utils/
H A DTimers.h38 static CONSTEXPR inline nsecs_t seconds_to_nanoseconds(nsecs_t secs) argument
40 return secs*1000000000;
43 static CONSTEXPR inline nsecs_t milliseconds_to_nanoseconds(nsecs_t secs) argument
45 return secs*1000000;
48 static CONSTEXPR inline nsecs_t microseconds_to_nanoseconds(nsecs_t secs) argument
50 return secs*1000;
53 static CONSTEXPR inline nsecs_t nanoseconds_to_seconds(nsecs_t secs) argument
55 return secs/1000000000;
58 static CONSTEXPR inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs) argument
60 return secs/100000
63 nanoseconds_to_microseconds(nsecs_t secs) argument
[all...]
/system/core/libnetutils/
H A Ddhcpmsg.h44 uint16_t secs; /* seconds since start of acq */ member in struct:dhcp_msg
/system/core/healthd/
H A Dhealthd_mode_charger.cpp482 int64_t secs = duration / 1000; local
483 int64_t msecs = duration - secs * 1000;
485 now, code, secs, msecs);

Completed in 301 milliseconds