Searched defs:Milliseconds (Results 1 – 6 of 6) sorted by relevance
44 constexpr Milliseconds::Milliseconds() : mMilliseconds(0) {} in Milliseconds() function46 constexpr Milliseconds::Milliseconds(uint64_t milliseconds) in Milliseconds() function49 constexpr Milliseconds::Milliseconds(Nanoseconds nanoseconds) in Milliseconds() function
45 class Milliseconds; variable
43 Milliseconds = float variable234 def add_sample(self, comm: str, stack: List[str], time_ms: Milliseconds) -> None:
684 bool GnssSession::controlPlatform(bool enable, Milliseconds minInterval, in controlPlatform() argument