Searched defs:RepeatingAlarm (Results 1 – 2 of 2) sorted by relevance
39 RepeatingAlarm::RepeatingAlarm(Handler* handler) : handler_(handler), fd_(TIMERFD_CREATE(ALARM_CLOC… in RepeatingAlarm() function in bluetooth::os::RepeatingAlarm
97 friend class RepeatingAlarm; variable