Searched defs:RunTask (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/test/mock/ | ||
H A D | mock_common_repeating_timer.cc | 60 void RepeatingTimer::RunTask() { mock_function_count_map[__func__]++; } in RunTask() function in RepeatingTimer |
/aosp12/system/bt/common/ | ||
H A D | once_timer.cc | 113 void OnceTimer::RunTask() { in RunTask() function in bluetooth::common::OnceTimer |
H A D | repeating_timer.cc | 124 void RepeatingTimer::RunTask() { in RunTask() function in bluetooth::common::RepeatingTimer |