Searched defs:Alarm (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/rust/common/src/ | ||
D | time.rs | 9 pub struct Alarm { struct |
/system/bt/gd/os/linux_generic/ | ||
D | alarm.cc | 40 Alarm::Alarm(Handler* handler) : handler_(handler), fd_(TIMERFD_CREATE(ALARM_CLOCK, 0)) { in Alarm() function in bluetooth::os::Alarm |
/system/bt/gd/os/ | ||
D | handler.h | 95 friend class Alarm; variable |