Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DTimer.cpp100 struct itimerspec new_timer { in alarmAt() struct
106 if (timerfd_settime(mTimerFd, TFD_TIMER_ABSTIME, &new_timer, &old_timer)) { in alarmAt()
115 struct itimerspec new_timer { in alarmCancel() struct
123 if (timerfd_settime(mTimerFd, 0, &new_timer, &old_timer)) { in alarmCancel()
/aosp12/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py117 self.timer = self.fig.canvas.new_timer(interval=100)
/aosp12/frameworks/base/tools/orientationplot/
H A Dorientationplot.py182 self.timer = self.fig.canvas.new_timer(interval=100)