Home
last modified time | relevance | path

Searched refs:thread_cb (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/tests/
Dhfp_info_unittest.cc18 static thread_callback thread_cb; variable
246 thread_cb((struct hfp_info *)cb_data); in TEST()
258 thread_cb((struct hfp_info *)cb_data); in TEST()
288 thread_cb((struct hfp_info *)cb_data); in TEST()
298 thread_cb((struct hfp_info *)cb_data); in TEST()
321 thread_cb = cb; in audio_thread_add_callback()
328 thread_cb = NULL; in audio_thread_rm_callback_sync()
/external/selinux/libselinux/src/
Davc_internal.h38 const struct avc_thread_callback *thread_cb, in set_callbacks() argument
49 if (thread_cb) { in set_callbacks()
51 avc_func_create_thread = thread_cb->func_create_thread; in set_callbacks()
52 avc_func_stop_thread = thread_cb->func_stop_thread; in set_callbacks()
Davc.c166 const struct avc_thread_callback *thread_cb, in avc_init() argument
178 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb); in avc_init()