Home
last modified time | relevance | path

Searched refs:ALARM_CLOCK (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/os/linux_generic/
Drepeating_alarm.cc28 #define ALARM_CLOCK CLOCK_BOOTTIME_ALARM macro
30 #define ALARM_CLOCK CLOCK_BOOTTIME macro
36 …gAlarm::RepeatingAlarm(Handler* handler) : handler_(handler), fd_(timerfd_create(ALARM_CLOCK, 0)) { in RepeatingAlarm()
Dalarm.cc28 #define ALARM_CLOCK CLOCK_BOOTTIME_ALARM macro
30 #define ALARM_CLOCK CLOCK_BOOTTIME macro
36 Alarm::Alarm(Handler* handler) : handler_(handler), fd_(timerfd_create(ALARM_CLOCK, 0)) { in Alarm()