Home
last modified time | relevance | path

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

/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc228 uint8_t app_inx = app_handle & NFA_HANDLE_MASK; in nfa_hciu_alloc_gate() local
234 (app_inx >= NFA_HCI_MAX_APP_CB) || in nfa_hciu_alloc_gate()
235 (nfa_hci_cb.p_app_cback[app_inx] == nullptr))) { in nfa_hciu_alloc_gate()
1063 uint8_t app_inx = app_handle & NFA_HANDLE_MASK; in nfa_hciu_send_to_app() local
1067 (app_inx < NFA_HCI_MAX_APP_CB)) { in nfa_hciu_send_to_app()
1068 if (nfa_hci_cb.p_app_cback[app_inx] != nullptr) { in nfa_hciu_send_to_app()
1069 nfa_hci_cb.p_app_cback[app_inx](event, p_evt); in nfa_hciu_send_to_app()
1091 uint8_t app_inx; in nfa_hciu_send_to_all_apps() local
1093 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_CB; app_inx++) { in nfa_hciu_send_to_all_apps()
1094 if (nfa_hci_cb.p_app_cback[app_inx] != nullptr) in nfa_hciu_send_to_all_apps()
[all …]
Dnfa_hci_act.cc568 uint8_t app_inx = p_evt_data->get_host_list.hci_handle & NFA_HANDLE_MASK; in nfa_hci_api_get_host_list() local
575 ((app_inx < NFA_HCI_MAX_APP_CB) && in nfa_hci_api_get_host_list()
576 (nfa_hci_cb.p_app_cback[app_inx] != nullptr))) { in nfa_hci_api_get_host_list()