Home
last modified time | relevance | path

Searched refs:OnIncomingEvent (Results 1 – 11 of 11) sorted by relevance

/system/bt/gd/security/
Dfacade.cc90 helper_events_.OnIncomingEvent(disconnected); in OnConnectionClosedLe()
405 oob_events_.OnIncomingEvent(msg); in OobDataEventOccurred()
412 disconnect_events_.OnIncomingEvent(msg); in DisconnectEventOccurred()
421 ui_events_.OnIncomingEvent(display_yes_no); in DisplayPairingPrompt()
434 ui_events_.OnIncomingEvent(display_with_value); in DisplayConfirmValue()
445 ui_events_.OnIncomingEvent(display_yes_no); in DisplayYesNoDialog()
458 ui_events_.OnIncomingEvent(display_passkey); in DisplayPasskey()
469 ui_events_.OnIncomingEvent(display_passkey_input); in DisplayEnterPasskeyDialog()
480 ui_events_.OnIncomingEvent(display_pin_input); in DisplayEnterPinDialog()
489 ui_events_.OnIncomingEvent(display_cancel); in Cancel()
[all …]
/system/bt/gd/hal/
Dfacade.cc107 pending_hci_events_.OnIncomingEvent(std::move(response)); in hciEventReceived()
116 pending_acl_events_.OnIncomingEvent(std::move(response)); in aclDataReceived()
122 pending_sco_events_.OnIncomingEvent(std::move(response)); in scoDataReceived()
128 pending_iso_events_.OnIncomingEvent(std::move(response)); in isoDataReceived()
/system/bt/gd/iso/
Dfacade.cc44 le_iso_events_->OnIncomingEvent(msg); in IsoModuleFacadeService()
87 le_iso_events_->OnIncomingEvent(msg); in LeSetCigParameters()
134 le_iso_events_->OnIncomingEvent(msg); in LeSetCigParametersTest()
188 le_iso_data_.OnIncomingEvent(packet); in OnIsoPacketReceived()
196 le_iso_data_.OnIncomingEvent(packet); in OnIsoPacketReceived()
/system/bt/gd/hci/facade/
Dfacade.cc180 pending_acl_events_.OnIncomingEvent(std::move(incoming)); in on_acl_ready()
188 pending_events_.OnIncomingEvent(std::move(response)); in on_event()
196 pending_le_events_.OnIncomingEvent(std::move(response)); in on_le_subevent()
204 pending_events_.OnIncomingEvent(std::move(response)); in on_complete()
212 pending_events_.OnIncomingEvent(std::move(response)); in on_status()
Dle_acl_manager_facade.cc212 connection_tracker->second.pending_acl_data_.OnIncomingEvent(acl_data); in on_incoming_acl()
244 per_connection_events_[current_connection_request_]->OnIncomingEvent(success); in OnLeConnectSuccess()
254 per_connection_events_[current_connection_request_]->OnIncomingEvent(fail); in OnLeConnectFail()
289 event_stream_->OnIncomingEvent(disconnection); in OnDisconnection()
Dle_scanning_manager_facade.cc89 pending_events_.OnIncomingEvent(std::move(le_report_msg)); in OnScanResult()
Dacl_manager_facade.cc338 connection_tracker->second.pending_acl_data_.OnIncomingEvent(acl_data); in on_incoming_acl()
359 per_connection_events_[current_connection_request_]->OnIncomingEvent(success); in OnConnectSuccess()
368 per_connection_events_[current_connection_request_]->OnIncomingEvent(fail); in OnConnectFail()
522 event_stream_->OnIncomingEvent(disconnection); in OnDisconnection()
/system/bt/gd/neighbor/facade/
Dfacade.cc182 pending_events_.OnIncomingEvent(std::move(inquiry_result_msg)); in on_incoming_inquiry_result()
188 pending_events_.OnIncomingEvent(std::move(inquiry_result_msg)); in on_incoming_inquiry_complete()
202 pending_remote_names_.OnIncomingEvent(response); in on_remote_name()
/system/bt/gd/grpc/
Dgrpc_event_queue.h71 void OnIncomingEvent(T event) { in OnIncomingEvent() function
/system/bt/gd/l2cap/classic/
Dfacade.cc149 security_connection_events_.OnIncomingEvent(msg); in SecurityConnectionEventOccurred()
319 facade_service_->pending_connection_complete_.OnIncomingEvent(event); in on_connection_open()
344 facade_service_->pending_connection_close_.OnIncomingEvent(event); in on_close_callback()
371 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()
/system/bt/gd/l2cap/le/
Dfacade.cc208 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()
358 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()