Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Dalarm.cc40 Alarm::Alarm(Handler* handler) : handler_(handler), fd_(TIMERFD_CREATE(ALARM_CLOCK, 0)) { in Alarm() function in bluetooth::os::Alarm
/system/bt/gd/os/
Dhandler.h95 friend class Alarm; variable