Home
last modified time | relevance | path

Searched refs:timestampNs (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DWakeupController.h36 uint64_t timestampNs; member
DWakeupControllerTest.cpp50 const std::string& dstIp, int srcPort, int dstPort, uint64_t timestampNs));
87 args.dstPort, args.timestampNs); in __anonee86621a0102()
DControllers.cpp206 args.timestampNs); in Controllers()
DWakeupController.cpp141 args.timestampNs = ntohl(ts.tv_nsec) + (ntohl(ts.tv_sec) * kNsPerS); in init()