Home
last modified time | relevance | path

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

/system/bt/gd/os/
Dalarm_benchmark.cc55 void AlarmSleepAndCountDelayedTime() { in AlarmSleepAndCountDelayedTime() function in BM_ReactableAlarm
112 …repeating_alarm_->Schedule([this] { AlarmSleepAndCountDelayedTime(); }, std::chrono::milliseconds(… in BENCHMARK_DEFINE_F()
/system/bt/common/benchmark/
Dtimer_performance_benchmark.cc49 void AlarmSleepAndCountDelayedTime(void*) { in AlarmSleepAndCountDelayedTime() function
185 alarm_set(alarm_, g_task_interval, &AlarmSleepAndCountDelayedTime, nullptr); in BENCHMARK_DEFINE_F()
249 base::BindRepeating(&AlarmSleepAndCountDelayedTime, nullptr), in BENCHMARK_DEFINE_F()