Home
last modified time | relevance | path

Searched defs:Schedule (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/os/linux_generic/
Dalarm.cc51 void Alarm::Schedule(Closure task, std::chrono::milliseconds delay) { in Schedule() function in bluetooth::os::Alarm
Drepeating_alarm.cc51 void RepeatingAlarm::Schedule(Closure task, std::chrono::milliseconds period) { in Schedule() function in bluetooth::os::RepeatingAlarm
/system/bt/common/
Donce_timer.cc35 bool OnceTimer::Schedule(const base::WeakPtr<MessageLoopThread>& thread, in Schedule() function in bluetooth::common::OnceTimer