Home
last modified time | relevance | path

Searched refs:dyn_pipes (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/nfc/src/nfa/hci/
H A Dnfa_hci_main.cc323 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id != 0) { in nfa_hci_is_valid_cfg()
334 if ((((nfa_hci_cb.cfg.dyn_pipes[xx].local_gate != in nfa_hci_is_valid_cfg()
336 (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate != in nfa_hci_is_valid_cfg()
338 (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate < in nfa_hci_is_valid_cfg()
344 if ((((nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate != in nfa_hci_is_valid_cfg()
346 (nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate != in nfa_hci_is_valid_cfg()
348 (nfa_hci_cb.cfg.dyn_pipes[xx].dest_gate < in nfa_hci_is_valid_cfg()
356 if ((nfa_hci_cb.cfg.dyn_pipes[yy].pipe_id != 0) && in nfa_hci_is_valid_cfg()
357 (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id == in nfa_hci_is_valid_cfg()
358 nfa_hci_cb.cfg.dyn_pipes[yy].pipe_id)) { in nfa_hci_is_valid_cfg()
[all …]
H A Dnfa_hci_utils.cc53 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hciu_find_pipe_by_pid()
160 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hciu_count_open_pipes_on_gate()
443 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_alloc_pipe()
517 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()
568 pipe_index = (uint8_t)(p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_static_gate()
595 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_find_active_pipe_by_owner()
632 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_check_pipe_between_gates()
664 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_find_pipe_by_owner()
694 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_find_pipe_on_gate()
790 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hciu_find_active_pipe_on_gate()
[all …]
H A Dnfa_hci_act.cc403 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hci_api_get_gate_pipe_list()
412 pp = nfa_hci_cb.cfg.dyn_pipes; in nfa_hci_api_get_gate_pipe_list()
425 for (xx = 0, pp = nfa_hci_cb.cfg.dyn_pipes; xx < NFA_HCI_MAX_PIPE_CB; in nfa_hci_api_get_gate_pipe_list()
H A Dnfa_hci_api.cc826 tNFA_HCI_DYN_PIPE* pp = nfa_hci_cb.cfg.dyn_pipes; in NFA_HciDebug()
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_hci_int.h417 tNFA_HCI_DYN_PIPE dyn_pipes[NFA_HCI_MAX_PIPE_CB]; member