Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnfc_target.h525 #ifndef NFA_HCI_MAX_APP_CB
526 #define NFA_HCI_MAX_APP_CB 0x05 macro
/system/nfc/src/nfa/include/
Dnfa_hci_int.h407 tNFA_HCI_CBACK* p_app_cback[NFA_HCI_MAX_APP_CB]; /* Callback functions
414 char reg_app_names[NFA_HCI_MAX_APP_CB][NFA_MAX_HCI_APP_NAME_LEN + 1];
419 bool b_send_conn_evts[NFA_HCI_MAX_APP_CB];
/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc236 (app_inx >= NFA_HCI_MAX_APP_CB) || in nfa_hciu_alloc_gate()
1075 (app_inx < NFA_HCI_MAX_APP_CB)) { in nfa_hciu_send_to_app()
1101 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_CB; app_inx++) { in nfa_hciu_send_to_all_apps()
1121 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_CB; app_inx++) { in nfa_hciu_send_to_apps_handling_connectivity_evts()
Dnfa_hci_api.cc170 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) { in NFA_HciDeregister()
177 if (xx == NFA_HCI_MAX_APP_CB) { in NFA_HciDeregister()
834 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) { in NFA_HciDebug()
Dnfa_hci_main.cc213 tNFA_HANDLE reg_app[NFA_HCI_MAX_APP_CB]; in nfa_hci_is_valid_cfg()
221 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) { in nfa_hci_is_valid_cfg()
234 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++) { in nfa_hci_is_valid_cfg()
275 NFA_HCI_MAX_APP_CB) { in nfa_hci_is_valid_cfg()
Dnfa_hci_act.cc238 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) { in nfa_hci_api_register()
248 if (xx != NFA_HCI_MAX_APP_CB) { in nfa_hci_api_register()
261 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) { in nfa_hci_api_register()
274 if (xx == NFA_HCI_MAX_APP_CB) { in nfa_hci_api_register()
316 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) { in nfa_hci_api_deregister()
328 if (xx == NFA_HCI_MAX_APP_CB) { in nfa_hci_api_deregister()
579 ((app_inx < NFA_HCI_MAX_APP_CB) && in nfa_hci_api_get_host_list()