Home
last modified time | relevance | path

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

/system/bt/gd/hci/facade/
Dle_scanning_manager_facade.cc87 pending_events_.OnIncomingEvent(std::move(le_report_msg)); in on_advertisements()
103 pending_events_.OnIncomingEvent(std::move(le_report_msg)); in on_advertisements()
121 pending_events_.OnIncomingEvent(std::move(le_report_msg)); in on_advertisements()
136 pending_events_.OnIncomingEvent(std::move(le_report_msg)); in on_timeout()
Dfacade.cc184 pending_acl_events_.OnIncomingEvent(std::move(incoming)); in on_acl_ready()
192 pending_events_.OnIncomingEvent(std::move(response)); in on_event()
200 pending_le_events_.OnIncomingEvent(std::move(response)); in on_le_subevent()
208 pending_events_.OnIncomingEvent(std::move(response)); in on_complete()
216 pending_events_.OnIncomingEvent(std::move(response)); in on_status()
Dle_acl_manager_facade.cc215 connection_tracker->second.pending_acl_data_.OnIncomingEvent(acl_data); in on_incoming_acl()
247 per_connection_events_[current_connection_request_]->OnIncomingEvent(success); in OnLeConnectSuccess()
257 per_connection_events_[current_connection_request_]->OnIncomingEvent(fail); in OnLeConnectFail()
282 event_stream_->OnIncomingEvent(disconnection); in OnDisconnection()
Dacl_manager_facade.cc334 connection_tracker->second.pending_acl_data_.OnIncomingEvent(acl_data); in on_incoming_acl()
355 per_connection_events_[current_connection_request_]->OnIncomingEvent(success); in OnConnectSuccess()
364 per_connection_events_[current_connection_request_]->OnIncomingEvent(fail); in OnConnectFail()
495 event_stream_->OnIncomingEvent(disconnection); in OnDisconnection()
/system/bt/gd/security/
Dfacade.cc274 ui_events_.OnIncomingEvent(display_yes_no); in DisplayPairingPrompt()
286 ui_events_.OnIncomingEvent(display_with_value); in DisplayConfirmValue()
296 ui_events_.OnIncomingEvent(display_yes_no); in DisplayYesNoDialog()
307 ui_events_.OnIncomingEvent(display_passkey); in DisplayPasskey()
318 ui_events_.OnIncomingEvent(display_passkey_input); in DisplayEnterPasskeyDialog()
328 ui_events_.OnIncomingEvent(display_cancel); in Cancel()
337 bond_events_.OnIncomingEvent(bonded); in OnDeviceBonded()
348 bond_events_.OnIncomingEvent(unbonded); in OnDeviceUnbonded()
357 bond_events_.OnIncomingEvent(bond_failed); in OnDeviceBondFailed()
363 enforce_security_policy_events_.OnIncomingEvent(msg); in EnforceSecurityPolicyEvent()
/system/bt/gd/hal/
Dfacade.cc100 pending_hci_events_.OnIncomingEvent(std::move(response)); in hciEventReceived()
109 pending_acl_events_.OnIncomingEvent(std::move(response)); in aclDataReceived()
115 pending_sco_events_.OnIncomingEvent(std::move(response)); in scoDataReceived()
/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.cc190 facade_service_->pending_connection_complete_.OnIncomingEvent(event); in on_connection_open()
215 facade_service_->pending_connection_close_.OnIncomingEvent(event); in on_close_callback()
242 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()
/system/bt/gd/l2cap/le/
Dfacade.cc206 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()
356 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()