Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dthread.h29 typedef void (*thread_fn)(void* context); typedef
56 bool thread_post(thread_t* thread, thread_fn func, void* context);
/system/bt/btcore/src/
Dmodule.cc164 thread_fn callback) in CallbackWrapper()
174 thread_fn callback;
194 thread_fn callback) { in module_start_up_callbacked_wrapper()
/system/bt/btcore/include/
Dmodule.h69 bluetooth::common::MessageLoopThread* callback_thread, thread_fn callback);
/system/bt/osi/src/
Dthread.cc58 thread_fn func;
126 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post()