Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_main.c202 nfa_sys_register (NFA_ID_HCI, &nfa_hci_sys_reg); in nfa_hci_init()
445 nfa_sys_cback_notify_nfcc_power_mode_proc_complete (NFA_ID_HCI); in nfa_hci_proc_nfcc_power_mode()
455 nfa_sys_cback_notify_nfcc_power_mode_proc_complete (NFA_ID_HCI); in nfa_hci_proc_nfcc_power_mode()
522 nfa_sys_cback_notify_nfcc_power_mode_proc_complete (NFA_ID_HCI); in nfa_hci_startup_complete()
529 nfa_sys_cback_notify_enable_complete (NFA_ID_HCI); in nfa_hci_startup_complete()
647 nfa_sys_deregister (NFA_ID_HCI); in nfa_hci_sys_disable()
697 nfa_sys_deregister (NFA_ID_HCI); in nfa_hci_conn_cback()
/external/libnfc-nci/src/nfa/int/
Dnfa_sys.h46 NFA_ID_HCI, /* Host controller interface sub-system*/ enumerator
Dnfa_hci_int.h76 NFA_HCI_API_REGISTER_APP_EVT = NFA_SYS_EVT_START (NFA_ID_HCI),/* Register APP with HCI */
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_main.c246 if (nfa_sys_is_register (NFA_ID_HCI)) in nfa_ee_proc_nfcc_power_mode()