/external/libnfc-nci/src/nfa/ce/ |
nfa_ce_act.c | 289 UINT8 tlv_size; local 321 tlv_size = (UINT8) (p_params-tlv); 322 nfa_dm_check_set_config (tlv_size, (UINT8 *)tlv, FALSE); [all...] |
/external/libnfc-nci/src/nfc/nfc/ |
nfc_main.c | 788 ** Parameters tlv_size - the length of p_param_tlvs. 794 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size, 797 return nci_snd_core_set_config (p_param_tlvs, tlv_size); 974 UINT8 num_tlv=0, tlv_size=0; local 989 tlv_size = 4; 997 tlv_size = 3; [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_mixer.c | 315 unsigned int tlv_size = DEFAULT_TLV_SIZE; local 323 xtlv = calloc(1, sizeof(struct snd_ctl_tlv) + tlv_size); 327 xtlv->length = tlv_size; 328 memcpy(xtlv->tlv, tlv, tlv_size); 334 if (xtlv->tlv[1] + 2 * sizeof(unsigned int) > tlv_size) {
|
/external/libnfc-nci/src/nfa/ee/ |
nfa_ee_act.c | 1572 UINT8 *p, tlv_size, *pa; local [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_api.h | 181 UINT16 tlv_size; /* The length of TLV */ member in struct:__anon20522 [all...] |
/external/libnfc-nci/src/nfc/include/ |
nfc_api.h | 232 UINT16 tlv_size; /* The length of TLV */ member in struct:__anon20830 297 UINT8 tlv_size; /* the total len of all TLVs */ member in struct:__anon20835 [all...] |