Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_sink.cc198 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 Dbtif_a2dp_source.cc329 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 Dstack_manager.cc117 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 Dbtif_core.cc159 if (!jni_thread.DoInThread(from_here, std::move(task))) { in do_in_jni_thread()
/aosp12/system/bt/common/
H A Dmessage_loop_thread_unittest.cc121 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 Dmessage_loop_thread.h73 bool DoInThread(const base::Location& from_here, base::OnceClosure task);
H A Donce_timer.cc92 scheduled_thread->DoInThread( in CancelHelper()
H A Drepeating_timer.cc102 scheduled_thread->DoInThread( in CancelHelper()
H A Dmessage_loop_thread.cc78 bool MessageLoopThread::DoInThread(const base::Location& from_here, in DoInThread() function in bluetooth::common::MessageLoopThread
/aosp12/system/bt/hci/src/
H A Dhci_layer.cc157 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 Dfuture_test.cc45 worker_thread.DoInThread(FROM_HERE, base::Bind(post_to_future, future)); in TEST_F()
H A Dsemaphore_test.cc82 thread.DoInThread(FROM_HERE, in TEST_F()
/aosp12/system/bt/test/common/
H A Dmain_handler.cc39 ASSERT_LOG(main_thread.DoInThread(from_here, std::move(task)), in do_in_main_thread()
/aosp12/system/bt/common/benchmark/
H A Dthread_performance_benchmark.cc332 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 Dbtu_task.cc93 if (!main_thread.DoInThread(from_here, std::move(task))) { in do_in_main_thread()
/aosp12/system/bt/common/test/
H A Dthread_performance_test.cc283 worker_thread_->DoInThread( in SetUp()
309 worker_thread_->DoInThread( in TEST_F()
/aosp12/system/bt/test/mock/
H A Dmock_common_message_loop_thread.cc78 bool MessageLoopThread::DoInThread(const base::Location& from_here, in DoInThread() function in bluetooth::common::MessageLoopThread
/aosp12/system/bt/osi/src/
H A Dalarm.cc656 get_main_thread()->DoInThread(FROM_HERE, alarm->closure.i.callback()); in callback_dispatch()
/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface.cc182 message_loop_->DoInThread( in serviceDied()