Home
last modified time | relevance | path

Searched refs:btstack_run_loop_base_get_time_until_timeout (Results 1 – 10 of 10) sorted by relevance

/btstack/test/embedded/
H A Drun_loop_base_test.cpp78 int next_timeout = btstack_run_loop_base_get_time_until_timeout(now_1); in TEST()
81 next_timeout = btstack_run_loop_base_get_time_until_timeout(now_3); in TEST()
88 next_timeout = btstack_run_loop_base_get_time_until_timeout(now_2); in TEST()
103 next_timeout = btstack_run_loop_base_get_time_until_timeout(t1); in TEST()
/btstack/platform/qt/
H A Dbtstack_run_loop_qt.cpp231 int32_t next_timeout_before = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_qt_add_timer()
233 int32_t next_timeout_after = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_qt_add_timer()
248 int32_t next_timeout_before = btstack_run_loop_base_get_time_until_timeout(now); in processTimers()
250 int32_t next_timeout_after = btstack_run_loop_base_get_time_until_timeout(now); in processTimers()
/btstack/platform/chibios/
H A Dbtstack_run_loop_chibios.c128 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_chibios_execute()
/btstack/platform/wiced/
H A Dbtstack_run_loop_wiced.c108 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_wiced_execute()
/btstack/src/
H A Dbtstack_run_loop.h170 int32_t btstack_run_loop_base_get_time_until_timeout(uint32_t now);
H A Dbtstack_run_loop.c148 int32_t btstack_run_loop_base_get_time_until_timeout(uint32_t now){ in btstack_run_loop_base_get_time_until_timeout() function
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c193 int32_t timeout_next_timer_ms = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_freertos_execute()
/btstack/platform/windows/
H A Dbtstack_run_loop_windows.c98 int32_t timeout_ms = btstack_run_loop_base_get_time_until_timeout(now_ms); in btstack_run_loop_windows_execute()
/btstack/port/zephyr/src/
H A Dmain.c192 timeout.ticks = btstack_run_loop_base_get_time_until_timeout(now); in btstack_run_loop_zephyr_execute()
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c206 int32_t delta_ms = btstack_run_loop_base_get_time_until_timeout(now_ms); in btstack_run_loop_posix_execute()