Searched defs:dest_host (Results 1 – 5 of 5) sorted by relevance
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 498 uint8_t dest_host, in nfa_hciu_add_pipe_to_gate() 546 uint8_t dest_host, in nfa_hciu_add_pipe_to_static_gate() 621 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, in nfa_hciu_check_pipe_between_gates() 902 uint8_t dest_host, in nfa_hciu_send_create_pipe_cmd()
|
D | nfa_hci_api.cc | 356 uint8_t dest_host, uint8_t dest_gate) { in NFA_HciCreatePipe()
|
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 1319 uint8_t dest_host = nfa_hci_cb.remote_host_in_use; in nfa_hci_handle_admin_gate_rsp() local
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_api.h | 111 uint8_t dest_host; /* Peer host to which this pipe is connected */ member 161 dest_host; /* Destination host whose gate is the other end of the pipe is member
|
D | nfa_hci_int.h | 192 uint8_t dest_host; member 325 uint8_t dest_host; /* Peer host to which this pipe is connected */ member
|