Searched refs:on_fire (Results 1 – 4 of 4) sorted by relevance
43 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
44 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
56 void on_fire();