Home
last modified time | relevance | path

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

/system/core/libnetutils/
Ddhcpmsg.h44 uint16_t secs; /* seconds since start of acq */ member
Ddhcpclient.c274 ntohl(msg->xid), ntohs(msg->secs), ntohs(msg->flags), len); in dump_dhcp_msg()
/system/core/charger/
Dcharger.c802 int64_t secs = duration / 1000; in set_key_callback() local
803 int64_t msecs = duration - secs * 1000; in set_key_callback()
805 code, secs, msecs); in set_key_callback()