Home
last modified time | relevance | path

Searched refs:thread_fn (Results 1 – 7 of 7) sorted by relevance

/system/bt/osi/include/
Dthread.h28 typedef void (*thread_fn)(void *context); typedef
55 bool thread_post(thread_t *thread, thread_fn func, void *context);
/system/bt/btcore/src/
Dmodule.c199 thread_fn callback;
209 thread_fn callback) { in module_start_up_callbacked_wrapper()
238 thread_fn callback = wrapper->callback; in post_result_to_callback()
/system/bt/btcore/include/
Dmodule.h66 thread_fn callback
/system/bt/osi/src/
Dthread.c55 thread_fn func;
131 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post()
/system/bt/btif/src/
Dstack_manager.c59 void btif_thread_post(thread_fn func, void *context);
Dbtif_core.c310 void btif_thread_post(thread_fn func, void *context) { in btif_thread_post()
/system/bt/hci/src/
Dlow_power_manager.c62 static thread_fn event_functions[] = {