Home
last modified time | relevance | path

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

/system/bt/gd/os/linux_generic/
Drepeating_alarm.cc35 RepeatingAlarm::RepeatingAlarm(Thread* thread) in RepeatingAlarm() function in bluetooth::os::RepeatingAlarm
43 RepeatingAlarm::~RepeatingAlarm() { in ~RepeatingAlarm()
51 void RepeatingAlarm::Schedule(Closure task, std::chrono::milliseconds period) { in Schedule()
64 void RepeatingAlarm::Cancel() { in Cancel()
71 void RepeatingAlarm::on_fire() { in on_fire()
Drepeating_alarm_unittest.cc33 alarm_ = new RepeatingAlarm(thread_); in SetUp()
62 RepeatingAlarm* alarm_;
/system/bt/gd/os/
Drepeating_alarm.h32 class RepeatingAlarm {
35 explicit RepeatingAlarm(Thread* thread);
38 ~RepeatingAlarm();
40 DISALLOW_COPY_AND_ASSIGN(RepeatingAlarm);
Dalarm_benchmark.cc29 using ::bluetooth::os::RepeatingAlarm;
38 repeating_alarm_ = std::make_unique<RepeatingAlarm>(thread_.get()); in SetUp()
79 std::unique_ptr<RepeatingAlarm> repeating_alarm_;