/external/libnfc-nxp/src/ |
phHciNfc_SWP.h | 87 uint8_t pipe_id; member in struct:phHciNfc_SWP_Info
|
phHciNfc_PollingLoop.c | 101 uint8_t pipe_id; member in struct:phHciNfc_PollLoop_Info 186 *ppipe_id = p_poll_info->pipe_id ; 217 p_poll_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; 423 pipeid = p_poll_info->pipe_id ; 460 pipeid = p_poll_info->pipe_id ; 502 pipeid = p_poll_info->pipe_id ; 566 /* Update the pipe_id of the ID Mgmt Gate obtained from the HCI Response */ 567 p_poll_info->pipe_id = pipeID;
|
phHciNfc_Jewel.c | 127 *ppipe_id = ps_jewel_info->pipe_id; 158 ps_jewel_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; 191 /* Update the pipe_id of the Jewel Gate obtained from the HCI 193 ps_jewel_info->pipe_id = pipeID; 299 pipeid = ps_pipe_info->pipe.pipe_id; 709 uint8_t pipe_id, 726 pipe_id) || 727 (pipe_id != 729 pipe_id)) 759 (uint8_t) pipe_id, HCP_MSG_TYPE_COMMAND, cmd) [all...] |
phHciNfc_RFReaderB.c | 136 *ppipe_id = p_rdr_b_info->pipe_id ; 167 p_rdr_b_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; 251 /* Update the pipe_id of the reader B Gate obtained from the HCI Response */ 252 p_rdr_b_info->pipe_id = pipeID; 305 pipeid = p_rdr_b_info->pipe_id ; 320 pipeid = p_rdr_b_info->pipe_id ; 336 pipeid = p_rdr_b_info->pipe_id ; 352 pipeid = p_rdr_b_info->pipe_id ; 369 pipeid = p_rdr_b_info->pipe_id ; 848 pipeid = ps_rdr_b_info->pipe_id ; [all...] |
phHciNfc_NfcIPMgmt.c | 250 *ppipe_id = p_init_info->p_init_pipe_info->pipe.pipe_id ; 280 /* Update the pipe_id of the NFCIP-1 initiator Gate obtained from 283 p_init_info->p_init_pipe_info->pipe.pipe_id = pipeID; 332 pipeid = p_pipe_info->pipe.pipe_id; 513 *ppipe_id = p_target_info->p_tgt_pipe_info->pipe.pipe_id; 543 /* Update the pipe_id of the NFCIP-1 target Gate obtained from 546 p_target_info->p_tgt_pipe_info->pipe.pipe_id = pipeID; [all...] |
phHciNfc_RFReader.c | [all...] |
phHciNfc_Emulation.c | 195 pPipeInfo->pipe.pipe_id = (uint8_t) NXP_PIPE_CONNECTIVITY; 216 * \brief Get the pipe_id of Connectivity Managment Gate. 218 * This function Get the pipe_id of Connectivity Managment Gate. 252 uint8_t pipe_id, 271 /* Update the pipe_id of the Connectivity Gate 273 p_emulation_mgmt_info->uicc_id = pipe_id; 1166 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local [all...] |
phHciNfc_Generic.h | 557 uint8_t pipe_id; member in struct:phHciNfc_Pipe_Params [all...] |
phHciNfc_LinkMgmt.c | 184 ((phHciNfc_Pipe_Info_t *)p_pipe_info)->pipe.pipe_id =
|
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 321 UINT8 pipe_id; /* Pipe ID */ member in struct:__anon10456 468 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id); 477 extern tNFA_HANDLE nfa_hciu_get_pipe_owner (UINT8 pipe_id); 483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate); 485 extern tNFA_HCI_RESPONSE nfa_hciu_release_pipe (UINT8 pipe_id); 501 extern tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 pkt_len, UINT8 *p_pkt); 512 extern char *nfa_hciu_evt_2_str (UINT8 pipe_id, UINT8 evt);
|
/external/libnfc-nci/src/hal/include/ |
nci_defs.h | 761 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon10194 777 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon10195 790 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon10196 801 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon10197 809 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon10198 815 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon10199 827 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon10200
|
/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_main.c | 306 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id < NFA_HCI_FIRST_DYNAMIC_PIPE) 317 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id != 0) 320 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id < NFA_HCI_FIRST_DYNAMIC_PIPE) 341 if ( (nfa_hci_cb.cfg.dyn_pipes[yy].pipe_id != 0) 342 &&(nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id == nfa_hci_cb.cfg.dyn_pipes[yy].pipe_id) ) 344 NFA_TRACE_EVENT1 ("nfa_hci_is_valid_cfg Reusing: %u", nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id); 379 if (nfa_hci_cb.cfg.dyn_pipes[xx].pipe_id < NFA_HCI_FIRST_DYNAMIC_PIPE) [all...] |
nfa_hci_api.c | [all...] |
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_hci.c | 507 UINT8 source_host, dest_host, pipe_id; local 517 pipe_id = *(UINT8 *) (p + 4);
|
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_api.h | 82 UINT8 pipe_id; /* Pipe ID */ member in struct:__anon10296
|
/packages/apps/Nfc/nci/jni/ |
SecureElement.cpp | 763 mNewPipeId = mHciCfg.pipe[xx].pipe_id; [all...] |