Lines Matching refs:btstack_assert
112 btstack_assert(false); in btstack_run_loop_base_add_timer()
218 btstack_assert(the_run_loop != NULL); in btstack_run_loop_enable_data_source_callbacks()
219 btstack_assert(the_run_loop->enable_data_source_callbacks != NULL); in btstack_run_loop_enable_data_source_callbacks()
224 btstack_assert(the_run_loop != NULL); in btstack_run_loop_disable_data_source_callbacks()
225 btstack_assert(the_run_loop->enable_data_source_callbacks != NULL); in btstack_run_loop_disable_data_source_callbacks()
233 btstack_assert(the_run_loop != NULL); in btstack_run_loop_add_data_source()
234 btstack_assert(the_run_loop->enable_data_source_callbacks != NULL); in btstack_run_loop_add_data_source()
235 btstack_assert(data_source->process != NULL); in btstack_run_loop_add_data_source()
243 btstack_assert(the_run_loop != NULL); in btstack_run_loop_remove_data_source()
244 btstack_assert(the_run_loop->disable_data_source_callbacks != NULL); in btstack_run_loop_remove_data_source()
245 btstack_assert(data_source->process != NULL); in btstack_run_loop_remove_data_source()
250 btstack_assert(the_run_loop != NULL); in btstack_run_loop_poll_data_sources_from_irq()
251 btstack_assert(the_run_loop->poll_data_sources_from_irq != NULL); in btstack_run_loop_poll_data_sources_from_irq()
256 btstack_assert(the_run_loop != NULL); in btstack_run_loop_set_timer()
278 btstack_assert(the_run_loop != NULL); in btstack_run_loop_add_timer()
279 btstack_assert(timer->process != NULL); in btstack_run_loop_add_timer()
287 btstack_assert(the_run_loop != NULL); in btstack_run_loop_remove_timer()
295 btstack_assert(the_run_loop != NULL); in btstack_run_loop_get_time_ms()
301 btstack_assert(the_run_loop != NULL); in btstack_run_loop_timer_dump()
309 btstack_assert(the_run_loop != NULL); in btstack_run_loop_execute()
314 btstack_assert(the_run_loop != NULL); in btstack_run_loop_trigger_exit()
315 btstack_assert(the_run_loop->trigger_exit != NULL); in btstack_run_loop_trigger_exit()
320 btstack_assert(the_run_loop != NULL); in btstack_run_loop_execute_on_main_thread()
321 btstack_assert(the_run_loop->execute_on_main_thread != NULL); in btstack_run_loop_execute_on_main_thread()
327 btstack_assert(the_run_loop == NULL); in btstack_run_loop_init()