HomeSort by relevance Sort by last modified time
    Searched defs:run_loop_ (Results 1 - 12 of 12) sorted by null

  /external/libmojo/base/message_loop/
message_pump_android.h 38 RunLoop* run_loop_; member in class:base::MessagePumpForUI
  /external/libmojo/mojo/edk/test/
scoped_ipc_support.h 36 base::RunLoop run_loop_; member in class:mojo::edk::test::internal::ScopedIPCSupportHelper
  /external/webrtc/webrtc/base/
macsocketserver.h 76 CFRunLoopRef run_loop_; member in class:rtc::MacCFSocketServer
  /system/bt/stack/btu/
btu_task.cc 49 static base::RunLoop* run_loop_ = NULL; variable
90 run_loop_ = new base::RunLoop();
97 run_loop_->Run();
102 delete run_loop_;
103 run_loop_ = NULL;
138 if (run_loop_ && message_loop_) {
139 message_loop_->task_runner()->PostTask(FROM_HERE, run_loop_->QuitClosure());
  /system/bt/osi/test/
alarm_test.cc 43 base::RunLoop* run_loop_; variable
48 run_loop_ = new base::RunLoop();
51 run_loop_->Run();
56 delete run_loop_;
57 run_loop_ = nullptr;
350 message_loop_->PostTask(FROM_HERE, run_loop_->QuitWhenIdleClosure());
  /external/libchrome/base/message_loop/
message_pump_mac.h 101 CFRunLoopRef run_loop() const { return run_loop_; }
174 CFRunLoopRef run_loop_; member in class:base::MessagePumpCFRunLoopBase
276 RunLoop* run_loop_; member in class:base::MessagePumpUIApplication
message_loop.h 530 RunLoop* run_loop_; member in class:base::MessageLoop
  /system/tpm/attestation/server/
attestation_service_test.cc 118 void Run() { run_loop_.Run(); }
120 void RunUntilIdle() { run_loop_.RunUntilIdle(); }
122 void Quit() { run_loop_.Quit(); }
193 base::RunLoop run_loop_; member in class:attestation::AttestationServiceTest
    [all...]
  /external/libmojo/mojo/edk/js/tests/
js_to_cpp_tests.cc 209 : run_loop_(nullptr),
215 void set_run_loop(base::RunLoop* run_loop) { run_loop_ = run_loop; }
216 base::RunLoop* run_loop() { return run_loop_; }
247 base::RunLoop* run_loop_; member in class:mojo::edk::js::__anon23684::CppSideConnection
383 cpp_side->set_run_loop(&run_loop_);
408 run_loop_.Run();
414 base::RunLoop run_loop_; member in class:mojo::edk::js::JsToCppTest
  /external/libmojo/mojo/message_pump/
handle_watcher_unittest.cc 72 run_loop_(NULL),
83 ASSERT_TRUE(run_loop_ == NULL);
85 base::AutoReset<base::RunLoop*> reseter(&run_loop_, &run_loop);
107 if (run_loop_)
108 run_loop_->Quit();
115 base::RunLoop* run_loop_; member in class:mojo::common::test::CallbackHelper
  /system/tpm/tpm_manager/server/
tpm_manager_service_test.cc 61 void Run() { run_loop_.Run(); }
75 void Quit() { run_loop_.Quit(); }
87 base::RunLoop run_loop_; member in class:tpm_manager::TpmManagerServiceTest
  /system/bt/hci/src/
hci_layer.cc 96 static base::RunLoop* run_loop_ = nullptr; variable
170 run_loop_ = new base::RunLoop();
175 run_loop_->Run();
181 delete run_loop_;
182 run_loop_ = nullptr;
266 message_loop_->task_runner()->PostTask(FROM_HERE, run_loop_->QuitClosure());

Completed in 897 milliseconds