Lines Matching refs:Timer
38 Timer::Timer() { in Timer() function in android::scheduler::Timer
43 Timer::~Timer() { in ~Timer()
49 void Timer::reset() { in reset()
60 void Timer::cleanup() { in cleanup()
82 void Timer::endDispatch() { in endDispatch()
87 nsecs_t Timer::now() const { in now()
91 void Timer::alarmAt(std::function<void()> const& cb, nsecs_t time) { in alarmAt()
111 void Timer::alarmCancel() { in alarmCancel()
128 void Timer::threadMain() { in threadMain()
134 bool Timer::dispatch() { in dispatch()
213 void Timer::setDebugState(DebugState state) { in setDebugState()
218 const char* Timer::strDebugState(DebugState state) const { in strDebugState()
235 void Timer::dump(std::string& result) const { in dump()