Home
last modified time | relevance | path

Searched refs:time_until_next_us (Results 1 – 2 of 2) sorted by relevance

/system/bt/common/
Donce_timer.cc51 uint64_t time_until_next_us = time_next_task_us - time_get_os_boottime_us(); in Schedule() local
54 base::TimeDelta::FromMicroseconds(time_until_next_us))) { in Schedule()
Drepeating_timer.cc60 uint64_t time_until_next_us = time_next_task_us - time_get_os_boottime_us(); in SchedulePeriodic() local
63 base::TimeDelta::FromMicroseconds(time_until_next_us))) { in SchedulePeriodic()