Home
last modified time | relevance | path

Searched refs:btif_thread_post (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dstack_manager.c59 void btif_thread_post(thread_fn func, void *context);
159 btif_thread_post(event_signal_stack_up, NULL); in event_start_up_stack()
181 btif_thread_post(event_signal_stack_down, NULL); in event_shut_down_stack()
Dbtif_core.c310 void btif_thread_post(thread_fn func, void *context) { in btif_thread_post() function