Searched defs:app_inx (Results 1 - 2 of 2) sorted by relevance

/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.cc571 uint8_t app_inx = p_evt_data->get_host_list.hci_handle & NFA_HANDLE_MASK; local
578 ((app_inx < NFA_HCI_MAX_APP_CB) &&
579 (nfa_hci_cb.p_app_cback[app_inx] != NULL))) {
H A Dnfa_hci_utils.cc230 uint8_t app_inx = app_handle & NFA_HANDLE_MASK; local
236 (app_inx >= NFA_HCI_MAX_APP_CB) ||
237 (nfa_hci_cb.p_app_cback[app_inx] == NULL))) {
1051 uint8_t app_inx = app_handle & NFA_HANDLE_MASK; local
1055 (app_inx < NFA_HCI_MAX_APP_CB)) {
1056 if (nfa_hci_cb.p_app_cback[app_inx] != NULL) {
1057 nfa_hci_cb.p_app_cback[app_inx](event, p_evt);
1079 uint8_t app_inx; local
1081 for (app_inx = 0; app_inx < NFA_HCI_MAX_APP_C
1099 uint8_t app_inx; local
[all...]

Completed in 115 milliseconds