Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/os/linux_generic/
H A Drepeating_alarm.cc43 fd_, common::Bind(&RepeatingAlarm::on_fire, common::Unretained(this)), common::Closure()); in RepeatingAlarm()
72 void RepeatingAlarm::on_fire() { in on_fire() function in bluetooth::os::RepeatingAlarm
H A Dalarm.cc44 fd_, common::Bind(&Alarm::on_fire, common::Unretained(this)), Closure()); in Alarm()
72 void Alarm::on_fire() { in on_fire() function in bluetooth::os::Alarm
/aosp12/system/bt/gd/os/
H A Dalarm.h56 void on_fire();
H A Drepeating_alarm.h56 void on_fire();