Home
last modified time | relevance | path

Searched defs:RepeatingAlarm (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/os/linux_generic/
Drepeating_alarm.cc39 RepeatingAlarm::RepeatingAlarm(Handler* handler) : handler_(handler), fd_(TIMERFD_CREATE(ALARM_CLOC… in RepeatingAlarm() function in bluetooth::os::RepeatingAlarm
/system/bt/gd/os/
Dhandler.h97 friend class RepeatingAlarm; variable