Home
last modified time | relevance | path

Searched refs:app_inx (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.c246 UINT8 app_inx = app_handle & NFA_HANDLE_MASK; in nfa_hciu_alloc_gate() local
253 ||(app_inx >= NFA_HCI_MAX_APP_CB) in nfa_hciu_alloc_gate()
254 ||(nfa_hci_cb.p_app_cback[app_inx] == NULL)) ) in nfa_hciu_alloc_gate()
1097 UINT8 app_inx = app_handle & NFA_HANDLE_MASK; in nfa_hciu_send_to_app() local
1101 &&(app_inx < NFA_HCI_MAX_APP_CB) ) in nfa_hciu_send_to_app()
1103 if (nfa_hci_cb.p_app_cback[app_inx] != NULL) in nfa_hciu_send_to_app()
1105 nfa_hci_cb.p_app_cback[app_inx] (event, p_evt); in nfa_hciu_send_to_app()
1128 UINT8 app_inx; in nfa_hciu_send_to_all_apps() local
1130 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_CB; app_inx++) in nfa_hciu_send_to_all_apps()
1132 if (nfa_hci_cb.p_app_cback[app_inx] != NULL) in nfa_hciu_send_to_all_apps()
[all …]
Dnfa_hci_act.c603 UINT8 app_inx = p_evt_data->get_host_list.hci_handle & NFA_HANDLE_MASK; in nfa_hci_api_get_host_list() local
609 ||((app_inx < NFA_HCI_MAX_APP_CB) && (nfa_hci_cb.p_app_cback[app_inx] != NULL)) ) in nfa_hci_api_get_host_list()