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