HomeSort by relevance Sort by last modified time
    Searched refs:NFA_HCI_MAX_PIPE_CB (Results 1 - 7 of 7) sorted by null

  /system/nfc/src/include/
nfc_target.h 533 #ifndef NFA_HCI_MAX_PIPE_CB
534 #define NFA_HCI_MAX_PIPE_CB 0x08
  /system/nfc/src/nfa/hci/
nfa_hci_utils.c 54 for (; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) {
138 for (; xx < NFA_HCI_MAX_PIPE_CB; xx++) {
162 for (; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) {
434 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB;
583 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB;
620 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB;
652 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB;
682 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB;
772 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB;
853 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB;
    [all...]
nfa_hci_main.c 286 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB));
296 if (xx == NFA_HCI_MAX_PIPE_CB) return false;
299 for (xx = 0; xx < NFA_HCI_MAX_PIPE_CB; xx++) {
332 for (yy = xx + 1; yy < NFA_HCI_MAX_PIPE_CB; yy++) {
364 for (xx = 0; (pipe_inx_mask && (xx < NFA_HCI_MAX_PIPE_CB));
377 if (xx == NFA_HCI_MAX_PIPE_CB) return false;
    [all...]
nfa_hci_api.c     [all...]
nfa_hci_act.c 413 for (yy = 0; yy < NFA_HCI_MAX_PIPE_CB; yy++, pp++) {
423 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB;
    [all...]
  /system/nfc/src/nfa/include/
nfa_hci_api.h 133 pipe[NFA_HCI_MAX_PIPE_CB]; /* List of pipe created for the application */
139 [NFA_HCI_MAX_PIPE_CB]; /* Pipe information of the UICC created pipe */
  /system/nfc/src/nfa/int/
nfa_hci_int.h 416 tNFA_HCI_DYN_PIPE dyn_pipes[NFA_HCI_MAX_PIPE_CB];

Completed in 51 milliseconds