Searched refs:source_host (Results 1 – 1 of 1) sorted by relevance
/system/nfc/src/nfa/hci/ |
D | nfa_hci_act.cc | 1193 uint8_t source_host, source_gate, dest_host, dest_gate, pipe; in nfa_hci_handle_admin_gate_cmd() local 1218 STREAM_TO_UINT8(source_host, p_data); in nfa_hci_handle_admin_gate_cmd() 1227 source_host, source_gate); in nfa_hci_handle_admin_gate_cmd() 1231 if (nfa_hciu_check_pipe_between_gates(dest_gate, source_host, in nfa_hci_handle_admin_gate_cmd() 1237 response = nfa_hciu_add_pipe_to_gate(pipe, dest_gate, source_host, in nfa_hci_handle_admin_gate_cmd() 1245 evt_data.created.dest_host = source_host; in nfa_hci_handle_admin_gate_cmd() 1257 response = nfa_hciu_add_pipe_to_gate(pipe, dest_gate, source_host, in nfa_hci_handle_admin_gate_cmd() 1270 STREAM_TO_UINT8(source_host, p_data); in nfa_hci_handle_admin_gate_cmd() 1272 nfa_hciu_remove_all_pipes_from_host(source_host); in nfa_hci_handle_admin_gate_cmd() 1274 if (source_host == NFA_HCI_HOST_CONTROLLER) { in nfa_hci_handle_admin_gate_cmd() [all …]
|