HomeSort by relevance Sort by last modified time
    Searched defs:tlv_size (Results 1 - 6 of 6) sorted by null

  /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 787 ** Parameters tlv_size - the length of p_param_tlvs.
793 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size,
796 return nci_snd_core_set_config (p_param_tlvs, tlv_size);
973 UINT8 num_tlv=0, tlv_size=0; local
988 tlv_size = 4;
996 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 1574 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:__anon10240
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 231 UINT16 tlv_size; /* The length of TLV */ member in struct:__anon10546
296 UINT8 tlv_size; /* the total len of all TLVs */ member in struct:__anon10551
    [all...]

Completed in 795 milliseconds