Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_hci.c191 UINT8 source_host; in nfc_hal_hci_handle_hcp_pkt() local
208 STREAM_TO_UINT8 (source_host, p_data); in nfc_hal_hci_handle_hcp_pkt()
210 …G1 ("nfc_hal_hci_handle_hcp_pkt(): Received Clear All pipe command for UICC: 0x%02x", source_host); in nfc_hal_hci_handle_hcp_pkt()
211 if (source_host == NFC_HAL_HCI_HOST_ID_UICC0) in nfc_hal_hci_handle_hcp_pkt()
219 else if (source_host == NFC_HAL_HCI_HOST_ID_UICC1) in nfc_hal_hci_handle_hcp_pkt()
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c1187 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; in nfa_hci_handle_admin_gate_cmd() local
1212 STREAM_TO_UINT8 (source_host, p_data); in nfa_hci_handle_admin_gate_cmd()
1221 response = nfa_hciu_add_pipe_to_static_gate (dest_gate, pipe, source_host, source_gate); in nfa_hci_handle_admin_gate_cmd()
1228 …if ((response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate)) == NFA_HCI_… in nfa_hci_handle_admin_gate_cmd()
1235 evt_data.created.dest_host = source_host; in nfa_hci_handle_admin_gate_cmd()
1252 STREAM_TO_UINT8 (source_host, p_data); in nfa_hci_handle_admin_gate_cmd()
1254 nfa_hciu_remove_all_pipes_from_host (source_host); in nfa_hci_handle_admin_gate_cmd()
1256 if (source_host == NFA_HCI_HOST_CONTROLLER) in nfa_hci_handle_admin_gate_cmd()
1268 if ( (source_host >= NFA_HCI_HOST_ID_UICC0) in nfa_hci_handle_admin_gate_cmd()
1269 &&(source_host < (NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK)) ) in nfa_hci_handle_admin_gate_cmd()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/hal/include/
Dnci_defs.h819 UINT8 source_host; member
/external/libnfc-nci/src/hal/include/
Dnci_defs.h819 UINT8 source_host; member