Home
last modified time | relevance | path

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

/system/bt/common/
Drepeating_timer.cc150 auto task_time_us = in RunTask() local
152 if (task_time_us > period_.InMicroseconds()) { in RunTask()
153 LOG(ERROR) << __func__ << ": Periodic task execution took " << task_time_us in RunTask()