Home
last modified time | relevance | path

Searched refs:btstack_run_loop_base_data_sources (Results 1 – 5 of 5) sorted by relevance

/btstack/src/
H A Dbtstack_run_loop.c64 btstack_linked_list_t btstack_run_loop_base_data_sources; variable
69 btstack_run_loop_base_data_sources = NULL; in btstack_run_loop_base_init()
74 …btstack_linked_list_add(&btstack_run_loop_base_data_sources, (btstack_linked_item_t *) data_source… in btstack_run_loop_base_add_data_source()
78 …return btstack_linked_list_remove(&btstack_run_loop_base_data_sources, (btstack_linked_item_t *) d… in btstack_run_loop_base_remove_data_source()
163 for (ds = (btstack_data_source_t *) btstack_run_loop_base_data_sources; ds != NULL ; ds = next){ in btstack_run_loop_base_poll_data_sources()
H A Dbtstack_run_loop.h134 extern btstack_linked_list_t btstack_run_loop_base_data_sources;
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c107 btstack_linked_list_iterator_init(&it, &btstack_run_loop_base_data_sources); in btstack_run_loop_windows_execute()
131 btstack_linked_list_iterator_init(&it, &btstack_run_loop_base_data_sources); in btstack_run_loop_windows_execute()
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c183 btstack_linked_list_iterator_init(&it, &btstack_run_loop_base_data_sources); in btstack_run_loop_posix_execute()
221 btstack_linked_list_iterator_init(&it, &btstack_run_loop_base_data_sources); in btstack_run_loop_posix_execute()
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp260 btstack_linked_list_iterator_init(&it, &btstack_run_loop_base_data_sources); in processDataSource()
309 btstack_linked_list_iterator_init(&it, &btstack_run_loop_base_data_sources); in btstack_run_loop_qt_process_data_source()