Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.cc96 static base::RunLoop* run_loop_ = nullptr; variable
169 run_loop_ = new base::RunLoop(); in message_loop_run()
174 run_loop_->Run(); in message_loop_run()
180 delete run_loop_; in message_loop_run()
181 run_loop_ = nullptr; in message_loop_run()
265 message_loop_->task_runner()->PostTask(FROM_HERE, run_loop_->QuitClosure()); in hci_module_shut_down()
/system/tpm/tpm_manager/server/
Dtpm_manager_service_test.cc61 void Run() { run_loop_.Run(); } in Run()
75 void Quit() { run_loop_.Quit(); } in Quit()
87 base::RunLoop run_loop_; member in tpm_manager::TpmManagerServiceTest
/system/tpm/attestation/server/
Dattestation_service_test.cc118 void Run() { run_loop_.Run(); } in Run()
120 void RunUntilIdle() { run_loop_.RunUntilIdle(); } in RunUntilIdle()
122 void Quit() { run_loop_.Quit(); } in Quit()
193 base::RunLoop run_loop_; member in attestation::AttestationServiceTest