Home
last modified time | relevance | path

Searched refs:new_timer (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/src/
DTimer.cpp119 struct itimerspec new_timer { in alarmAt() struct
125 if (timerfd_settime(mTimerFd, TFD_TIMER_ABSTIME, &new_timer, &old_timer)) { in alarmAt()
134 struct itimerspec new_timer { in alarmCancel() struct
142 if (timerfd_settime(mTimerFd, 0, &new_timer, &old_timer)) { in alarmCancel()
/frameworks/base/tools/velocityplot/
Dvelocityplot.py117 self.timer = self.fig.canvas.new_timer(interval=100)
/frameworks/base/tools/orientationplot/
Dorientationplot.py182 self.timer = self.fig.canvas.new_timer(interval=100)