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.cc498 uint8_t dest_host, in nfa_hciu_add_pipe_to_gate() argument
512 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_gate()
546 uint8_t dest_host, in nfa_hciu_add_pipe_to_static_gate() argument
554 local_gate, pipe_id, dest_host, dest_gate); in nfa_hciu_add_pipe_to_static_gate()
561 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_static_gate()
599 (nfa_hciu_is_active_host(pp->dest_host))) { in nfa_hciu_find_active_pipe_by_owner()
621 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, in nfa_hciu_check_pipe_between_gates() argument
629 local_gate, dest_host, dest_gate); in nfa_hciu_check_pipe_between_gates()
636 (pp->local_gate == local_gate) && (pp->dest_host == dest_host) && in nfa_hciu_check_pipe_between_gates()
794 (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 != nullptr) && (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 != nullptr) && (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
362 hci_handle, source_gate_id, dest_host, dest_gate); in NFA_HciCreatePipe()
386 if (!nfa_hciu_is_active_host(dest_host)) { in NFA_HciCreatePipe()
388 << StringPrintf("Host not active: 0x%02x", dest_host); in NFA_HciCreatePipe()
400 p_msg->dest_host = dest_host; /* Host id of the destination host */ in NFA_HciCreatePipe()
862 pp->dest_host); in NFA_HciDebug()
Dnfa_hci_main.cc1036 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.h192 uint8_t dest_host; member
325 uint8_t dest_host; /* Peer host to which this pipe is connected */ member
477 uint8_t dest_host,
489 uint8_t dest_host,
493 uint8_t dest_host,
514 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,