Home
last modified time | relevance | path

Searched refs:nfa_hciu_find_gate_by_gid (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc74 tNFA_HCI_DYN_GATE* nfa_hciu_find_gate_by_gid(uint8_t gate_id) { in nfa_hciu_find_gate_by_gid() function
189 pg = nfa_hciu_find_gate_by_gid(gate_id); in nfa_hciu_get_gate_owner()
211 pg = nfa_hciu_find_gate_by_gid(pp->local_gate); in nfa_hciu_get_pipe_owner()
242 pg = nfa_hciu_find_gate_by_gid(gate_id); in nfa_hciu_alloc_gate()
254 if (nfa_hciu_find_gate_by_gid(gate_id_index) == nullptr) { in nfa_hciu_alloc_gate()
470 tNFA_HCI_DYN_GATE* p_gate = nfa_hciu_find_gate_by_gid(gate_id); in nfa_hciu_release_gate()
504 p_gate = nfa_hciu_find_gate_by_gid(local_gate); in nfa_hciu_add_pipe_to_gate()
600 if (((pg = nfa_hciu_find_gate_by_gid(pp->local_gate)) != nullptr) && in nfa_hciu_find_active_pipe_by_owner()
667 if (((pg = nfa_hciu_find_gate_by_gid(pp->local_gate)) != nullptr) && in nfa_hciu_find_pipe_by_owner()
697 if (((pg = nfa_hciu_find_gate_by_gid(pp->local_gate)) != nullptr) && in nfa_hciu_find_pipe_on_gate()
[all …]
Dnfa_hci_act.cc524 p_gate = nfa_hciu_find_gate_by_gid(gate_id); in nfa_hci_api_dealloc_gate()
597 nfa_hciu_find_gate_by_gid(p_evt_data->create_pipe.source_gate); in nfa_hci_api_create_pipe()
659 if (p_pipe != nullptr) p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate); in nfa_hci_api_open_pipe()
700 p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate); in nfa_hci_api_get_reg_value()
749 p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate); in nfa_hci_api_set_reg_value()
795 if (p_pipe != nullptr) p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate); in nfa_hci_api_close_pipe()
834 p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate); in nfa_hci_api_delete_pipe()
1168 if ((p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate)) != nullptr) in nfa_hci_handle_pipe_open_close_cmd()
1229 if ((pgate = nfa_hciu_find_gate_by_gid(dest_gate)) != nullptr) { in nfa_hci_handle_admin_gate_cmd()
1734 p_gate = nfa_hciu_find_gate_by_gid(p_pipe->local_gate); in nfa_hci_handle_dyn_pipe_pkt()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h466 extern tNFA_HCI_DYN_GATE* nfa_hciu_find_gate_by_gid(uint8_t gate_id);