/btstack/platform/posix/ |
H A D | btstack_uart_posix.c | 96 uint32_t start = btstack_run_loop_get_time_ms(); in btstack_uart_block_posix_process_write() 100 uint32_t end = btstack_run_loop_get_time_ms(); in btstack_uart_block_posix_process_write() 137 uint32_t start = btstack_run_loop_get_time_ms(); in btstack_uart_block_posix_process_read() 142 uint32_t end = btstack_run_loop_get_time_ms(); in btstack_uart_block_posix_process_read() 440 uint32_t start = btstack_run_loop_get_time_ms(); in btstack_uart_slip_posix_process_write() 449 uint32_t end = btstack_run_loop_get_time_ms(); in btstack_uart_slip_posix_process_write() 492 …log_info("frame receive time %u ms", btstack_run_loop_get_time_ms() - btstack_uart_slip_receive_st… in btstack_uart_slip_posix_process_buffer() 504 uint32_t start = btstack_run_loop_get_time_ms(); in btstack_uart_slip_posix_process_read() 515 uint32_t end = btstack_run_loop_get_time_ms(); in btstack_uart_slip_posix_process_read()
|
/btstack/test/avdtp/ |
H A D | sine_encode_decode_performance_test.c | 124 timestamp_start = btstack_run_loop_get_time_ms(); in btstack_main() 129 encoding_time = btstack_run_loop_get_time_ms() - timestamp_start; in btstack_main() 131 timestamp_start = btstack_run_loop_get_time_ms(); in btstack_main() 137 decoding_time = btstack_run_loop_get_time_ms() - timestamp_start - encoding_time; in btstack_main()
|
/btstack/test/mesh/ |
H A D | btstack_uart_posix_pty.c | 89 uint32_t start = btstack_run_loop_get_time_ms(); in btstack_uart_posix_process_write() 98 uint32_t end = btstack_run_loop_get_time_ms(); in btstack_uart_posix_process_write() 126 uint32_t start = btstack_run_loop_get_time_ms(); in btstack_uart_posix_process_read() 131 uint32_t end = btstack_run_loop_get_time_ms(); in btstack_uart_posix_process_read()
|
/btstack/test/le_audio/ |
H A D | lc3_test.c | 329 uint32_t block_start_ms = btstack_run_loop_get_time_ms(); in test_encoder() 331 uint32_t block_generated_ms = btstack_run_loop_get_time_ms(); in test_encoder() 337 uint32_t block_encoded_ms = btstack_run_loop_get_time_ms(); in test_encoder() 351 uint32_t block_decoded_ms = btstack_run_loop_get_time_ms(); in test_encoder()
|
/btstack/test/sbc/ |
H A D | sbc_decoder_sine.c | 91 uint32_t t_start = btstack_run_loop_get_time_ms(); in btstack_main() 127 uint32_t t_end = btstack_run_loop_get_time_ms(); in btstack_main()
|
/btstack/src/ |
H A D | btstack_uart_slip_wrapper.c | 125 btstack_uart_slip_wrapper_receive_start = btstack_run_loop_get_time_ms(); in btstack_uart_slip_wrapper_block_received() 131 …uint32_t packet_receive_time = btstack_run_loop_get_time_ms() - btstack_uart_slip_wrapper_receive_… in btstack_uart_slip_wrapper_block_received()
|
/btstack/src/mesh/ |
H A D | adv_bearer.c | 205 uint32_t now = btstack_run_loop_get_time_ms(); in adv_bearer_timeout_handler() 244 uint32_t now = btstack_run_loop_get_time_ms(); in adv_bearer_run() 370 gap_adv_next_ms = btstack_run_loop_get_time_ms(); in adv_bearer_advertisements_enable()
|
H A D | mesh_access.c | 139 uint32_t now = btstack_run_loop_get_time_ms(); in mesh_access_acknowledged_run() 245 btstack_run_loop_get_time_ms() + mesh_access_acknowledged_message_timeout_ms(); in mesh_access_upper_transport_handler() 295 …return (btstack_run_loop_get_time_ms() - transition->transaction_timestamp_ms) > MEST_TRANSACTION_… in mesh_access_transitions_transaction_is_expired() 308 transition->transaction_timestamp_ms = btstack_run_loop_get_time_ms(); in mesh_access_transitions_init_transaction() 975 uint32_t now = btstack_run_loop_get_time_ms(); in mesh_model_publication_run()
|
H A D | beacon.c | 166 …uint32_t actual_observation_period = btstack_time_delta(btstack_run_loop_get_time_ms(), subnet->be… in mesh_secure_network_beacon_update_interval() 496 mesh_subnet->beacon_observation_start_ms = btstack_run_loop_get_time_ms(); in beacon_secure_network_start()
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | hal_audio_f4discovery.c | 83 stream_start_ms = btstack_run_loop_get_time_ms(); in BSP_AUDIO_OUT_HalfTransfer_CallBack() 96 uint32_t now = btstack_run_loop_get_time_ms(); in BSP_AUDIO_OUT_TransferComplete_CallBack()
|
/btstack/port/stm32-f4discovery-cc256x/port/ |
H A D | hal_audio_f4discovery.c | 83 stream_start_ms = btstack_run_loop_get_time_ms(); in BSP_AUDIO_OUT_HalfTransfer_CallBack() 96 uint32_t now = btstack_run_loop_get_time_ms(); in BSP_AUDIO_OUT_TransferComplete_CallBack()
|
/btstack/example/ |
H A D | spp_streamer.c | 129 test_data_start = btstack_run_loop_get_time_ms(); in test_reset() 136 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_transferred()
|
H A D | spp_streamer_client.c | 160 test_data_start = btstack_run_loop_get_time_ms(); in test_reset() 167 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_transferred()
|
H A D | le_credit_based_flow_control_mode_server.c | 107 context->test_data_start = btstack_run_loop_get_time_ms(); in test_reset() 114 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_data()
|
H A D | nordic_spp_le_streamer.c | 139 context->test_data_start = btstack_run_loop_get_time_ms(); in test_reset() 146 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_sent()
|
H A D | le_audio_demo_util_sink.c | 317 …tstack_sample_rate_compensation_reset( &sample_rate_compensation, btstack_run_loop_get_time_ms() ); in le_audio_demo_util_sink_configure_general() 369 uint32_t receive_time_ms = btstack_run_loop_get_time_ms(); in le_audio_demo_util_sink_count() 627 time_event_t const time_event = { { TIME_SIG }, btstack_run_loop_get_time_ms() }; in audio_processing_is_streaming() 650 uint32_t receive_time_ms = btstack_run_loop_get_time_ms(); in le_audio_demo_util_sink_receive()
|
H A D | le_credit_based_flow_control_mode_client.c | 109 context->test_data_start = btstack_run_loop_get_time_ms(); in test_reset() 116 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_data()
|
H A D | gatt_streamer_server.c | 210 context->test_data_start = btstack_run_loop_get_time_ms(); in test_reset() 217 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_sent()
|
H A D | spp_and_gatt_streamer.c | 126 test_data_start = btstack_run_loop_get_time_ms(); in test_reset() 133 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_transferred()
|
/btstack/platform/lwip/port/ |
H A D | sys_arch.c | 12 return btstack_run_loop_get_time_ms(); in sys_now()
|
/btstack/test/btstack_link_key_db/ |
H A D | btstack_link_key_db_fs_test.cpp | 13 extern "C" uint32_t btstack_run_loop_get_time_ms(void) { return 0; } in btstack_run_loop_get_time_ms() function
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/ |
H A D | example.c | 206 context->test_data_start = btstack_run_loop_get_time_ms(); in test_reset() 213 uint32_t now = btstack_run_loop_get_time_ms(); in test_track_sent()
|
/btstack/test/embedded/ |
H A D | embedded_test.cpp | 67 btstack_run_loop_get_time_ms(); in TEST()
|
/btstack/port/samv71-xplained-atwilc3000/ |
H A D | main.c | 122 uint32_t time_to_wait = btstack_run_loop_get_time_ms() + delay_in_ms; in mdelay() 123 while (btstack_run_loop_get_time_ms() < time_to_wait); in mdelay()
|
/btstack/platform/embedded/ |
H A D | hci_dump_embedded_stdout.c | 59 uint32_t time_ms = btstack_run_loop_get_time_ms(); in hci_dump_embedded_stdout_timestamp()
|