/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_act.c | 614 if (nfa_hciu_is_host_reseting (p_evt_data->create_pipe.dest_gate)) 621 nfa_hci_cb.remote_gate_in_use = p_evt_data->create_pipe.dest_gate; 625 nfa_hciu_send_create_pipe_cmd (p_evt_data->create_pipe.source_gate, p_evt_data->create_pipe.dest_host, p_evt_data->create_pipe.dest_gate); 1215 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; local 1327 UINT8 dest_gate = nfa_hci_cb.remote_gate_in_use; local [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_api.h | 86 UINT8 dest_gate; /* Peer gate to which this pipe is connected */ member in struct:__anon20579 137 UINT8 dest_gate; /* Destination host gate to which the other end of pipe is attached */ member in struct:__anon20585 417 UINT8 dest_gate);
|
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 186 UINT8 dest_gate; member in struct:__anon20728 325 UINT8 dest_gate; /* Peer gate to which this pipe is connected */ member in struct:__anon20740 482 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate); 483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate); 499 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate);
|
/external/libnfc-nci/src/hal/include/ |
nci_defs.h | 826 UINT8 dest_gate; member in struct:__anon20482
|