Lines Matching defs:timer
89 bool btstack_run_loop_base_remove_timer(btstack_timer_source_t * timer){ in btstack_run_loop_base_remove_timer()
93 void btstack_run_loop_base_add_timer(btstack_timer_source_t * timer){ in btstack_run_loop_base_add_timer()
125 btstack_timer_source_t * timer = (btstack_timer_source_t *) btstack_run_loop_base_timers; in btstack_run_loop_base_process_timers() local
138 btstack_timer_source_t * timer = (btstack_timer_source_t*) it; in btstack_run_loop_base_dump_timer() local
150 btstack_timer_source_t * timer = (btstack_timer_source_t *) btstack_run_loop_base_timers; in btstack_run_loop_base_get_time_until_timeout() local
193 void btstack_run_loop_set_timer_handler(btstack_timer_source_t * timer, void (*process)(btstack_tim… in btstack_run_loop_set_timer_handler()
255 void btstack_run_loop_set_timer(btstack_timer_source_t *timer, uint32_t timeout_in_ms){ in btstack_run_loop_set_timer()
263 void btstack_run_loop_set_timer_context(btstack_timer_source_t * timer, void * context){ in btstack_run_loop_set_timer_context()
270 void * btstack_run_loop_get_timer_context(btstack_timer_source_t * timer){ in btstack_run_loop_get_timer_context()
277 void btstack_run_loop_add_timer(btstack_timer_source_t * timer){ in btstack_run_loop_add_timer()
286 int btstack_run_loop_remove_timer(btstack_timer_source_t * timer){ in btstack_run_loop_remove_timer()