Lines Matching refs:xx
155 int xx; in NFA_HciDeregister() local
170 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) { in NFA_HciDeregister()
171 if ((nfa_hci_cb.cfg.reg_app_names[xx][0] != 0) && in NFA_HciDeregister()
172 (!strncmp(p_app_name, &nfa_hci_cb.cfg.reg_app_names[xx][0], in NFA_HciDeregister()
177 if (xx == NFA_HCI_MAX_APP_CB) { in NFA_HciDeregister()
824 int xx; in NFA_HciDebug() local
834 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) { in NFA_HciDebug()
835 if (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0) { in NFA_HciDebug()
837 << StringPrintf(" Host Inx: %u Name: %s", xx, in NFA_HciDebug()
838 &nfa_hci_cb.cfg.reg_app_names[xx][0]); in NFA_HciDebug()
844 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) { in NFA_HciDebug()
849 xx, pg->gate_id, pg->gate_owner, pg->pipe_inx_mask); in NFA_HciDebug()
855 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) { in NFA_HciDebug()
861 xx, pp->pipe_id, pp->pipe_state, pp->local_gate, pp->dest_gate, in NFA_HciDebug()