Searched refs:DoInThreadDelayed (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/common/ |
H A D | repeating_timer.cc | 61 if (!thread->DoInThreadDelayed( in SchedulePeriodic() 143 message_loop_thread_->DoInThreadDelayed( in RunTask()
|
H A D | message_loop_thread.cc | 80 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 D | message_loop_thread.h | 166 bool DoInThreadDelayed(const base::Location& from_here,
|
H A D | once_timer.cc | 52 if (!thread->DoInThreadDelayed( in Schedule()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_common_message_loop_thread.cc | 80 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 D | main_handler.cc | 47 ASSERT_LOG(!main_thread.DoInThreadDelayed(from_here, std::move(task), delay), in do_in_main_thread_delayed()
|
/aosp12/system/bt/stack/btu/ |
H A D | btu_task.cc | 103 if (!main_thread.DoInThreadDelayed(from_here, std::move(task), delay)) { in do_in_main_thread_delayed()
|