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

/external/libnfc-nci/src/include/
H A Dnfc_target.h529 #ifndef NFA_HCI_MAX_APP_CB
530 #define NFA_HCI_MAX_APP_CB 0x05 macro
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h404 tNFA_HCI_CBACK *p_app_cback[NFA_HCI_MAX_APP_CB]; /* Callback functions registered by the applications */
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/
H A Dnfa_hci_api.c167 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
174 if (xx == NFA_HCI_MAX_APP_CB)
959 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
H A Dnfa_hci_main.c217 tNFA_HANDLE reg_app[NFA_HCI_MAX_APP_CB];
224 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
238 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++)
274 if ((nfa_hci_cb.cfg.dyn_gates[xx].gate_owner & (~NFA_HANDLE_GROUP_HCI)) >= NFA_HCI_MAX_APP_CB)
H A Dnfa_hci_utils.c253 ||(app_inx >= NFA_HCI_MAX_APP_CB)
1101 &&(app_inx < NFA_HCI_MAX_APP_CB) )
1130 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_CB; app_inx++)
1152 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_CB; app_inx++)
H A Dnfa_hci_act.c246 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
256 if (xx != NFA_HCI_MAX_APP_CB)
273 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
285 if (xx == NFA_HCI_MAX_APP_CB)
329 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
339 if (xx == NFA_HCI_MAX_APP_CB)
609 ||((app_inx < NFA_HCI_MAX_APP_CB) && (nfa_hci_cb.p_app_cback[app_inx] != NULL)) )

Completed in 2483 milliseconds