Home
last modified time | relevance | path

Searched refs:driver_timer_source (Results 1 – 2 of 2) sorted by relevance

/btstack/platform/embedded/
H A Dbtstack_audio_embedded.c67 static btstack_timer_source_t driver_timer_source; variable
231 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()
/btstack/platform/posix/
H A Dbtstack_audio_portaudio.c103 static btstack_timer_source_t driver_timer_source; variable
441 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()