Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dtimer.c42 struct Timer { struct
57 static struct Timer mTimers[MAX_TIMERS]; argument
/device/generic/goldfish/dhcp/client/
Dtimer.cpp28 Timer::Timer() : mExpires(0) { in Timer() function in Timer
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp5757 class Timer { class in perfetto::base::Watchdog
5760 Timer() {} in Timer() function in perfetto::base::Watchdog::Timer
5761 Timer(const Timer&) {} in Timer() function in perfetto::base::Watchdog::Timer
6099 Watchdog::Timer::Timer(uint32_t ms) { in Timer() function in perfetto::base::Watchdog::Timer
6122 Watchdog::Timer::Timer(Timer&& other) noexcept { in Timer() function in perfetto::base::Watchdog::Timer