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