Searched defs:dest_host (Results 1 - 5 of 5) sorted by path

/system/nfc/src/nfa/hci/
H A Dnfa_hci_act.cc611 p_evt_data->create_pipe.dest_host,
633 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host;
637 p_evt_data->create_pipe.dest_host,
661 (nfa_hciu_is_active_host(p_pipe->dest_host)) &&
701 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) &&
705 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) {
750 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) &&
754 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) {
797 (nfa_hciu_is_active_host(p_pipe->dest_host)) &&
836 (nfa_hciu_is_active_host(p_pipe->dest_host))) {
1192 uint8_t source_host, source_gate, dest_host, dest_gate, pipe; local
1312 uint8_t dest_host = nfa_hci_cb.remote_host_in_use; local
[all...]
H A Dnfa_hci_api.cc356 uint8_t dest_host, uint8_t dest_gate) {
363 hci_handle, source_gate_id, dest_host, dest_gate);
388 if (nfa_hci_cb.inactive_host[xx] == dest_host) break;
392 << StringPrintf("Host not active:0x%02x", dest_host);
404 p_msg->dest_host = dest_host; /* Host id of the destination host */
870 pp->dest_host);
355 NFA_HciCreatePipe(tNFA_HANDLE hci_handle, uint8_t source_gate_id, uint8_t dest_host, uint8_t dest_gate) argument
H A Dnfa_hci_utils.cc484 uint8_t dest_host,
498 p_pipe->dest_host = dest_host;
532 uint8_t dest_host,
540 local_gate, pipe_id, dest_host, dest_gate);
547 p_pipe->dest_host = dest_host;
585 (nfa_hciu_is_active_host(pp->dest_host))) {
607 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, argument
615 local_gate, dest_host, dest_gat
483 nfa_hciu_add_pipe_to_gate(uint8_t pipe_id, uint8_t local_gate, uint8_t dest_host, uint8_t dest_gate) argument
530 nfa_hciu_add_pipe_to_static_gate(uint8_t local_gate, uint8_t pipe_id, uint8_t dest_host, uint8_t dest_gate) argument
881 nfa_hciu_send_create_pipe_cmd(uint8_t source_gate, uint8_t dest_host, uint8_t dest_gate) argument
[all...]
/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h111 uint8_t dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon2283
161 dest_host; /* Destination host whose gate is the other end of the pipe is member in struct:__anon2289
429 uint8_t source_gate_id, uint8_t dest_host,
H A Dnfa_hci_int.h190 uint8_t dest_host; member in struct:__anon2314
323 uint8_t dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon2326
472 uint8_t dest_host,
484 uint8_t dest_host,
488 uint8_t dest_host,
509 uint8_t dest_host,

Completed in 55 milliseconds