Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dalarm.cc27 #define ALARM_CLOCK CLOCK_BOOTTIME_ALARM macro
29 #define ALARM_CLOCK CLOCK_BOOTTIME macro
37 fd_(timerfd_create(ALARM_CLOCK, 0)) { in Alarm()
Drepeating_alarm.cc27 #define ALARM_CLOCK CLOCK_BOOTTIME_ALARM macro
29 #define ALARM_CLOCK CLOCK_BOOTTIME macro
37 fd_(timerfd_create(ALARM_CLOCK, 0)) { in RepeatingAlarm()