Home
last modified time | relevance | path

Searched defs:RepeatingTimer (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/timer/
H A Dtimer.h254 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function
255 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function
258 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
262 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
H A Dtimer_unittest.cc448 TEST(TimerTest, RepeatingTimer) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/timer/
Dtimer.h257 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function
258 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function
261 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
265 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/timer/
Dtimer.h257 RepeatingTimer() : RepeatingTimer(nullptr) {} in RepeatingTimer() function
258 explicit RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function
261 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
265 RepeatingTimer(const Location& posted_from, in RepeatingTimer() function
/aosp_15_r20/external/cronet/base/timer/
H A Dtimer.cc187 RepeatingTimer::RepeatingTimer(const TickClock* tick_clock) in RepeatingTimer() function in base::RepeatingTimer
191 RepeatingTimer::RepeatingTimer(const Location& posted_from, in RepeatingTimer() function in base::RepeatingTimer
196 RepeatingTimer::RepeatingTimer(const Location& posted_from, in RepeatingTimer() function in base::RepeatingTimer
H A Dtimer_unittest.cc271 TEST_P(TimerTestWithThreadType, RepeatingTimer) { in TEST_P() argument