Home
last modified time | relevance | path

Searched refs:dest_host (Results 1 – 6 of 6) sorted by relevance

/system/nfc/src/nfa/hci/
Dnfa_hci_utils.cc484 uint8_t dest_host, in nfa_hciu_add_pipe_to_gate() argument
498 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_gate()
532 uint8_t dest_host, in nfa_hciu_add_pipe_to_static_gate() argument
540 local_gate, pipe_id, dest_host, dest_gate); in nfa_hciu_add_pipe_to_static_gate()
547 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_static_gate()
585 (nfa_hciu_is_active_host(pp->dest_host))) { in nfa_hciu_find_active_pipe_by_owner()
607 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, in nfa_hciu_check_pipe_between_gates() argument
615 local_gate, dest_host, dest_gate); in nfa_hciu_check_pipe_between_gates()
622 (pp->local_gate == local_gate) && (pp->dest_host == dest_host) && in nfa_hciu_check_pipe_between_gates()
774 (nfa_hciu_is_active_host(pp->dest_host))) { in nfa_hciu_find_active_pipe_on_gate()
[all …]
Dnfa_hci_act.cc612 p_evt_data->create_pipe.dest_host, in nfa_hci_api_create_pipe()
634 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host; in nfa_hci_api_create_pipe()
638 p_evt_data->create_pipe.dest_host, in nfa_hci_api_create_pipe()
662 (nfa_hciu_is_active_host(p_pipe->dest_host)) && in nfa_hci_api_open_pipe()
702 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) && in nfa_hci_api_get_reg_value()
706 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) { in nfa_hci_api_get_reg_value()
751 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) && in nfa_hci_api_set_reg_value()
755 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) { in nfa_hci_api_set_reg_value()
798 (nfa_hciu_is_active_host(p_pipe->dest_host)) && in nfa_hci_api_close_pipe()
837 (nfa_hciu_is_active_host(p_pipe->dest_host))) { in nfa_hci_api_delete_pipe()
[all …]
Dnfa_hci_api.cc356 uint8_t dest_host, uint8_t dest_gate) { in NFA_HciCreatePipe() argument
363 hci_handle, source_gate_id, dest_host, dest_gate); in NFA_HciCreatePipe()
388 if (nfa_hci_cb.inactive_host[xx] == dest_host) break; in NFA_HciCreatePipe()
392 << StringPrintf("Host not active:0x%02x", dest_host); in NFA_HciCreatePipe()
404 p_msg->dest_host = dest_host; /* Host id of the destination host */ in NFA_HciCreatePipe()
870 pp->dest_host); in NFA_HciDebug()
Dnfa_hci_main.cc1023 evt_data.created.dest_host = nfa_hci_cb.remote_host_in_use; in nfa_hci_rsp_timeout()
/system/nfc/src/nfa/include/
Dnfa_hci_int.h190 uint8_t dest_host; member
323 uint8_t dest_host; /* Peer host to which this pipe is connected */ member
472 uint8_t dest_host,
484 uint8_t dest_host,
488 uint8_t dest_host,
509 uint8_t dest_host,
Dnfa_hci_api.h111 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
429 uint8_t source_gate_id, uint8_t dest_host,