/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_sink.cc | 198 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_init() 210 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_startup() 274 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_end_session() 287 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_shutdown() 322 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_cleanup() 400 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_update_decoder() 410 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_on_idle() 423 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_on_stopped() 435 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_on_suspended() 448 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_on_start() [all …]
|
H A D | btif_a2dp_source.cc | 329 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_init() 352 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_startup() 380 if (btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_start_session() 454 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_end_session() 495 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_shutdown() 526 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_cleanup() 560 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_setup_codec() 607 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_start_audio_req() 614 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_stop_audio_req() 677 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_feeding_update_req() [all …]
|
H A D | stack_manager.cc | 117 management_thread.DoInThread(FROM_HERE, in init_stack() 124 management_thread.DoInThread(FROM_HERE, in start_up_stack_async() 129 management_thread.DoInThread(FROM_HERE, in shut_down_stack_async() 138 management_thread.DoInThread( in clean_up_stack()
|
H A D | btif_core.cc | 159 if (!jni_thread.DoInThread(from_here, std::move(task))) { in do_in_jni_thread()
|
/aosp12/system/bt/common/ |
H A D | message_loop_thread_unittest.cc | 121 ASSERT_FALSE(message_loop_thread.DoInThread( in TEST_F() 131 ASSERT_FALSE(message_loop_thread.DoInThread( in TEST_F() 143 message_loop_thread.DoInThread( in TEST_F() 161 message_loop_thread.DoInThread( in TEST_F() 198 message_loop_thread.DoInThread( in TEST_F() 209 message_loop_thread.DoInThread( in TEST_F() 273 message_loop_thread.DoInThread( in TEST_F() 287 message_loop_thread.DoInThread( in TEST_F()
|
H A D | message_loop_thread.h | 73 bool DoInThread(const base::Location& from_here, base::OnceClosure task);
|
H A D | once_timer.cc | 92 scheduled_thread->DoInThread( in CancelHelper()
|
H A D | repeating_timer.cc | 102 scheduled_thread->DoInThread( in CancelHelper()
|
H A D | message_loop_thread.cc | 78 bool MessageLoopThread::DoInThread(const base::Location& from_here, in DoInThread() function in bluetooth::common::MessageLoopThread
|
/aosp12/system/bt/hci/src/ |
H A D | hci_layer.cc | 157 hci_thread.DoInThread(FROM_HERE, base::Bind(&event_finish_startup, nullptr)); in initialization_complete() 255 hci_thread.DoInThread(FROM_HERE, base::Bind(&hci_initialize)); in hci_module_start_up() 400 if (!hci_thread.DoInThread(FROM_HERE, std::move(callback))) { in enqueue_command() 427 if (!hci_thread.DoInThread(FROM_HERE, in enqueue_packet() 591 if (!hci_thread.DoInThread(FROM_HERE, std::move(command_queue.front()))) { in process_command_credits()
|
/aosp12/system/bt/osi/test/ |
H A D | future_test.cc | 45 worker_thread.DoInThread(FROM_HERE, base::Bind(post_to_future, future)); in TEST_F()
|
H A D | semaphore_test.cc | 82 thread.DoInThread(FROM_HERE, in TEST_F()
|
/aosp12/system/bt/test/common/ |
H A D | main_handler.cc | 39 ASSERT_LOG(main_thread.DoInThread(from_here, std::move(task)), in do_in_main_thread()
|
/aosp12/system/bt/common/benchmark/ |
H A D | thread_performance_benchmark.cc | 332 message_loop_thread_->DoInThread( in SetUp() 355 message_loop_thread_->DoInThread( in BENCHMARK_F() 367 message_loop_thread_->DoInThread( in BENCHMARK_F()
|
/aosp12/system/bt/stack/btu/ |
H A D | btu_task.cc | 93 if (!main_thread.DoInThread(from_here, std::move(task))) { in do_in_main_thread()
|
/aosp12/system/bt/common/test/ |
H A D | thread_performance_test.cc | 283 worker_thread_->DoInThread( in SetUp() 309 worker_thread_->DoInThread( in TEST_F()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_common_message_loop_thread.cc | 78 bool MessageLoopThread::DoInThread(const base::Location& from_here, in DoInThread() function in bluetooth::common::MessageLoopThread
|
/aosp12/system/bt/osi/src/ |
H A D | alarm.cc | 656 get_main_thread()->DoInThread(FROM_HERE, alarm->closure.i.callback()); in callback_dispatch()
|
/aosp12/system/bt/audio_hal_interface/ |
H A D | client_interface.cc | 182 message_loop_->DoInThread( in serviceDied()
|