Home
last modified time | relevance | path

Searched refs:DoInThread (Results 1 – 24 of 24) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc202 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 …]
Dbtif_a2dp_source.cc336 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 …]
Dstack_manager.cc155 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()
Dbtif_jni_task.cc107 if (!jni_thread.DoInThread(FROM_HERE, std::move(task))) { in do_in_jni_thread()
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread_unittest.cc122 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()
Dmessage_loop_thread.cc75 bool MessageLoopThread::DoInThread(const base::Location& from_here, in DoInThread() function in bluetooth::common::MessageLoopThread
214 DoInThread(FROM_HERE, std::move(closure)); in Post()
Dmessage_loop_thread.h75 bool DoInThread(const base::Location& from_here, base::OnceClosure task);
Drepeating_timer.cc104 scheduled_thread->DoInThread( in CancelHelper()
/packages/modules/Bluetooth/system/osi/test/
Dfuture_test.cc44 worker_thread.DoInThread(FROM_HERE, base::BindOnce(post_to_future, future)); in TEST_F()
/packages/modules/Bluetooth/system/common/benchmark/
Dthread_performance_benchmark.cc337 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/
Daudio_source_hal_client.cc292 worker_thread_->DoInThread( in OnSuspendReq()
401 worker_thread_->DoInThread( in Stop()
431 worker_thread_->DoInThread( in ConfirmStreamingRequest()
Daudio_hal_client_test.cc60 if (!message_loop_thread.DoInThread(from_here, std::move(task))) { in do_in_main_thread()
/packages/modules/Bluetooth/system/test/common/
Dmain_handler.cc45 main_thread.DoInThread(from_here, std::move(task)), in do_in_main_thread()
/packages/modules/Bluetooth/system/stack/btu/
Dmain_thread.cc44 if (!main_thread.DoInThread(from_here, std::move(task))) { in do_in_main_thread()
/packages/modules/Bluetooth/system/osi/test/internal/
Dsemaphore_test.cc87 thread.DoInThread(FROM_HERE, base::BindOnce(sleep_then_increment_counter, in TEST_F()
/packages/modules/Bluetooth/system/common/test/
Dthread_performance_test.cc284 worker_thread_->DoInThread( in SetUp()
310 worker_thread_->DoInThread( in TEST_F()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_a2dp_encoding_fuzzer.cpp91 messageLoopThread.DoInThread(FROM_HERE, base::BindOnce(&source_init_delayed)); in process()
Dlibbt_audio_hal_le_audio_software_fuzzer.cpp59 messageLoopThread.DoInThread(FROM_HERE, base::BindOnce(&source_init_delayed)); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/mmc/daemon/
Dservice.cc298 if (!thread_pool_.back().first->DoInThread( in StartWorkerThread()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc114 if (!jni_thread.DoInThread(FROM_HERE, std::move(task))) { in do_in_jni_thread()
/packages/modules/Bluetooth/system/osi/src/
Dalarm.cc645 get_main_thread()->DoInThread(FROM_HERE, alarm->closure.i.callback()); in callback_dispatch()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.cc177 message_loop_->DoInThread( in serviceDied()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_test.cc95 if (!message_loop_thread.DoInThread( in do_in_main_thread()
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc145 if (!message_loop_thread.DoInThread( in do_in_main_thread()