Home
last modified time | relevance | path

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

/aosp12/system/bt/common/
H A Drepeating_timer.cc61 if (!thread->DoInThreadDelayed( in SchedulePeriodic()
143 message_loop_thread_->DoInThreadDelayed( in RunTask()
H A Dmessage_loop_thread.cc80 return DoInThreadDelayed(from_here, std::move(task), base::TimeDelta()); in DoInThread()
83 bool MessageLoopThread::DoInThreadDelayed(const base::Location& from_here, in DoInThreadDelayed() function in bluetooth::common::MessageLoopThread
H A Dmessage_loop_thread.h166 bool DoInThreadDelayed(const base::Location& from_here,
H A Donce_timer.cc52 if (!thread->DoInThreadDelayed( in Schedule()
/aosp12/system/bt/test/mock/
H A Dmock_common_message_loop_thread.cc80 return DoInThreadDelayed(from_here, std::move(task), base::TimeDelta()); in DoInThread()
83 bool MessageLoopThread::DoInThreadDelayed(const base::Location& from_here, in DoInThreadDelayed() function in bluetooth::common::MessageLoopThread
/aosp12/system/bt/test/common/
H A Dmain_handler.cc47 ASSERT_LOG(!main_thread.DoInThreadDelayed(from_here, std::move(task), delay), in do_in_main_thread_delayed()
/aosp12/system/bt/stack/btu/
H A Dbtu_task.cc103 if (!main_thread.DoInThreadDelayed(from_here, std::move(task), delay)) { in do_in_main_thread_delayed()