Searched defs:Schedule (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/os/linux_generic/ | ||
D | repeating_alarm.cc | 54 void RepeatingAlarm::Schedule(Closure task, std::chrono::milliseconds period) { in Schedule() function in bluetooth::os::RepeatingAlarm |
D | alarm.cc | 55 void Alarm::Schedule(OnceClosure task, std::chrono::milliseconds delay) { in Schedule() function in bluetooth::os::Alarm |
/system/bt/common/ | ||
D | once_timer.cc | 35 bool OnceTimer::Schedule(const base::WeakPtr<MessageLoopThread>& thread, in Schedule() function in bluetooth::common::OnceTimer |