Lines Matching refs:Timer
42 Timer::Timer() { in Timer() function in android::scheduler::Timer
47 Timer::~Timer() { in ~Timer()
53 void Timer::reset() { in reset()
76 void Timer::cleanup() { in cleanup()
100 void Timer::endDispatch() { in endDispatch()
105 nsecs_t Timer::now() const { in now()
109 void Timer::alarmAt(std::function<void()> callback, nsecs_t time) { in alarmAt()
129 void Timer::alarmCancel() { in alarmCancel()
148 void Timer::threadMain() { in threadMain()
154 bool Timer::dispatch() { in dispatch()
230 void Timer::setDebugState(DebugState state) { in setDebugState()
235 void Timer::setCallback(std::function<void()>&& callback) { in setCallback()
240 void Timer::dump(std::string& result) const { in dump()