Home
last modified time | relevance | path

Searched refs:RunLoop (Results 1 – 25 of 25) sorted by relevance

/system/extras/simpleperf/
DIOEventLoop_test.cpp57 ASSERT_TRUE(loop.RunLoop()); in TEST()
94 ASSERT_TRUE(loop.RunLoop()); in TEST()
118 ASSERT_TRUE(loop.RunLoop()); in TEST()
140 ASSERT_TRUE(loop.RunLoop()); in TestPeriodicEvents()
177 ASSERT_TRUE(loop.RunLoop()); in TEST()
214 ASSERT_TRUE(loop.RunLoop()); in TEST()
243 ASSERT_TRUE(loop.RunLoop()); in TEST()
Dworkload_test.cpp34 ASSERT_TRUE(loop.RunLoop()); in TEST()
53 ASSERT_TRUE(loop.RunLoop()); in run_signaled_workload()
73 ASSERT_TRUE(loop.RunLoop()); in run_exit_nonzero_workload()
DIOEventLoop.h65 bool RunLoop();
DIOEventLoop.cpp170 bool IOEventLoop::RunLoop() { in RunLoop() function in IOEventLoop
DRecordReadThread_test.cpp264 ASSERT_TRUE(loop.RunLoop()); in TEST_F()
297 ASSERT_TRUE(loop.RunLoop()); in TEST_F()
378 ASSERT_TRUE(loop.RunLoop()); in TEST_F()
DRecordReadThread.cpp324 loop.RunLoop(); in RunReadThread()
Denvironment.cpp722 if (!loop.RunLoop()) { in RunCmdInApp()
Dcmd_stat.cpp595 if (!loop->RunLoop()) { in Run()
Dcmd_record.cpp599 if (!event_selection_set_.GetIOEventLoop()->RunLoop()) { in DoRecording()
/system/bt/service/example/heart_rate/
Dserver_main.cc44 base::RunLoop().Quit(); in QuitMessageLoop()
134 base::RunLoop().QuitWhenIdle(); in main()
153 base::RunLoop().Run(); in main()
/system/bt/service/test/
Dipc_linux_unittest.cc171 base::RunLoop().Run(); in TEST_F()
181 base::RunLoop().Run(); in TEST_F()
192 base::RunLoop().Run(); in TEST_F()
/system/bt/gd/hal/
Dfacade.cc71 return pending_hci_events_.RunLoop(context, writer); in FetchHciEvent()
76 return pending_acl_events_.RunLoop(context, writer); in FetchHciAcl()
81 return pending_sco_events_.RunLoop(context, writer); in FetchHciSco()
/system/bt/gd/grpc/
Dgrpc_event_queue.h50 ::grpc::Status RunLoop(::grpc::ServerContext* context, ::grpc::ServerWriter<T>* writer) { in RunLoop() function
/system/bt/common/
Dmessage_loop_thread.h193 base::RunLoop* run_loop_;
Dmessage_loop_thread.cc179 run_loop_ = new base::RunLoop(); in Run()
/system/bt/gd/hci/facade/
Dfacade.cc109 return pending_events_.RunLoop(context, writer); in FetchEvents()
114 return pending_le_events_.RunLoop(context, writer); in FetchLeSubevents()
172 return pending_acl_events_.RunLoop(context, writer); in FetchAclPackets()
Dacl_manager_facade.cc69 return per_connection_events_[current_connection_request_]->RunLoop(context, writer); in CreateConnection()
105 return per_connection_events_[current_connection_request_]->RunLoop(context, writer); in FetchIncomingConnection()
138 return pending_acl_data_.RunLoop(context, writer); in FetchAclData()
Dle_acl_manager_facade.cc70 return per_connection_events_[current_connection_request_]->RunLoop(context, writer); in CreateConnection()
106 return per_connection_events_[current_connection_request_]->RunLoop(context, writer); in FetchIncomingConnection()
139 return pending_acl_data_.RunLoop(context, writer); in FetchAclData()
Dle_scanning_manager_facade.cc54 return pending_events_.RunLoop(context, writer); in StartScan()
/system/bt/gd/neighbor/facade/
Dfacade.cc101 return pending_events_.RunLoop(context, writer); in SetInquiryMode()
132 return pending_remote_names_.RunLoop(context, writer); in GetRemoteNameEvents()
/system/bt/service/
Ddaemon.cc50 void StartMainLoop() override { base::RunLoop().Run(); } in StartMainLoop()
/system/bt/gd/security/
Dfacade.cc64 return ui_events_.RunLoop(context, writer); in FetchUiEvents()
85 return bond_events_.RunLoop(context, writer); in FetchBondEvents()
/system/bt/gd/l2cap/classic/
Dfacade.cc52 return pending_connection_complete_.RunLoop(context, writer); in FetchConnectionComplete()
57 return pending_connection_close_.RunLoop(context, writer); in FetchConnectionClose()
146 auto status = pending_l2cap_data_.RunLoop(context, writer); in FetchL2capData()
/system/bt/common/test/
Dthread_performance_test.cc80 run_loop_ = new base::RunLoop(); in RunMessageLoop()
93 base::RunLoop* run_loop_ = nullptr;
/system/bt/common/benchmark/
Dthread_performance_benchmark.cc97 run_loop_ = new base::RunLoop(); in RunMessageLoop()
110 base::RunLoop* run_loop_ = nullptr;