Searched defs:type_len (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_ndef.c370 UINT8 tnf, type_len, rec_hdr_flags, id_len; local
430 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
439 if ((p_handler = nfa_dm_ndef_find_next_handler (NULL, tnf, p_type, type_len, p_payload, payload_len)) == NULL)
454 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
476 type_len = *p_rec_end++;
518 p_handler = nfa_dm_ndef_find_next_handler (p_handler, tnf, p_type, type_len, p_payload, payload_len);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_sdp.c89 UINT8 type[1], type_len[1]; local
95 type_len[0] = 16;
97 1, type, type_len, type_buf) )
245 UINT8 type_len[BTA_OPS_NUM_FMTS]; local
292 type_len[j++] = 1;
297 (UINT8) j, desc_type, type_len, type_value); local
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c540 UINT8 id_len, tnf, type_len; local
549 p_type = NDEF_RecGetType (p_rec, &tnf, &type_len);
554 ||(type_len != BT_OOB_REC_TYPE_LEN)
H A Dndef_utils.c82 UINT8 rec_hdr=0, type_len, id_len; local
111 type_len = *p_rec++;
146 if ( (type_len != 0) || (id_len != 0) || ((rec_hdr & NDEF_TNF_MASK) != NDEF_TNF_UNCHANGED) )
163 if ( (type_len != 0) || (id_len != 0) || ((rec_hdr & NDEF_TNF_MASK) != NDEF_TNF_UNCHANGED) )
179 if ( (type_len != 0) || (id_len != 0) || (payload_len != 0) )
185 if (type_len != 0)
190 p_rec += (payload_len + type_len + id_len);
222 UINT8 rec_hdr, type_len, id_len; local
236 type_len = *p_rec++;
251 p_rec += (payload_len + type_len
270 UINT8 rec_hdr, type_len, id_len; local
322 UINT8 rec_hdr, type_len, id_len; local
366 UINT8 rec_hdr, type_len, id_len; local
418 UINT8 rec_hdr, type_len, id_len; local
466 UINT8 rec_hdr, type_len, id_len; local
523 UINT8 rec_hdr, type_len, id_len; local
585 UINT8 rec_hdr, type_len, id_len; local
642 UINT8 rec_hdr, type_len, id_len; local
700 UINT8 rec_hdr, type_len; local
739 UINT8 rec_hdr, type_len; local
778 UINT8 rec_hdr, type_len, id_len; local
835 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
931 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
1083 UINT8 type_len, id_len; local
1167 UINT8 type_len, id_len; local
1357 UINT8 prev_id_len, type_len; local
1523 UINT8 type_len, id_len, tnf; local
[all...]
/external/linux-tools-perf/util/
H A Dtrace-event-read.c379 unsigned int type_len; local
421 type_len = type_len4host(type_len_ts);
424 switch (type_len) {
451 length = type_len * 4;

Completed in 96 milliseconds