Searched refs:type_len (Results 1 - 8 of 8) sorted by relevance

/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c83 UINT8 rec_hdr=0, type_len, id_len; local
112 type_len = *p_rec++;
147 if ( (type_len != 0) || (id_len != 0) || ((rec_hdr & NDEF_TNF_MASK) != NDEF_TNF_UNCHANGED) )
164 if ( (type_len != 0) || (id_len != 0) || ((rec_hdr & NDEF_TNF_MASK) != NDEF_TNF_UNCHANGED) )
180 if ( (type_len != 0) || (id_len != 0) || (payload_len != 0) )
186 if (type_len != 0)
191 p_rec += (payload_len + type_len + id_len);
223 UINT8 rec_hdr, type_len, id_len; local
237 type_len = *p_rec++;
252 p_rec += (payload_len + type_len
271 UINT8 rec_hdr, type_len, id_len; local
323 UINT8 rec_hdr, type_len, id_len; local
367 UINT8 rec_hdr, type_len, id_len; local
419 UINT8 rec_hdr, type_len, id_len; local
467 UINT8 rec_hdr, type_len, id_len; local
524 UINT8 rec_hdr, type_len, id_len; local
586 UINT8 rec_hdr, type_len, id_len; local
643 UINT8 rec_hdr, type_len, id_len; local
701 UINT8 rec_hdr, type_len; local
740 UINT8 rec_hdr, type_len; local
779 UINT8 rec_hdr, type_len, id_len; local
836 NDEF_MsgAddRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 tnf, UINT8 *p_type, UINT8 type_len, UINT8 *p_id, UINT8 id_len, UINT8 *p_payload, UINT32 payload_len) argument
932 NDEF_MsgInsertRec(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 index, UINT8 tnf, UINT8 *p_type, UINT8 type_len, UINT8 *p_id, UINT8 id_len, UINT8 *p_payload, UINT32 payload_len) argument
1084 UINT8 type_len, id_len; local
1168 UINT8 type_len, id_len; local
1358 UINT8 prev_id_len, type_len; local
1524 UINT8 type_len, id_len, tnf; local
[all...]
H A Dndef_cho_utils.c568 UINT8 id_len, tnf, type_len; local
577 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
582 ||(type_len != BT_OOB_REC_TYPE_LEN)
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dkbuffer-parse.c364 unsigned int type_len; local
369 type_len = type_len4host(kbuf, type_len_ts);
372 switch (type_len) {
397 *length = type_len * 4;
403 return type_len;
409 unsigned int type_len; local
413 type_len = translate_data(kbuf, ptr, &ptr, &delta, &length);
419 return type_len;
436 int type_len; local
450 type_len
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_sdp.c91 UINT8 type[1], type_len[1]; local
97 type_len[0] = 16;
99 1, type, type_len, type_buf) )
357 UINT8 type_len[BTA_OPS_NUM_FMTS]; local
404 type_len[j++] = 1;
409 (UINT8) j, desc_type, type_len, type_value); local
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_ndef.c371 UINT8 tnf, type_len, rec_hdr_flags, id_len; local
431 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
440 if ((p_handler = nfa_dm_ndef_find_next_handler (NULL, tnf, p_type, type_len, p_payload, payload_len)) == NULL)
455 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
477 type_len = *p_rec_end++;
519 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Daead_test.c195 unsigned int i, type_len = 0; local
243 type_len = i;
249 if (type_len == 0) {
261 line[type_len] = 0;
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h270 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
286 UINT8 tnf, UINT8 *p_type, UINT8 type_len,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c5883 size_t type_len; local
5895 type_len = pos - cmd;
5906 type_len = os_strlen(cmd);
5908 if (4 + type_len >= sizeof(ework->type))
5909 type_len = sizeof(ework->type) - 4 - 1;
5911 os_memcpy(ework->type + 4, cmd, type_len);
5912 ework->type[4 + type_len] = '\0';

Completed in 1249 milliseconds