Searched refs:p_buff (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nci/src/nfa/include/ |
D | nfa_snep_api.h | 151 UINT8 *p_buff; /* buffer for NDEF message */ member 158 UINT8 *p_buff; /* buffer to free */ member 165 UINT8 *p_buff; /* buffer for NDEF message */ member
|
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_utils.c | 1345 char *nfa_hciu_get_type_inst_names (UINT8 pipe, UINT8 type, UINT8 inst, char *p_buff) in nfa_hciu_get_type_inst_names() argument 1349 xx = sprintf (p_buff, "Type: %s [0x%02x] ", nfa_hciu_type_2_str (type), type); in nfa_hciu_get_type_inst_names() 1354 sprintf (&p_buff[xx], "Inst: %s [0x%02x] ", nfa_hciu_instr_2_str (inst), inst); in nfa_hciu_get_type_inst_names() 1357 sprintf (&p_buff[xx], "Evt: %s [0x%02x] ", nfa_hciu_evt_2_str (pipe, inst), inst); in nfa_hciu_get_type_inst_names() 1360 sprintf (&p_buff[xx], "Resp: %s [0x%02x] ", nfa_hciu_get_response_name (inst), inst); in nfa_hciu_get_type_inst_names() 1363 sprintf (&p_buff[xx], "Inst: %u ", inst); in nfa_hciu_get_type_inst_names() 1366 return (p_buff); in nfa_hciu_get_type_inst_names()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_prm.c | 615 UINT8 *p_buff, *p, *p_end; in nfc_hal_prm_nvm_rw_cmd() local 628 if ((p_buff = (UINT8 *) GKI_getbuf(cmd_len)) == NULL) in nfc_hal_prm_nvm_rw_cmd() 635 p = p_buff; in nfc_hal_prm_nvm_rw_cmd() 646 nfc_hal_dm_send_nci_cmd(p_buff, cmd_len, nfc_hal_prm_nci_command_complete_cback); in nfc_hal_prm_nvm_rw_cmd() 647 GKI_freebuf (p_buff); in nfc_hal_prm_nvm_rw_cmd()
|
D | nfc_hal_dm.c | 106 UINT8 *p_buff, *p; in nfc_hal_dm_set_config() local 116 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL) in nfc_hal_dm_set_config() 118 p = p_buff; in nfc_hal_dm_set_config() 157 nfc_hal_dm_send_nci_cmd (p_buff, cmd_len, p_cback); in nfc_hal_dm_set_config() 164 GKI_freebuf (p_buff); in nfc_hal_dm_set_config()
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_i93.c | 354 BT_HDR *p_buff; in rw_i93_send_to_upper() local 405 p_buff = (BT_HDR*) GKI_getbuf ((UINT16) (length + BT_HDR_SIZE)); in rw_i93_send_to_upper() 407 if (p_buff) in rw_i93_send_to_upper() 409 p_buff->offset = 0; in rw_i93_send_to_upper() 410 p_buff->len = length; in rw_i93_send_to_upper() 412 memcpy ((p_buff + 1), p, length); in rw_i93_send_to_upper() 416 rw_data.i93_data.p_data = p_buff; in rw_i93_send_to_upper()
|
/external/libnfc-nci/src/nfa/int/ |
D | nfa_hci_int.h | 512 extern char *nfa_hciu_get_type_inst_names (UINT8 pipe, UINT8 type, UINT8 inst, char *p_buff);
|