/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_sink.cc | 202 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_init() 214 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_startup() 228 if (btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_start_session() 285 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_end_session() 298 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_shutdown() 333 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_cleanup() 410 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_update_decoder() 420 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_on_idle() 433 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_on_stopped() 445 btif_a2dp_sink_cb.worker_thread.DoInThread( in btif_a2dp_sink_on_suspended() [all …]
|
D | btif_a2dp_source.cc | 336 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_init() 365 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_startup() 395 if (btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_start_session() 461 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_end_session() 499 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_shutdown() 532 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_cleanup() 566 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_setup_codec() 620 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_cleanup_codec() 635 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_start_audio_req() 642 btif_a2dp_source_thread.DoInThread( in btif_a2dp_source_stop_audio_req() [all …]
|
D | stack_manager.cc | 155 management_thread.DoInThread( in init_stack() 164 management_thread.DoInThread( in start_up_stack_async() 170 management_thread.DoInThread( in shut_down_stack_async() 179 management_thread.DoInThread( in clean_up_stack()
|
D | btif_jni_task.cc | 107 if (!jni_thread.DoInThread(FROM_HERE, std::move(task))) { in do_in_jni_thread()
|
/packages/modules/Bluetooth/system/common/ |
D | message_loop_thread_unittest.cc | 122 ASSERT_FALSE(message_loop_thread.DoInThread( in TEST_F() 132 ASSERT_FALSE(message_loop_thread.DoInThread( in TEST_F() 144 message_loop_thread.DoInThread( in TEST_F() 162 message_loop_thread.DoInThread( in TEST_F() 200 message_loop_thread.DoInThread( in TEST_F() 211 message_loop_thread.DoInThread( in TEST_F() 275 message_loop_thread.DoInThread( in TEST_F() 289 message_loop_thread.DoInThread( in TEST_F()
|
D | message_loop_thread.cc | 75 bool MessageLoopThread::DoInThread(const base::Location& from_here, in DoInThread() function in bluetooth::common::MessageLoopThread 214 DoInThread(FROM_HERE, std::move(closure)); in Post()
|
D | message_loop_thread.h | 75 bool DoInThread(const base::Location& from_here, base::OnceClosure task);
|
D | repeating_timer.cc | 104 scheduled_thread->DoInThread( in CancelHelper()
|
/packages/modules/Bluetooth/system/osi/test/ |
D | future_test.cc | 44 worker_thread.DoInThread(FROM_HERE, base::BindOnce(post_to_future, future)); in TEST_F()
|
/packages/modules/Bluetooth/system/common/benchmark/ |
D | thread_performance_benchmark.cc | 337 message_loop_thread_->DoInThread( in SetUp() 360 message_loop_thread_->DoInThread( in BENCHMARK_F() 372 message_loop_thread_->DoInThread( in BENCHMARK_F()
|
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/ |
D | audio_source_hal_client.cc | 292 worker_thread_->DoInThread( in OnSuspendReq() 401 worker_thread_->DoInThread( in Stop() 431 worker_thread_->DoInThread( in ConfirmStreamingRequest()
|
D | audio_hal_client_test.cc | 60 if (!message_loop_thread.DoInThread(from_here, std::move(task))) { in do_in_main_thread()
|
/packages/modules/Bluetooth/system/test/common/ |
D | main_handler.cc | 45 main_thread.DoInThread(from_here, std::move(task)), in do_in_main_thread()
|
/packages/modules/Bluetooth/system/stack/btu/ |
D | main_thread.cc | 44 if (!main_thread.DoInThread(from_here, std::move(task))) { in do_in_main_thread()
|
/packages/modules/Bluetooth/system/osi/test/internal/ |
D | semaphore_test.cc | 87 thread.DoInThread(FROM_HERE, base::BindOnce(sleep_then_increment_counter, in TEST_F()
|
/packages/modules/Bluetooth/system/common/test/ |
D | thread_performance_test.cc | 284 worker_thread_->DoInThread( in SetUp() 310 worker_thread_->DoInThread( in TEST_F()
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | libbt_audio_hal_a2dp_encoding_fuzzer.cpp | 91 messageLoopThread.DoInThread(FROM_HERE, base::BindOnce(&source_init_delayed)); in process()
|
D | libbt_audio_hal_le_audio_software_fuzzer.cpp | 59 messageLoopThread.DoInThread(FROM_HERE, base::BindOnce(&source_init_delayed)); in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/system/stack/mmc/daemon/ |
D | service.cc | 298 if (!thread_pool_.back().first->DoInThread( in StartWorkerThread()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_rc_test.cc | 114 if (!jni_thread.DoInThread(FROM_HERE, std::move(task))) { in do_in_jni_thread()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | alarm.cc | 645 get_main_thread()->DoInThread(FROM_HERE, alarm->closure.i.callback()); in callback_dispatch()
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl.cc | 177 message_loop_->DoInThread( in serviceDied()
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcaster_test.cc | 95 if (!message_loop_thread.DoInThread( in do_in_main_thread()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 145 if (!message_loop_thread.DoInThread( in do_in_main_thread()
|