Home
last modified time | relevance | path

Searched refs:NFA_HCI_EVENT_RCVD_EVT (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_hci_api.h76 #define NFA_HCI_EVENT_RCVD_EVT 0x11 macro
/system/nfc/src/nfa/hci/
Dnfa_hci_act.cc1687 nfa_hciu_send_to_all_apps(NFA_HCI_EVENT_RCVD_EVT, &evt_data); in nfa_hci_handle_admin_gate_evt()
2061 nfa_hciu_send_to_apps_handling_connectivity_evts(NFA_HCI_EVENT_RCVD_EVT, in nfa_hci_handle_connectivity_gate_pkt()
2121 nfa_hciu_send_to_app(NFA_HCI_EVENT_RCVD_EVT, &evt_data, in nfa_hci_handle_loopback_gate_pkt()
2159 nfa_hciu_send_to_app(NFA_HCI_EVENT_RCVD_EVT, &evt_data, p_gate->gate_owner); in nfa_hci_handle_generic_gate_evt()
Dnfa_hci_main.cc968 evt = NFA_HCI_EVENT_RCVD_EVT; in nfa_hci_rsp_timeout()