Searched refs:pipe_id (Results 1 - 25 of 40) sorted by relevance

12

/external/libnfc-nxp/src/
H A DphHciNfc_Pipe.c171 (*ppPipeHandle)->pipe.pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID;
220 p_pipe_info->pipe.pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID;
229 uint8_t pipe_id = (uint8_t)(pipe_index + HCI_DYNAMIC_PIPE_ID); local
231 pipe_id, p_pipe_info );
234 p_pipe_info->pipe.pipe_id = pipe_id;
235 psHciContext->p_pipe_list[pipe_id] = p_pipe_info;
319 /* uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; */
383 status = phHciNfc_CE_A_Get_PipeID( psHciContext, &pipe_id );
384 p_pipe_info = psHciContext->p_pipe_list[pipe_id];
780 phHciNfc_Update_PipeInfo( phHciNfc_sContext_t *psHciContext, phHciNfc_PipeMgmt_Seq_t *pPipeSeq, uint8_t pipe_id, phHciNfc_Pipe_Info_t *pPipeInfo ) argument
1052 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
1095 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
[all...]
H A DphHciNfc_ISO15693.h83 uint8_t pipe_id; member in struct:phHciNfc_ISO15693_Info
133 * The phHciNfc_ISO15693_Update_PipeInfo function updates the pipe_id of the ISO15693
213 * \param[in] pipe_id pipeID of the ISO 15693 gate
226 uint8_t pipe_id,
H A DphHciNfc_Jewel.h88 uint8_t pipe_id; member in struct:phHciNfc_Jewel_Info
143 * The phHciNfc_Jewel_Update_PipeInfo function updates the pipe_id of the Jewel
221 * \param[in] pipe_id pipeID of the jewel gate
235 uint8_t pipe_id,
H A DphHciNfc_Felica.h91 uint8_t pipe_id; member in struct:phHciNfc_Felica_Info
146 * The phHciNfc_Felica_Update_PipeInfo function updates the pipe_id of the Felica
246 * \param[in] pipe_id pipeID of the Felica gate
260 uint8_t pipe_id,
H A DphHciNfc_RFReader.h501 * \param[in] pipe_id The Reader pipe to which the
520 uint8_t pipe_id,
534 * \param[in] pipe_id The Reader pipe to which the
553 uint8_t pipe_id,
H A DphHciNfc_RFReaderA.h97 uint8_t pipe_id; member in struct:phHciNfc_ReaderA_Info
220 * The phHciNfc_ReaderA_Update_PipeInfo function updates the pipe_id of the reader A
253 * \param[in] pipe_id pipeID of the reader A gate
268 uint8_t pipe_id,
H A DphHciNfc_IDMgmt.c84 uint8_t pipe_id; member in struct:phHciNfc_IDMgmt_Info
155 p_identity_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
166 * \brief Get the pipe_id of Identity Managment Gate.
168 * This function Get the pipe_id of Identity Managment Gate.
188 *ppipe_id = p_identity_info->pipe_id ;
326 id_pipe_id = p_identity_info->pipe_id ;
340 id_pipe_id = p_identity_info->pipe_id ;
354 id_pipe_id = p_identity_info->pipe_id ;
368 id_pipe_id = p_identity_info->pipe_id ;
382 id_pipe_id = p_identity_info->pipe_id ;
725 phHciNfc_IDMgmt_Update_PipeInfo( phHciNfc_sContext_t *psHciContext, uint8_t pipe_id, phHciNfc_Pipe_Info_t *pPipeInfo ) argument
[all...]
H A DphHciNfc_Generic.c220 uint8_t pipe_id
659 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
662 pipe_id = (uint8_t) GET_BITS8( tx_data->hcp_header,
696 phHciNfc_Build_HCPHeader(tx_data, chain_bit , pipe_id );
905 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
916 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header,
930 if (pipe_id >= PHHCINFC_MAX_PIPE )
935 && ( (pipe_id != PIPETYPE_STATIC_ADMIN )
936 && ( ADM_CLEAR_ALL_PIPE != (psHciContext->p_pipe_list[pipe_id])->prev_msg ))
943 p_pipe_info = psHciContext->p_pipe_list[pipe_id];
993 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
1070 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
1188 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
1298 phHciNfc_Build_HCPFrame( phHciNfc_HCP_Packet_t *hcp_packet, uint8_t chainbit, uint8_t pipe_id, uint8_t msg_type, uint8_t instruction ) argument
1351 phHciNfc_Send_Generic_Cmd( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
[all...]
H A DphHciNfc_DevMgmt.c190 uint8_t pipe_id,
199 uint8_t pipe_id,
258 *ppipe_id = p_pipe_info->pipe.pipe_id ;
381 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
405 pipe_id = p_pipe_info->pipe.pipe_id ;
413 pipe_id, (uint8_t)NXP_DBG_WRITE );
430 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
456 pipe_id = p_pipe_info->pipe.pipe_id ;
1125 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; local
1474 phHciNfc_Send_DevMgmt_Command( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
1563 phHciNfc_Send_DevMgmt_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t event ) argument
[all...]
H A DphHciNfc_AdminMgmt.c254 ((phHciNfc_Pipe_Info_t *)p_pipe_info)->pipe.pipe_id =
751 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
753 pipe_id = p_pipe_info->pipe.pipe_id;
754 if( pipe_id < PIPETYPE_DYNAMIC )
760 "Cannot be Deleted \n",pipe_id);
773 hcp_message->payload[i++] = pipe_id ;
841 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
892 pipe_id = hcp_message->payload[RESPONSE_PIPEID_OFFSET];
894 &(p_admin_info->pipe_seq), pipe_id, p_pipe_inf
971 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; local
[all...]
H A DphHciNfc_RFReaderB.h87 uint8_t pipe_id; member in struct:phHciNfc_ReaderB_Info
142 * The phHciNfc_ReaderB_Update_PipeInfo function updates the pipe_id of the reader B
H A DphHciNfc_WI.h75 uint8_t pipe_id; member in struct:phHciNfc_WI_Info
H A DphHciNfc_WI.c100 uint8_t pipe_id,
150 p_WI_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
177 *ppipe_id = p_wi_info->pipe_id ;
209 /* Update the pipe_id of the WI Gate obtained from HCI Response */
210 p_WI_info->pipe_id = pipeID;
317 p_wi_info->pipe_id,(uint8_t)ANY_SET_PARAMETER);
360 p_wiinfo->pipe_id,
409 p_wi_info->pipe_id, NXP_EVT_SE_SWITCH_MODE );
470 p_wi_info->pipe_id,(uint8_t)ANY_SET_PARAMETER);
488 uint8_t pipe_id,
485 phHciNfc_Send_WI_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t event ) argument
[all...]
H A DphHciNfc_Felica.c142 *ppipe_id = p_fel_info->pipe_id ;
174 p_fel_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
207 /* Update the pipe_id of the Felica Gate obtained from the HCI
209 p_fel_info->pipe_id = pipeID;
316 pipeid = p_fel_info->pipe_id ;
331 pipeid = p_fel_info->pipe_id ;
346 pipeid = p_fel_info->pipe_id ;
872 ps_pipe_info->pipe.pipe_id,
884 uint8_t pipe_id,
901 pipe_id) ||
881 phHciNfc_Send_Felica_Command( phHciNfc_sContext_t *psContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
[all...]
H A DphHciNfc_CE_A.c126 ps_ce_a_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
196 ps_pipe_info->pipe.pipe_id,
212 ps_pipe_info->pipe.pipe_id,
306 ps_ce_a_info->pipe_id = HCI_UNKNOWN_PIPE_ID;
307 psHciContext->p_pipe_list[ps_ce_a_info->pipe_id] = NULL;
350 /* Update the pipe_id of the card emulation A Gate o
352 ps_ce_a_info->pipe_id = pipeID;
390 *ppipe_id = ps_ce_a_info->pipe_id ;
587 ps_ce_a_info->pipe_id,(uint8_t)ANY_SET_PARAMETER);
H A DphHciNfc_CE_B.c126 ps_ce_b_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
194 ps_pipe_info->pipe.pipe_id,
210 ps_pipe_info->pipe.pipe_id,
301 ps_ce_b_info->pipe_id = HCI_UNKNOWN_PIPE_ID;
302 psHciContext->p_pipe_list[ps_ce_b_info->pipe_id] = NULL;
355 ps_ce_b_info->pipe_id,(uint8_t)ANY_SET_PARAMETER);
383 *ppipe_id = ps_ce_b_info->pipe_id ;
417 /* Update the pipe_id of the card emulation A Gate o
419 ps_ce_b_info->pipe_id = pipeID;
H A DphHciNfc_RFReaderA.c158 *ppipe_id = p_rdr_a_info->pipe_id ;
190 p_rdr_a_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
223 /* Update the pipe_id of the reader A Gate obtained from the HCI Response */
224 p_rdr_a_info->pipe_id = pipeID;
283 pipeid = p_rdr_a_info->pipe_id ;
298 pipeid = p_rdr_a_info->pipe_id ;
313 pipeid = p_rdr_a_info->pipe_id ;
912 pipeid = p_rdr_a_info->pipe_id ;
956 pipeid = p_rdr_a_info->pipe_id ;
968 uint8_t pipe_id,
965 phHciNfc_Send_ReaderA_Command( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
[all...]
H A DphHciNfc_ISO15693.c157 *ppipe_id = ps_15693_info->ps_15693_pipe_info->pipe.pipe_id;
189 /* Update the pipe_id of the ISO15693 Gate obtained from
192 ps_15693_info->pipe_id = pipeID;
193 ps_15693_info->ps_15693_pipe_info->pipe.pipe_id = pipeID;
297 pipeid = ps_pipe_info->pipe.pipe_id ;
312 pipeid = ps_pipe_info->pipe.pipe_id ;
639 uint8_t pipe_id,
655 pipe_id) ||
656 (pipe_id !=
658 pipe_id))
636 phHciNfc_Send_ISO15693_Command( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t cmd ) argument
[all...]
H A DphHciNfc_SWP.c84 uint8_t pipe_id,
131 *ppipe_id = p_swp_info->pipe_id ;
159 ps_swp_info->pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID;
193 /* Update the pipe_id of the SWP Gate obtained from HCI Response */
194 ps_swp_info->pipe_id = pipeID;
335 ps_swp_info->pipe_id,
379 ps_swp_info->pipe_id,
459 ps_swp_info->pipe_id,
558 ps_swp_info->pipe_id,
651 uint8_t pipe_id,
648 phHciNfc_Send_SWP_Event( phHciNfc_sContext_t *psHciContext, void *pHwRef, uint8_t pipe_id, uint8_t event ) argument
[all...]
H A DphHciNfc_CE_A.h97 uint8_t pipe_id; member in struct:phHciNfc_CE_A_Info
144 * The phHciNfc_CE_A_Update_PipeInfo function updates the pipe_id of the card
H A DphHciNfc_CE_B.h91 uint8_t pipe_id; member in struct:phHciNfc_CE_B_Info
138 * The phHciNfc_CE_B_Update_PipeInfo function updates the pipe_id of the card
H A DphHciNfc_Emulation.h102 uint8_t pipe_id,
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c49 tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id) argument
57 if (pp->pipe_id == pipe_id)
218 tNFA_HANDLE nfa_hciu_get_pipe_owner (UINT8 pipe_id) argument
223 if ((pp = nfa_hciu_find_pipe_by_pid (pipe_id)) == NULL)
316 tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 msg_len, UINT8 *p_msg) argument
328 NFA_TRACE_DEBUG3 ("nfa_hciu_send_msg pipe_id:%d %s len:%d",
329 pipe_id, nfa_hciu_get_type_inst_names (pipe_id, type, instruction, buff), msg_len);
331 NFA_TRACE_DEBUG4 ("nfa_hciu_send_msg pipe_id
450 nfa_hciu_alloc_pipe(UINT8 pipe_id) argument
520 nfa_hciu_add_pipe_to_gate(UINT8 pipe_id, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate) argument
565 nfa_hciu_add_pipe_to_static_gate(UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate) argument
844 nfa_hciu_release_pipe(UINT8 pipe_id) argument
1378 nfa_hciu_evt_2_str(UINT8 pipe_id, UINT8 evt) argument
[all...]
H A Dnfa_hci_act.c400 nfa_hciu_send_delete_pipe_cmd (p_pipe->pipe_id);
445 if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_CONNECTIVITY_GATE)
449 else if (pp->pipe_id != 0 && pp->local_gate == NFA_HCI_LOOP_BACK_GATE)
453 else if (pp->pipe_id >= NFA_HCI_FIRST_DYNAMIC_PIPE && pp->pipe_id <= NFA_HCI_LAST_DYNAMIC_PIPE && pp->pipe_id && pp->local_gate >= NFA_HCI_FIRST_PROP_GATE && pp->local_gate <= NFA_HCI_LAST_PROP_GATE)
584 nfa_hciu_send_delete_pipe_cmd (p_pipe->pipe_id);
922 if ((status = nfa_hciu_send_msg (p_pipe->pipe_id, NFA_HCI_COMMAND_TYPE, p_evt_data->send_cmd.cmd_code,
928 NFA_TRACE_WARNING1 ("nfa_hci_api_send_cmd pipe:%d not open", p_pipe->pipe_id);
934 p_pipe->pipe_id);
1740 nfa_hci_handle_dyn_pipe_pkt(UINT8 pipe_id, UINT8 *p_data, UINT16 data_len) argument
[all...]
/external/libnfc-nci/src/hal/int/
H A Dnfc_brcm_defs.h311 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon23928
328 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon23929
342 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon23930
354 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon23931
363 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon23932
370 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon23933
383 UINT8 pipe_id; /* if MSB is set then valid, 7 bits for Pipe ID */ member in struct:__anon23934

Completed in 202 milliseconds

12