Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dfacade.cc80 return pending_hci_events_.RunLoop(context, writer); in StreamEvents()
87 return pending_acl_events_.RunLoop(context, writer); in StreamAcl()
94 return pending_sco_events_.RunLoop(context, writer); in StreamSco()
101 return pending_iso_events_.RunLoop(context, writer); in StreamIso()
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc162 return oob_events_.RunLoop(context, writer); in FetchGetOutOfBandDataEvents()
208 return ui_events_.RunLoop(context, writer); in FetchUiEvents()
251 return bond_events_.RunLoop(context, writer); in FetchBondEvents()
258 return helper_events_.RunLoop(context, writer); in FetchHelperEvents()
266 return advertising_callback_events_.RunLoop(context, writer); in FetchAdvertisingCallbackEvents()
413 return enforce_security_policy_events_.RunLoop(context, writer); in FetchEnforceSecurityPolicyEvents()
483 return disconnect_events_.RunLoop(context, writer); in FetchDisconnectEvents()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dfacade.cc110 return pending_events_.RunLoop(context, writer); in StreamEvents()
117 return pending_le_events_.RunLoop(context, writer); in StreamLeSubevents()
168 return pending_acl_events_.RunLoop(context, writer); in StreamAcl()
Dle_scanning_manager_facade.cc100 return callback_events_.RunLoop(context, writer); in FetchCallbackEvents()
107 return advertising_reports_.RunLoop(context, writer); in FetchAdvertisingReports()
Dle_acl_manager_facade.cc98 return direct_connection_events_->RunLoop(context, writer); in CreateConnection()
104 return per_connection_events_[peer]->RunLoop(context, writer); in CreateConnection()
194 return incoming_connection_events_->RunLoop(context, writer); in FetchIncomingConnection()
277 return connection->second.pending_acl_data_.RunLoop(context, writer); in FetchAclData()
Dacl_manager_facade.cc80 return per_connection_events_[current_connection_request_]->RunLoop(context, writer); in CreateConnection()
288 return per_connection_events_[current_connection_request_]->RunLoop(context, writer); in FetchIncomingConnection()
337 return connection->second.pending_acl_data_.RunLoop(context, writer); in FetchAclData()
Dle_advertising_manager_facade.cc404 return callback_events_.RunLoop(context, writer); in FetchCallbackEvents()
411 return address_events_.RunLoop(context, writer); in FetchAddressEvents()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfacade.cc59 return pending_connection_complete_.RunLoop(context, writer); in FetchConnectionComplete()
66 return pending_connection_close_.RunLoop(context, writer); in FetchConnectionClose()
116 auto status = pending_l2cap_data_.RunLoop(context, writer); in FetchL2capData()
184 return security_connection_events_.RunLoop(context, writer); in FetchSecurityConnectionEvents()
/packages/modules/Bluetooth/system/gd/grpc/
Dgrpc_event_queue.h51 ::grpc::Status RunLoop(::grpc::ServerContext* context, ::grpc::ServerWriter<T>* writer) { in RunLoop() function
/packages/modules/Bluetooth/system/stack/mmc/
Dmain.cc97 base::RunLoop run_loop; in main()
/packages/modules/Bluetooth/system/common/
Dmessage_loop_thread.h205 base::RunLoop* run_loop_;
Dmessage_loop_thread.cc192 run_loop_ = new base::RunLoop(); in Run()
/packages/modules/Bluetooth/system/common/test/
Dthread_performance_test.cc82 run_loop_ = new base::RunLoop(); in RunMessageLoop()
95 base::RunLoop* run_loop_ = nullptr;
/packages/modules/Bluetooth/system/common/benchmark/
Dthread_performance_benchmark.cc103 run_loop_ = new base::RunLoop(); in RunMessageLoop()
116 base::RunLoop* run_loop_ = nullptr;
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfacade.cc68 return pending_l2cap_data_.RunLoop(context, writer); in FetchL2capData()