Home
last modified time | relevance | path

Searched refs:source_host (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_hci.c435 UINT8 source_host; in nfc_hal_hci_handle_hcp_pkt_from_hc() local
457 STREAM_TO_UINT8 (source_host, p_data); in nfc_hal_hci_handle_hcp_pkt_from_hc()
459 …e_hcp_pkt_from_hc (): Received ADM_NOTIFY_ALL_PIPE_CLEARED command for UICC: 0x%02x", source_host); in nfc_hal_hci_handle_hcp_pkt_from_hc()
460 if (source_host == NFC_HAL_HCI_HOST_ID_UICC0) in nfc_hal_hci_handle_hcp_pkt_from_hc()
465 else if (source_host == NFC_HAL_HCI_HOST_ID_UICC1) in nfc_hal_hci_handle_hcp_pkt_from_hc()
470 else if (source_host == NFC_HAL_HCI_HOST_ID_UICC2) in nfc_hal_hci_handle_hcp_pkt_from_hc()
476 if (source_host >= NFC_HAL_HCI_HOST_ID_UICC0) in nfc_hal_hci_handle_hcp_pkt_from_hc()
618 UINT8 source_host, dest_host, pipe_id; in nfc_hal_hci_remove_dyn_pipe_to_uicc1() local
628 source_host = *(UINT8 *) (p); in nfc_hal_hci_remove_dyn_pipe_to_uicc1()
632 if ((source_host != NFC_HAL_HCI_HOST_ID_UICC1) && (dest_host != NFC_HAL_HCI_HOST_ID_UICC1)) in nfc_hal_hci_remove_dyn_pipe_to_uicc1()
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c1254 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; in nfa_hci_handle_admin_gate_cmd() local
1279 STREAM_TO_UINT8 (source_host, p_data); in nfa_hci_handle_admin_gate_cmd()
1288 response = nfa_hciu_add_pipe_to_static_gate (dest_gate, pipe, source_host, source_gate); in nfa_hci_handle_admin_gate_cmd()
1295 if (nfa_hciu_check_pipe_between_gates (dest_gate, source_host, source_gate)) in nfa_hci_handle_admin_gate_cmd()
1300 …else if ((response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate)) == NFA… in nfa_hci_handle_admin_gate_cmd()
1307 evt_data.created.dest_host = source_host; in nfa_hci_handle_admin_gate_cmd()
1319 … response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate); in nfa_hci_handle_admin_gate_cmd()
1331 STREAM_TO_UINT8 (source_host, p_data); in nfa_hci_handle_admin_gate_cmd()
1333 nfa_hciu_remove_all_pipes_from_host (source_host); in nfa_hci_handle_admin_gate_cmd()
1335 if (source_host == NFA_HCI_HOST_CONTROLLER) in nfa_hci_handle_admin_gate_cmd()
[all …]
/external/libnfc-nci/src/hal/int/
Dnfc_brcm_defs.h379 UINT8 source_host; member