Searched refs:dest_host (Results 1 – 8 of 8) sorted by relevance
/system/nfc/src/nfa/hci/ |
D | nfa_hci_utils.c | 487 uint8_t dest_host, in nfa_hciu_add_pipe_to_gate() argument 501 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_gate() 534 uint8_t dest_host, in nfa_hciu_add_pipe_to_static_gate() argument 542 local_gate, pipe_id, dest_host, dest_gate); in nfa_hciu_add_pipe_to_static_gate() 549 p_pipe->dest_host = dest_host; in nfa_hciu_add_pipe_to_static_gate() 587 (nfa_hciu_is_active_host(pp->dest_host))) { in nfa_hciu_find_active_pipe_by_owner() 609 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host, in nfa_hciu_check_pipe_between_gates() argument 617 local_gate, dest_host, dest_gate); in nfa_hciu_check_pipe_between_gates() 624 (pp->local_gate == local_gate) && (pp->dest_host == dest_host) && in nfa_hciu_check_pipe_between_gates() 776 (nfa_hciu_is_active_host(pp->dest_host))) { in nfa_hciu_find_active_pipe_on_gate() [all …]
|
D | nfa_hci_act.c | 611 p_evt_data->create_pipe.dest_host, in nfa_hci_api_create_pipe() 633 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host; in nfa_hci_api_create_pipe() 637 p_evt_data->create_pipe.dest_host, in nfa_hci_api_create_pipe() 661 (nfa_hciu_is_active_host(p_pipe->dest_host)) && in nfa_hci_api_open_pipe() 701 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) && in nfa_hci_api_get_reg_value() 705 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) { in nfa_hci_api_get_reg_value() 749 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) && in nfa_hci_api_set_reg_value() 753 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) { in nfa_hci_api_set_reg_value() 795 (nfa_hciu_is_active_host(p_pipe->dest_host)) && in nfa_hci_api_close_pipe() 834 (nfa_hciu_is_active_host(p_pipe->dest_host))) { in nfa_hci_api_delete_pipe() [all …]
|
D | nfa_hci_api.c | 348 uint8_t dest_host, uint8_t dest_gate) { in NFA_HciCreatePipe() argument 355 hci_handle, source_gate_id, dest_host, dest_gate); in NFA_HciCreatePipe() 380 if (nfa_hci_cb.inactive_host[xx] == dest_host) break; in NFA_HciCreatePipe() 383 NFA_TRACE_API1("NFA_HciCreatePipe (): Host not active:0x%02x", dest_host); in NFA_HciCreatePipe() 395 p_msg->dest_host = dest_host; /* Host id of the destination host */ in NFA_HciCreatePipe() 962 pp->dest_host); in NFA_HciDebug()
|
D | nfa_hci_main.c | 965 evt_data.created.dest_host = nfa_hci_cb.remote_host_in_use; in nfa_hci_rsp_timeout()
|
/system/nfc/src/nfa/int/ |
D | nfa_hci_int.h | 190 uint8_t dest_host; member 323 uint8_t dest_host; /* Peer host to which this pipe is connected */ member 475 uint8_t dest_host, 489 uint8_t dest_host, 493 uint8_t dest_host, 514 uint8_t dest_host,
|
/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 432 uint8_t source_gate_id, uint8_t dest_host,
|
/system/nfc/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_hci.c | 630 uint8_t source_host, dest_host, pipe_id; in nfc_hal_hci_remove_dyn_pipe_to_uicc1() local 641 dest_host = *(uint8_t*)(p + 1); in nfc_hal_hci_remove_dyn_pipe_to_uicc1() 645 (dest_host != NFC_HAL_HCI_HOST_ID_UICC1)) { in nfc_hal_hci_remove_dyn_pipe_to_uicc1()
|
/system/nfc/src/hal/int/ |
D | nfc_brcm_defs.h | 388 uint8_t dest_host; member
|