Home
last modified time | relevance | path

Searched refs:on_fire (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/os/linux_generic/
Dalarm.cc40 token_ = thread_->GetReactor()->Register(fd_, [this] { on_fire(); }, nullptr); in Alarm()
71 void Alarm::on_fire() { in on_fire() function in bluetooth::os::Alarm
Drepeating_alarm.cc40 token_ = thread_->GetReactor()->Register(fd_, [this] { on_fire(); }, nullptr); in RepeatingAlarm()
71 void RepeatingAlarm::on_fire() { in on_fire() function in bluetooth::os::RepeatingAlarm
/system/bt/gd/os/
Drepeating_alarm.h54 void on_fire();
Dalarm.h54 void on_fire();