Home
last modified time | relevance | path

Searched refs:thread_post (Results 1 – 14 of 14) sorted by relevance

/system/bt/btif/src/
Dstack_manager.c67 thread_post(management_thread, event_init_stack, semaphore); in init_stack()
73 thread_post(management_thread, event_start_up_stack, NULL); in start_up_stack_async()
77 thread_post(management_thread, event_shut_down_stack, NULL); in shut_down_stack_async()
81 thread_post(management_thread, event_clean_up_stack, NULL); in clean_up_stack_async()
Dbtif_core.c312 thread_post(bt_jni_workqueue_thread, bt_jni_msg_ready, p_msg); in btif_sendmsg()
316 thread_post(bt_jni_workqueue_thread, func, context); in btif_thread_post()
Dbtif_media_task.c739 thread_post(worker_thread, btif_media_thread_init, NULL); in btif_a2dp_start_media_task()
761 thread_post(worker_thread, btif_media_thread_cleanup, NULL); in btif_a2dp_stop_media_task()
1937 thread_post(worker_thread, btif_media_task_avk_handle_timer, NULL); in btif_decode_alarm_cb()
2135 thread_post(worker_thread, btif_media_task_aa_handle_timer, NULL); in btif_media_task_alarm_cb()
/system/bt/hci/test/
Dlow_power_manager_test.cpp67 thread_post(thread, flush_work_queue_item, NULL);
74 thread_post(thread, flush_work_queue_item, NULL);
Dhci_layer_test.cpp82 thread_post(thread, signal_work_item, NULL); in flush_thread()
84 thread_post(thread, signal_work_item, NULL); in flush_thread()
/system/bt/osi/include/
Dthread.h54 bool thread_post(thread_t *thread, thread_fn func, void *context);
/system/bt/osi/test/
Dfuture_test.cpp43 thread_post(worker_thread, post_to_future, future); in TEST_F()
Dthread_test.cpp52 thread_post(thread, thread_is_self_fn, thread); in TEST_F()
/system/bt/hci/src/
Dlow_power_manager.c104 thread_post(thread, event_functions[command], NULL); in post_command()
182 thread_post(thread, event_idle_timeout, NULL); in idle_timer_expired()
Dhci_layer.c267 thread_post(thread, event_finish_startup, NULL); in start_up()
282 thread_post(thread, event_epilog, NULL); in shut_down()
336 thread_post(thread, event_postload, NULL); in do_postload()
/system/bt/btcore/src/
Dmodule.c202 thread_post(wrapper->lifecycle_thread, run_wrapped_start_up, wrapper); in module_start_up_callbacked_wrapper()
212 thread_post(wrapper->callback_thread, post_result_to_callback, wrapper); in run_wrapped_start_up()
/system/bt/stack/btu/
Dbtu_init.c197 thread_post(bt_workqueue_thread, btu_task_start_up, NULL); in BTU_StartUp()
/system/bt/osi/src/
Dthread.c131 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post() function
Dalarm.c244 thread_post(callback_thread, callback_dispatch, NULL); in lazy_initialize()