/btstack/tool/misc/ |
H A D | add_callback_to_ds_process.cocci | 12 @btstack_run_loop_set_data_source_handler@ 16 btstack_run_loop_set_data_source_handler(ds, &handler); 19 identifier btstack_run_loop_set_data_source_handler.handler;
|
/btstack/test/embedded/ |
H A D | embedded_test.cpp | 76 btstack_run_loop_set_data_source_handler(&data_source, &data_source_handler); in TEST() 86 btstack_run_loop_set_data_source_handler(&data_source, &data_source_handler_trigger_exit); in TEST()
|
H A D | run_loop_base_test.cpp | 38 btstack_run_loop_set_data_source_handler(&data_source, &data_source_handler); in TEST()
|
/btstack/platform/windows/ |
H A D | btstack_run_loop_windows.c | 228 …btstack_run_loop_set_data_source_handler(&btstack_run_loop_windows_process_callbacks_ds, &btstack_… in btstack_run_loop_windows_init() 233 …btstack_run_loop_set_data_source_handler(&btstack_run_loop_windows_poll_data_sources_ds, &btstack_… in btstack_run_loop_windows_init()
|
H A D | hci_transport_h2_winusb.c | 1044 btstack_run_loop_set_data_source_handler(&usb_data_source_sco_in[i], &usb_process_sco_in); in usb_try_open_device() 1053 btstack_run_loop_set_data_source_handler(&usb_data_source_sco_out[i], &usb_process_sco_out); in usb_try_open_device() 1070 btstack_run_loop_set_data_source_handler(&usb_data_source_event_in, &usb_process_event_in); in usb_try_open_device() 1074 … btstack_run_loop_set_data_source_handler(&usb_data_source_command_out, &usb_process_command_out); in usb_try_open_device() 1078 btstack_run_loop_set_data_source_handler(&usb_data_source_acl_in, &usb_process_acl_in); in usb_try_open_device() 1082 btstack_run_loop_set_data_source_handler(&usb_data_source_acl_out, &usb_process_acl_out); in usb_try_open_device()
|
H A D | btstack_uart_block_windows.c | 414 …btstack_run_loop_set_data_source_handler(&transport_data_source_read, &btstack_uart_windows_proce… in btstack_uart_windows_open() 415 …btstack_run_loop_set_data_source_handler(&transport_data_source_write, &btstack_uart_windows_proce… in btstack_uart_windows_open()
|
H A D | btstack_stdin_windows.c | 105 btstack_run_loop_set_data_source_handler(&stdin_source, stdin_process); in btstack_stdin_windows_init()
|
/btstack/platform/daemon/src/ |
H A D | socket_connection.c | 209 btstack_run_loop_set_data_source_handler(&conn->ds, &socket_connection_hci_process); in socket_connection_register_new_connection() 446 btstack_run_loop_set_data_source_handler(ds, &socket_connection_accept); in socket_connection_create_tcp() 472 btstack_run_loop_set_data_source_handler(ds, &socket_connection_accept); in socket_connection_launchd_register_fd_array() 683 btstack_run_loop_set_data_source_handler(ds, &socket_connection_accept); in socket_connection_create_unix()
|
/btstack/platform/embedded/ |
H A D | btstack_stdin_embedded.c | 114 btstack_run_loop_set_data_source_handler(&stdin_data_source, &btstack_stdin_process); in btstack_stdin_setup()
|
H A D | btstack_em9304_spi_embedded.c | 97 …btstack_run_loop_set_data_source_handler(&btstack_em9304_spi_embedded_data_source, &btstack_em9304… in btstack_em9304_spi_embedded_open()
|
H A D | btstack_uart_block_embedded.c | 127 … btstack_run_loop_set_data_source_handler(&transport_data_source, &btstack_uart_embedded_process); in btstack_uart_embedded_open()
|
/btstack/platform/posix/ |
H A D | btstack_stdin_posix.c | 89 btstack_run_loop_set_data_source_handler(&stdin_source, stdin_process); in btstack_stdin_setup()
|
H A D | btstack_network_posix.c | 249 btstack_run_loop_set_data_source_handler(&tap_dev_ds, &process_tap_dev_data); in btstack_network_up()
|
H A D | btstack_sco_transport_posix_i2s_test_bridge.c | 340 btstack_run_loop_set_data_source_handler(&sco_data_source, &hci_uart_posix_process); in posix_i2s_test_bridge_init()
|
/btstack/platform/freertos/ |
H A D | btstack_uart_block_freertos.c | 110 …btstack_run_loop_set_data_source_handler(&transport_data_source, &btstack_uart_block_freertos_proc… in btstack_uart_block_freertos_init()
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | hci_transport_h2_stm32.c | 93 … btstack_run_loop_set_data_source_handler(&transport_data_source, &hci_transport_h2_stm32_process); in hci_transport_h2_stm32_open()
|
/btstack/src/ |
H A D | btstack_run_loop.h | 269 void btstack_run_loop_set_data_source_handler(btstack_data_source_t * data_source, void (*process)(…
|
H A D | btstack_run_loop.c | 197 void btstack_run_loop_set_data_source_handler(btstack_data_source_t * data_source, void (*process)(… in btstack_run_loop_set_data_source_handler() function
|
/btstack/port/mtk/ |
H A D | hci_transport_h4_mtk.c | 90 btstack_run_loop_set_data_source_handler(hci_transport_h4->ds, &h4_process); in h4_open()
|
/btstack/chipset/cinnamon/ |
H A D | controller.c | 214 btstack_run_loop_set_data_source_handler(&hci_transport_data_source, &transport_run); in transport_open()
|
/btstack/test/mesh/ |
H A D | btstack_uart_posix_pty.c | 322 btstack_run_loop_set_data_source_handler(&transport_data_source, &hci_transport_h5_process);
|
/btstack/port/freebsd-netgraph/ |
H A D | hci_transport_netgraph.c | 295 …btstack_run_loop_set_data_source_handler(&hci_transport_netgraph_data_source_hci_raw, &hci_transpo… in hci_transport_netgraph_open()
|
/btstack/port/max32630-fthr/src/ |
H A D | btstack_port.c | 375 btstack_run_loop_set_data_source_handler(&stdin_data_source, &stdin_process);
|
/btstack/port/stm32-l073rz-nucleo-em9304/port/ |
H A D | port.c | 496 btstack_run_loop_set_data_source_handler(&transport_data_source, &hal_spi_em9304_process); in port_main()
|
/btstack/port/samv71-xplained-atwilc3000/ |
H A D | main.c | 105 btstack_run_loop_set_data_source_handler(&stdin_data_source, &btstack_stdin_process); in btstack_stdin_setup()
|