Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/include/utils/
H A DTimers.h34 static CONSTEXPR inline nsecs_t seconds_to_nanoseconds(nsecs_t secs) in seconds_to_nanoseconds()
39 static CONSTEXPR inline nsecs_t milliseconds_to_nanoseconds(nsecs_t secs) in milliseconds_to_nanoseconds()
44 static CONSTEXPR inline nsecs_t microseconds_to_nanoseconds(nsecs_t secs) in microseconds_to_nanoseconds()
49 static CONSTEXPR inline nsecs_t nanoseconds_to_seconds(nsecs_t secs) in nanoseconds_to_seconds()
54 static CONSTEXPR inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs) in nanoseconds_to_milliseconds()
59 static CONSTEXPR inline nsecs_t nanoseconds_to_microseconds(nsecs_t secs) in nanoseconds_to_microseconds()
/aosp14/system/core/libnetutils/
H A Ddhcpmsg.h44 uint16_t secs; /* seconds since start of acq */ member
/aosp14/system/core/healthd/
H A Dhealthd_mode_charger.cpp447 int64_t secs = duration / 1000; in SetKeyCallback() local
/aosp14/system/core/init/
H A Dservice.cpp346 int secs = GetIntProperty("persist.device_config.memory_safety_native.upgrade_secs.default", in Reap() local