Searched defs:p_buff (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c107 UINT8 *p_buff, *p; local
117 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL)
119 p = p_buff;
158 nfc_hal_dm_send_nci_cmd (p_buff, cmd_len, p_cback);
165 GKI_freebuf (p_buff);
/external/libnfc-nci/src/nfa/include/
H A Dnfa_snep_api.h149 UINT8 *p_buff; /* buffer for NDEF message */ member in struct:__anon7620
156 UINT8 *p_buff; /* buffer for NDEF message */ member in struct:__anon7621
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c180 BT_HDR *p_buff; local
221 p_buff = (BT_HDR*) GKI_getbuf ((UINT16) (length + BT_HDR_SIZE));
223 if (p_buff)
225 p_buff->offset = 0;
226 p_buff->len = length;
228 memcpy ((p_buff + 1), p, length);
232 rw_data.i93_data.p_data = p_buff;

Completed in 77 milliseconds