Home
last modified time | relevance | path

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

/system/bt/common/
Dmessage_loop_thread.cc41 run_loop_(nullptr), in MessageLoopThread()
143 FROM_HERE, run_loop_->QuitWhenIdleClosure())) { in ShutDown()
228 run_loop_ = new base::RunLoop(); in Run()
235 run_loop_->Run(); in Run()
243 delete run_loop_; in Run()
244 run_loop_ = nullptr; in Run()
Dmessage_loop_thread.h193 base::RunLoop* run_loop_; variable
/system/bt/test/mock/
Dmock_common_message_loop_thread.cc41 run_loop_(nullptr), in MessageLoopThread()
143 FROM_HERE, run_loop_->QuitWhenIdleClosure())) { in ShutDown()
226 run_loop_ = new base::RunLoop(); in Run()
233 run_loop_->Run(); in Run()
241 delete run_loop_; in Run()
242 run_loop_ = nullptr; in Run()
/system/bt/common/test/
Dthread_performance_test.cc81 run_loop_ = new base::RunLoop(); in RunMessageLoop()
85 run_loop_->Run(); in RunMessageLoop()
88 delete run_loop_; in RunMessageLoop()
89 run_loop_ = nullptr; in RunMessageLoop()
94 base::RunLoop* run_loop_ = nullptr; member in MessageLoopPerformanceTest
109 run_loop_->QuitWhenIdleClosure()); in TearDown()
153 run_loop_->QuitWhenIdleClosure()); in TearDown()
200 run_loop_->QuitWhenIdleClosure()); in TearDown()
/system/bt/common/benchmark/
Dthread_performance_benchmark.cc98 run_loop_ = new base::RunLoop(); in RunMessageLoop()
102 run_loop_->Run(); in RunMessageLoop()
105 delete run_loop_; in RunMessageLoop()
106 run_loop_ = nullptr; in RunMessageLoop()
111 base::RunLoop* run_loop_ = nullptr; member in BM_MessageLoop
126 run_loop_->QuitWhenIdleClosure()); in TearDown()
172 run_loop_->QuitWhenIdleClosure()); in TearDown()
219 run_loop_->QuitWhenIdleClosure()); in TearDown()