Searched refs:chre_reverse_monitor_thread (Results 1 – 1 of 1) sorted by relevance
71 static void *chre_reverse_monitor_thread(void *arg);193 static void *chre_reverse_monitor_thread(void *arg) { in chre_reverse_monitor_thread() function229 } else if (!start_thread(&data->thread, chre_reverse_monitor_thread, data)) { in init_reverse_monitor()