/system/bt/osi/include/ |
thread.h | 56 bool thread_post(thread_t* thread, thread_fn func, void* context);
|
/system/bt/osi/test/ |
future_test.cc | 42 thread_post(worker_thread, post_to_future, future);
|
thread_test.cc | 49 thread_post(thread, thread_is_self_fn, thread);
|
semaphore_test.cc | 79 thread_post(thread, sleep_then_increment_counter, &sequence_helper);
|
alarm_test.cc | 327 thread_post(message_loop_thread_, message_loop_run, nullptr);
|
/system/bt/btif/src/ |
stack_manager.cc | 70 thread_post(management_thread, event_init_stack, semaphore); 76 thread_post(management_thread, event_start_up_stack, NULL); 80 thread_post(management_thread, event_shut_down_stack, NULL); 87 thread_post(management_thread, event_clean_up_stack, semaphore);
|
btif_a2dp_sink.cc | 161 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_init_delayed, 175 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_startup_delayed, 189 thread_post(btif_a2dp_sink_cb.worker_thread, 229 thread_post(btif_a2dp_sink_cb.worker_thread, 242 thread_post(btif_a2dp_sink_cb.worker_thread, btif_a2dp_sink_shutdown_delayed, 286 thread_post(worker_thread, btif_a2dp_sink_cleanup_delayed, NULL); 405 thread_post(btif_a2dp_sink_cb.worker_thread,
|
btif_core.cc | 383 thread_post(bt_jni_workqueue_thread, run_message_loop, nullptr); [all...] |
btif_a2dp_source.cc | 181 thread_post(message_loop_thread_, &BtWorkerThread::RunThread, this); [all...] |
/system/bt/stack/btu/ |
btu_init.cc | 120 thread_post(bt_workqueue_thread, btu_task_start_up, NULL);
|
btu_task.cc | 132 thread_post(message_loop_thread_, btu_message_loop_run, nullptr);
|
/system/bt/btcore/src/ |
module.cc | 186 thread_post(wrapper->lifecycle_thread, run_wrapped_start_up, wrapper); 196 thread_post(wrapper->callback_thread, post_result_to_callback, wrapper);
|
/system/bt/test/suite/core/ |
thread_performance_test.cc | 57 thread_post(thread, run_message_loop, nullptr);
|
/system/bt/osi/src/ |
thread.cc | 126 bool thread_post(thread_t* thread, thread_fn func, void* context) { function
|
alarm.cc | 363 thread_post(dispatcher_thread, callback_dispatch, NULL);
|
/system/bt/hci/src/ |
hci_layer.cc | 243 thread_post(thread, message_loop_run, NULL);
|