Home
last modified time | relevance | path

Searched refs:tNFA_HCI_EVT (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfa/include/
Dnfa_hci_api.h88 typedef uint8_t tNFA_HCI_EVT; typedef
289 typedef void(tNFA_HCI_CBACK)(tNFA_HCI_EVT event, tNFA_HCI_EVT_DATA* p_data);
Dnfa_hci_int.h500 extern void nfa_hciu_send_to_app(tNFA_HCI_EVT event, tNFA_HCI_EVT_DATA* p_evt,
502 extern void nfa_hciu_send_to_all_apps(tNFA_HCI_EVT event,
505 tNFA_HCI_EVT event, tNFA_HCI_EVT_DATA* p_evt);
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc1056 void nfa_hciu_send_to_app(tNFA_HCI_EVT event, tNFA_HCI_EVT_DATA* p_evt, in nfa_hciu_send_to_app()
1085 void nfa_hciu_send_to_all_apps(tNFA_HCI_EVT event, tNFA_HCI_EVT_DATA* p_evt) { in nfa_hciu_send_to_all_apps()
1105 tNFA_HCI_EVT event, tNFA_HCI_EVT_DATA* p_evt) { in nfa_hciu_send_to_apps_handling_connectivity_evts()
Dnfa_hci_main.cc897 tNFA_HCI_EVT evt = 0; in nfa_hci_rsp_timeout()