Home
last modified time | relevance | path

Searched refs:DoInThreadDelayed (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/common/
Drepeating_timer.cc61 if (!thread->DoInThreadDelayed(from_here, task_wrapper_.callback(), in SchedulePeriodic()
143 message_loop_thread_->DoInThreadDelayed(FROM_HERE, task_wrapper_.callback(), in RunTask()
Dmessage_loop_thread.cc75 return DoInThreadDelayed(from_here, std::move(task), std::chrono::microseconds(0)); in DoInThread()
78 bool MessageLoopThread::DoInThreadDelayed(const base::Location& from_here, base::OnceClosure task, in DoInThreadDelayed() function in bluetooth::common::MessageLoopThread
Dmessage_loop_thread.h168 bool DoInThreadDelayed(const base::Location& from_here, base::OnceClosure task,
/aosp_15_r20/packages/modules/Bluetooth/system/test/common/
Dmain_handler.cc51 bluetooth::log::assert_that(!main_thread.DoInThreadDelayed(FROM_HERE, std::move(task), delay), in do_in_main_thread_delayed()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btu/
Dmain_thread.cc48 if (!main_thread.DoInThreadDelayed(FROM_HERE, std::move(task), delay)) { in do_in_main_thread_delayed()