Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc105 helper_events_.OnIncomingEvent(disconnected); in OnConnectionClosedLe()
278 advertising_callback_events_.OnIncomingEvent(advertising_set_started); in OnAdvertisingSetStarted()
315 advertising_callback_events_.OnIncomingEvent(get_own_address); in OnOwnAddressRead()
516 oob_events_.OnIncomingEvent(msg); in OobDataEventOccurred()
523 disconnect_events_.OnIncomingEvent(msg); in DisconnectEventOccurred()
532 ui_events_.OnIncomingEvent(display_yes_no); in DisplayPairingPrompt()
545 ui_events_.OnIncomingEvent(display_with_value); in DisplayConfirmValue()
556 ui_events_.OnIncomingEvent(display_yes_no); in DisplayYesNoDialog()
569 ui_events_.OnIncomingEvent(display_passkey); in DisplayPasskey()
580 ui_events_.OnIncomingEvent(display_passkey_input); in DisplayEnterPasskeyDialog()
[all …]
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_advertising_manager_facade.cc425 callback_events_.OnIncomingEvent(msg); in OnAdvertisingSetStarted()
434 callback_events_.OnIncomingEvent(msg); in OnAdvertisingEnabled()
442 callback_events_.OnIncomingEvent(msg); in OnAdvertisingDataSet()
450 callback_events_.OnIncomingEvent(msg); in OnScanResponseDataSet()
459 callback_events_.OnIncomingEvent(msg); in OnAdvertisingParametersUpdated()
467 callback_events_.OnIncomingEvent(msg); in OnPeriodicAdvertisingParametersUpdated()
475 callback_events_.OnIncomingEvent(msg); in OnPeriodicAdvertisingDataSet()
483 callback_events_.OnIncomingEvent(msg); in OnPeriodicAdvertisingEnabled()
495 address_events_.OnIncomingEvent(msg); in OnOwnAddressRead()
Dfacade.cc185 pending_acl_events_.OnIncomingEvent(std::move(incoming)); in on_acl_ready()
193 pending_events_.OnIncomingEvent(std::move(response)); in on_event()
201 pending_le_events_.OnIncomingEvent(std::move(response)); in on_le_subevent()
209 pending_events_.OnIncomingEvent(std::move(response)); in on_complete()
217 pending_events_.OnIncomingEvent(std::move(response)); in on_status()
Dle_scanning_manager_facade.cc116 callback_events_.OnIncomingEvent(msg); in OnScannerRegistered()
124 callback_events_.OnIncomingEvent(msg); in OnSetScannerParameterComplete()
152 advertising_reports_.OnIncomingEvent(std::move(advertising_report_msg)); in OnScanResult()
Dle_acl_manager_facade.cc295 connection_tracker->second.pending_acl_data_.OnIncomingEvent(acl_data); in on_incoming_acl()
339 per_connection_events_[peer]->OnIncomingEvent(success); in OnLeConnectSuccess()
351 direct_connection_events_->OnIncomingEvent(fail); in OnLeConnectFail()
353 per_connection_events_[address]->OnIncomingEvent(fail); in OnLeConnectFail()
393 event_stream_->OnIncomingEvent(disconnection); in OnDisconnection()
Dacl_manager_facade.cc360 connection_tracker->second.pending_acl_data_.OnIncomingEvent(acl_data); in on_incoming_acl()
383 per_connection_events_[current_connection_request_]->OnIncomingEvent(success); in OnConnectSuccess()
397 per_connection_events_[current_connection_request_]->OnIncomingEvent(fail); in OnConnectFail()
548 event_stream_->OnIncomingEvent(disconnection); in OnDisconnection()
/packages/modules/Bluetooth/system/gd/hal/
Dfacade.cc108 pending_hci_events_.OnIncomingEvent(std::move(response)); in hciEventReceived()
117 pending_acl_events_.OnIncomingEvent(std::move(response)); in aclDataReceived()
123 pending_sco_events_.OnIncomingEvent(std::move(response)); in scoDataReceived()
129 pending_iso_events_.OnIncomingEvent(std::move(response)); in isoDataReceived()
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dfacade.cc176 security_connection_events_.OnIncomingEvent(msg); in SecurityConnectionEventOccurred()
355 facade_service_->pending_connection_complete_.OnIncomingEvent(event); in on_connection_open()
380 facade_service_->pending_connection_close_.OnIncomingEvent(event); in on_close_callback()
407 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()
/packages/modules/Bluetooth/system/gd/grpc/
Dgrpc_event_queue.h70 void OnIncomingEvent(T event) { in OnIncomingEvent() function
/packages/modules/Bluetooth/system/gd/l2cap/le/
Dfacade.cc226 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()
380 facade_service_->pending_l2cap_data_.OnIncomingEvent(l2cap_data); in on_incoming_packet()