/btstack/3rd-party/lwip/core/src/core/ |
H A D | timeouts.c | 234 u32_t now; in lwip_cyclic_timer() local 354 u32_t now; in sys_check_timeouts() local 406 u32_t now; in sys_restart_timeouts() local 428 u32_t now; in sys_timeouts_sleeptime() local
|
/btstack/platform/embedded/ |
H A D | btstack_run_loop_embedded.c | 119 uint32_t now = system_ticks; in btstack_run_loop_embedded_execute_once() local 122 uint32_t now = hal_time_ms(); in btstack_run_loop_embedded_execute_once() local
|
/btstack/platform/qt/ |
H A D | btstack_run_loop_qt.cpp | 230 uint32_t now = btstack_run_loop_qt_get_time_ms(); in btstack_run_loop_qt_add_timer() local 247 uint32_t now = btstack_run_loop_qt_get_time_ms(); in processTimers() local
|
/btstack/src/mesh/ |
H A D | mesh_access.c | 139 uint32_t now = btstack_run_loop_get_time_ms(); in mesh_access_acknowledged_run() local 894 …sh_model_publication_setup_publication(mesh_publication_model_t * publication_model, uint32_t now){ in mesh_model_publication_setup_publication() 912 …model_publication_setup_retransmission(mesh_publication_model_t * publication_model, uint32_t now){ in mesh_model_publication_setup_retransmission() 975 uint32_t now = btstack_run_loop_get_time_ms(); in mesh_model_publication_run() local
|
H A D | adv_bearer.c | 205 uint32_t now = btstack_run_loop_get_time_ms(); in adv_bearer_timeout_handler() local 244 uint32_t now = btstack_run_loop_get_time_ms(); in adv_bearer_run() local
|
/btstack/src/ |
H A D | btstack_run_loop.c | 122 void btstack_run_loop_base_process_timers(uint32_t now){ in btstack_run_loop_base_process_timers() 148 int32_t btstack_run_loop_base_get_time_until_timeout(uint32_t now){ in btstack_run_loop_base_get_time_until_timeout()
|
/btstack/platform/chibios/ |
H A D | btstack_run_loop_chibios.c | 121 uint32_t now = btstack_run_loop_chibios_get_time_ms(); in btstack_run_loop_chibios_execute() local
|
/btstack/platform/wiced/ |
H A D | btstack_run_loop_wiced.c | 104 uint32_t now = btstack_run_loop_wiced_get_time_ms(); in btstack_run_loop_wiced_execute() local
|
/btstack/platform/daemon/binding/java/example/com/bluekitchen/ |
H A D | SPPStreamerClient.java | 83 long now = System.currentTimeMillis(); in calculateSpeedAndLog() local
|
/btstack/example/ |
H A D | spp_streamer.c | 136 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_transferred() local
|
H A D | le_credit_based_flow_control_mode_server.c | 114 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_data() local
|
H A D | spp_streamer_client.c | 167 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_transferred() local
|
H A D | nordic_spp_le_streamer.c | 146 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_sent() local
|
H A D | spp_and_gatt_streamer.c | 133 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_transferred() local
|
H A D | gatt_streamer_server.c | 217 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_sent() local
|
H A D | le_credit_based_flow_control_mode_client.c | 116 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_data() local
|
H A D | le_streamer_client.c | 142 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_data() local
|
/btstack/3rd-party/lwip/core/src/apps/lwiperf/ |
H A D | lwiperf.c | 232 u32_t now, duration_ms, bandwidth_kbitpsec; in lwip_tcp_conn_report() local 291 u32_t now = sys_now(); in lwiperf_tcp_client_send_more() local
|
/btstack/platform/freertos/ |
H A D | btstack_run_loop_freertos.c | 186 uint32_t now = btstack_run_loop_freertos_get_time_ms(); in btstack_run_loop_freertos_execute() local
|
/btstack/port/zephyr/src/ |
H A D | main.c | 187 uint32_t now = k_uptime_get_32(); in btstack_run_loop_zephyr_execute() local
|
/btstack/test/avdtp/ |
H A D | sine_encode_decode_ring_buffer_test.c | 153 uint32_t now = btstack_run_loop_get_time_ms(); in test_fill_audio_ring_buffer_timeout_handler() local
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | hal_audio_f4discovery.c | 96 uint32_t now = btstack_run_loop_get_time_ms(); in BSP_AUDIO_OUT_TransferComplete_CallBack() local
|
/btstack/port/stm32-f4discovery-cc256x/port/ |
H A D | hal_audio_f4discovery.c | 96 uint32_t now = btstack_run_loop_get_time_ms(); in BSP_AUDIO_OUT_TransferComplete_CallBack() local
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/ |
H A D | example.c | 213 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_sent() local
|
/btstack/port/nrf5-cinnamon/port/ |
H A D | ll_nrf5.c | 641 uint32_t now = hal_timer_get_ticks(); in ll_scanning_statemachine() local 706 uint32_t now = hal_timer_get_ticks(); in ll_connected_one_more_packet() local
|