Home
last modified time | relevance | path

Searched refs:NFA_HCI_MAX_APP_CB (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/include/
Dnfc_target.h529 #ifndef NFA_HCI_MAX_APP_CB
530 #define NFA_HCI_MAX_APP_CB 0x05 macro
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h404 …tNFA_HCI_CBACK *p_app_cback[NFA_HCI_MAX_APP_CB]; /* Callback functions register…
409 char reg_app_names[NFA_HCI_MAX_APP_CB][NFA_MAX_HCI_APP_NAME_LEN + 1];
414 BOOLEAN b_send_conn_evts[NFA_HCI_MAX_APP_CB];
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.c253 ||(app_inx >= NFA_HCI_MAX_APP_CB) in nfa_hciu_alloc_gate()
1101 &&(app_inx < NFA_HCI_MAX_APP_CB) ) in nfa_hciu_send_to_app()
1130 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_CB; app_inx++) in nfa_hciu_send_to_all_apps()
1152 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_CB; app_inx++) in nfa_hciu_send_to_apps_handling_connectivity_evts()
Dnfa_hci_main.c217 tNFA_HANDLE reg_app[NFA_HCI_MAX_APP_CB]; in nfa_hci_is_valid_cfg()
224 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in nfa_hci_is_valid_cfg()
238 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++) in nfa_hci_is_valid_cfg()
274 … if ((nfa_hci_cb.cfg.dyn_gates[xx].gate_owner & (~NFA_HANDLE_GROUP_HCI)) >= NFA_HCI_MAX_APP_CB) in nfa_hci_is_valid_cfg()
Dnfa_hci_api.c167 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in NFA_HciDeregister()
174 if (xx == NFA_HCI_MAX_APP_CB) in NFA_HciDeregister()
959 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in NFA_HciDebug()
Dnfa_hci_act.c246 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in nfa_hci_api_register()
256 if (xx != NFA_HCI_MAX_APP_CB) in nfa_hci_api_register()
273 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in nfa_hci_api_register()
285 if (xx == NFA_HCI_MAX_APP_CB) in nfa_hci_api_register()
329 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in nfa_hci_api_deregister()
339 if (xx == NFA_HCI_MAX_APP_CB) in nfa_hci_api_deregister()
609 ||((app_inx < NFA_HCI_MAX_APP_CB) && (nfa_hci_cb.p_app_cback[app_inx] != NULL)) ) in nfa_hci_api_get_host_list()