Searched refs:dest_host (Results 1 – 6 of 6) sorted by relevance
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.cc | 485 uint8_t dest_host, in nfa_hciu_add_pipe_to_gate() argument 499 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_gate() 533 uint8_t dest_host, in nfa_hciu_add_pipe_to_static_gate() argument 541 local_gate, pipe_id, dest_host, dest_gate); in nfa_hciu_add_pipe_to_static_gate() 548 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_static_gate() 586 (nfa_hciu_is_active_host(pp->dest_host))) { in nfa_hciu_find_active_pipe_by_owner() 608 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, in nfa_hciu_check_pipe_between_gates() argument 616 local_gate, dest_host, dest_gate); in nfa_hciu_check_pipe_between_gates() 623 (pp->local_gate == local_gate) && (pp->dest_host == dest_host) && in nfa_hciu_check_pipe_between_gates() 781 (nfa_hciu_is_active_host(pp->dest_host))) { in nfa_hciu_find_active_pipe_on_gate() [all …]
|
D | nfa_hci_act.cc | 612 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 …]
|
D | nfa_hci_api.cc | 356 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()
|
D | nfa_hci_main.cc | 1020 evt_data.created.dest_host = nfa_hci_cb.remote_host_in_use; in nfa_hci_rsp_timeout()
|
/system/nfc/src/nfa/include/ |
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 476 uint8_t dest_host, 488 uint8_t dest_host, 492 uint8_t dest_host, 513 uint8_t dest_host,
|
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 429 uint8_t source_gate_id, uint8_t dest_host,
|