Searched refs:p_buff (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_snep_api.h151 UINT8 *p_buff; /* buffer for NDEF message */ member in struct:__anon8535
158 UINT8 *p_buff; /* buffer to free */ member in struct:__anon8536
165 UINT8 *p_buff; /* buffer for NDEF message */ member in struct:__anon8537
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c1345 char *nfa_hciu_get_type_inst_names (UINT8 pipe, UINT8 type, UINT8 inst, char *p_buff) argument
1349 xx = sprintf (p_buff, "Type: %s [0x%02x] ", nfa_hciu_type_2_str (type), type);
1354 sprintf (&p_buff[xx], "Inst: %s [0x%02x] ", nfa_hciu_instr_2_str (inst), inst);
1357 sprintf (&p_buff[xx], "Evt: %s [0x%02x] ", nfa_hciu_evt_2_str (pipe, inst), inst);
1360 sprintf (&p_buff[xx], "Resp: %s [0x%02x] ", nfa_hciu_get_response_name (inst), inst);
1363 sprintf (&p_buff[xx], "Inst: %u ", inst);
1366 return (p_buff);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c106 UINT8 *p_buff, *p; local
116 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL)
118 p = p_buff;
157 nfc_hal_dm_send_nci_cmd (p_buff, cmd_len, p_cback);
164 GKI_freebuf (p_buff);
H A Dnfc_hal_prm.c615 UINT8 *p_buff, *p, *p_end; local
628 if ((p_buff = (UINT8 *) GKI_getbuf(cmd_len)) == NULL)
635 p = p_buff;
646 nfc_hal_dm_send_nci_cmd(p_buff, cmd_len, nfc_hal_prm_nci_command_complete_cback);
647 GKI_freebuf (p_buff);
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c354 BT_HDR *p_buff; local
405 p_buff = (BT_HDR*) GKI_getbuf ((UINT16) (length + BT_HDR_SIZE));
407 if (p_buff)
409 p_buff->offset = 0;
410 p_buff->len = length;
412 memcpy ((p_buff + 1), p, length);
416 rw_data.i93_data.p_data = p_buff;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_hci_int.h512 extern char *nfa_hciu_get_type_inst_names (UINT8 pipe, UINT8 type, UINT8 inst, char *p_buff);

Completed in 574 milliseconds