Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dalarm_benchmark.cc46 task_counter_ = 0; in SetUp()
62 task_counter_++; in AlarmSleepAndCountDelayedTime()
63 map_[duration_since_start.count() - task_counter_ * task_interval_]++; in AlarmSleepAndCountDelayedTime()
65 if (task_counter_ >= scheduled_tasks_) { in AlarmSleepAndCountDelayedTime()
77 int task_counter_; member in BM_ReactableAlarm
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h1234 TaskId task_counter_{0};
Dlink_layer_controller.cc6433 TaskId task_id = task_counter_++; in NextTaskId()
6438 task_id = task_counter_++; in NextTaskId()