Searched refs:driver_timer_source (Results 1 – 2 of 2) sorted by relevance
67 static btstack_timer_source_t driver_timer_source; variable231 btstack_run_loop_set_timer_handler(&driver_timer_source, &driver_timer_handler_source); in btstack_audio_embedded_source_start_stream()232 btstack_run_loop_set_timer(&driver_timer_source, DRIVER_POLL_INTERVAL_MS); in btstack_audio_embedded_source_start_stream()233 btstack_run_loop_add_timer(&driver_timer_source); in btstack_audio_embedded_source_start_stream()252 btstack_run_loop_remove_timer(&driver_timer_source); in btstack_audio_embedded_source_stop_stream()
103 static btstack_timer_source_t driver_timer_source; variable441 btstack_run_loop_set_timer_handler(&driver_timer_source, &driver_timer_handler_source); in btstack_audio_portaudio_source_start_stream()442 btstack_run_loop_set_timer(&driver_timer_source, DRIVER_POLL_INTERVAL_MS); in btstack_audio_portaudio_source_start_stream()443 btstack_run_loop_add_timer(&driver_timer_source); in btstack_audio_portaudio_source_start_stream()471 btstack_run_loop_remove_timer(&driver_timer_source); in btstack_audio_portaudio_source_stop_stream()