Searched refs:thread_post (Results 1 – 14 of 14) sorted by relevance
/system/bt/btif/src/ |
D | stack_manager.c | 67 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()
|
D | btif_core.c | 312 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()
|
D | btif_media_task.c | 739 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/ |
D | low_power_manager_test.cpp | 67 thread_post(thread, flush_work_queue_item, NULL); 74 thread_post(thread, flush_work_queue_item, NULL);
|
D | hci_layer_test.cpp | 82 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/ |
D | thread.h | 54 bool thread_post(thread_t *thread, thread_fn func, void *context);
|
/system/bt/osi/test/ |
D | future_test.cpp | 43 thread_post(worker_thread, post_to_future, future); in TEST_F()
|
D | thread_test.cpp | 52 thread_post(thread, thread_is_self_fn, thread); in TEST_F()
|
/system/bt/hci/src/ |
D | low_power_manager.c | 104 thread_post(thread, event_functions[command], NULL); in post_command() 182 thread_post(thread, event_idle_timeout, NULL); in idle_timer_expired()
|
D | hci_layer.c | 267 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/ |
D | module.c | 202 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/ |
D | btu_init.c | 197 thread_post(bt_workqueue_thread, btu_task_start_up, NULL); in BTU_StartUp()
|
/system/bt/osi/src/ |
D | thread.c | 131 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post() function
|
D | alarm.c | 244 thread_post(callback_thread, callback_dispatch, NULL); in lazy_initialize()
|