Home
last modified time | relevance | path

Searched defs:time_ms (Results 1 – 14 of 14) sorted by relevance

/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c76 uint32_t time_ms = (uint32_t)((now_time.QuadPart - start_time.QuadPart) / 10000); in btstack_run_loop_windows_get_time_ms() local
156 uint32_t time_ms = btstack_run_loop_windows_get_time_ms(); in btstack_run_loop_windows_set_timer() local
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c144 uint32_t time_ms; in btstack_run_loop_posix_get_time_ms() local
250 uint32_t time_ms = btstack_run_loop_posix_get_time_ms(); in btstack_run_loop_posix_set_timer() local
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp200 uint32_t time_ms; in btstack_run_loop_qt_get_time_ms() local
221 uint32_t time_ms = btstack_run_loop_qt_get_time_ms(); in btstack_run_loop_qt_set_timer() local
/btstack/platform/embedded/
H A Dhci_dump_embedded_stdout.c59 uint32_t time_ms = btstack_run_loop_get_time_ms(); in hci_dump_embedded_stdout_timestamp() local
H A Dhci_dump_segger_rtt_binary.c80 uint32_t time_ms = btstack_run_loop_get_time_ms(); in hci_dump_segger_rtt_binary_log_packet() local
H A Dhci_dump_segger_rtt_stdout.c113 uint32_t time_ms = btstack_run_loop_get_time_ms(); in hci_dump_segger_rtt_stdout_timestamp() local
/btstack/test/maths/
H A Dsqrt_test.cpp53 uint32_t time_ms = (uint32_t)((tv.tv_sec - init_tv.tv_sec) * 1000) + (tv.tv_usec / 1000); in get_time_ms() local
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dhal_entry.c45 volatile uint32_t time_ms; variable
/btstack/port/renesas-ek-ra6m4a-da14531/port/
H A Dhal_entry.c69 volatile uint32_t time_ms; variable
/btstack/src/mesh/
H A Dadv_bearer.c231 static void adv_bearer_set_timeout(uint32_t time_ms){ in adv_bearer_set_timeout()
/btstack/test/sbc/
H A Dsbc.py25 time_ms = lambda: int(round(time.time() * 1000)) function
/btstack/test/security_manager/
H A Dmock.c324 static uint32_t time_ms; variable
/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c294 u32_t time_ms = time * 10; in lwiperf_tcp_client_send_more() local
/btstack/example/
H A Dle_audio_demo_util_sink.c158 uint32_t time_ms; member