Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.c525 UINT8 pipe_index; in nfa_hciu_add_pipe_to_gate() local
541 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_gate()
542 p_gate->pipe_inx_mask |= (UINT32) (1 << pipe_index); in nfa_hciu_add_pipe_to_gate()
545 local_gate, pipe_id, pipe_index, p_gate->gate_owner); in nfa_hciu_add_pipe_to_gate()
568 UINT8 pipe_index; in nfa_hciu_add_pipe_to_static_gate() local
586 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_add_pipe_to_static_gate()
587 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (UINT32) (1 << pipe_index); in nfa_hciu_add_pipe_to_static_gate()
848 UINT8 pipe_index; in nfa_hciu_release_pipe() local
861 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes); in nfa_hciu_release_pipe()
866 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask &= ~ (UINT32) (1 << pipe_index); in nfa_hciu_release_pipe()
[all …]
/external/libnfc-nxp/src/
DphHciNfc_Pipe.c193 static uint8_t pipe_index = HCI_DYNAMIC_PIPE_ID; in phHciNfc_Update_Pipe() local
198 for (pipe_index = 0; in phHciNfc_Update_Pipe()
199 (pipe_index + HCI_DYNAMIC_PIPE_ID) <= in phHciNfc_Update_Pipe()
201 pipe_index++) in phHciNfc_Update_Pipe()
214 host_gate_list[pipe_index]; in phHciNfc_Update_Pipe()
218 host_gate_list[pipe_index]; in phHciNfc_Update_Pipe()
229 uint8_t pipe_id = (uint8_t)(pipe_index + HCI_DYNAMIC_PIPE_ID); in phHciNfc_Update_Pipe()