Searched refs:source_host (Results 1 – 3 of 3) sorted by relevance
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_hci.c | 358 UINT8 source_host; in nfc_hal_hci_handle_hcp_pkt_from_hc() local 378 STREAM_TO_UINT8 (source_host, p_data); in nfc_hal_hci_handle_hcp_pkt_from_hc() 380 …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() 381 if (source_host == NFC_HAL_HCI_HOST_ID_UICC0) in nfc_hal_hci_handle_hcp_pkt_from_hc() 389 else if (source_host == NFC_HAL_HCI_HOST_ID_UICC1) in nfc_hal_hci_handle_hcp_pkt_from_hc() 507 UINT8 source_host, dest_host, pipe_id; in nfc_hal_hci_remove_dyn_pipe_to_uicc1() local 515 source_host = *(UINT8 *) (p); in nfc_hal_hci_remove_dyn_pipe_to_uicc1() 519 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/ |
D | nfa_hci_act.c | 1215 UINT8 source_host, source_gate, dest_host, dest_gate, pipe; in nfa_hci_handle_admin_gate_cmd() local 1240 STREAM_TO_UINT8 (source_host, p_data); in nfa_hci_handle_admin_gate_cmd() 1249 response = nfa_hciu_add_pipe_to_static_gate (dest_gate, pipe, source_host, source_gate); in nfa_hci_handle_admin_gate_cmd() 1256 …if ((response = nfa_hciu_add_pipe_to_gate (pipe, dest_gate, source_host, source_gate)) == NFA_HCI_… in nfa_hci_handle_admin_gate_cmd() 1263 evt_data.created.dest_host = source_host; in nfa_hci_handle_admin_gate_cmd() 1280 STREAM_TO_UINT8 (source_host, p_data); in nfa_hci_handle_admin_gate_cmd() 1282 nfa_hciu_remove_all_pipes_from_host (source_host); in nfa_hci_handle_admin_gate_cmd() 1284 if (source_host == NFA_HCI_HOST_CONTROLLER) in nfa_hci_handle_admin_gate_cmd() 1296 if ( (source_host >= NFA_HCI_HOST_ID_UICC0) in nfa_hci_handle_admin_gate_cmd() 1297 &&(source_host < (NFA_HCI_HOST_ID_UICC0 + NFA_HCI_MAX_HOST_IN_NETWORK)) ) in nfa_hci_handle_admin_gate_cmd() [all …]
|
/external/libnfc-nci/src/hal/include/ |
D | nci_defs.h | 823 UINT8 source_host; member
|