Searched defs:p_len (Results 1 - 14 of 14) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_bld_tg.c43 UINT8 *p_data, *p_start, *p_len, *p_count; local
60 p_data = p_len = p_start + 2; /* pdu + rsvd */
101 UINT16_TO_BE_STREAM(p_len, len);
121 UINT8 *p_data, *p_start, *p_len, *p_num; local
128 p_data = p_len = p_start + 2; /* pdu + rsvd */
153 UINT16_TO_BE_STREAM(p_len, len);
173 UINT8 *p_data, *p_start, *p_len, *p_num; local
180 p_data = p_len = p_start + 2; /* pdu + rsvd */
204 UINT16_TO_BE_STREAM(p_len, len);
223 UINT8 *p_data, *p_start, *p_len, *p_coun local
301 UINT8 *p_data, *p_start, *p_len, *p_count; local
450 UINT8 *p_data, *p_start, *p_len, *p_count; local
543 UINT8 *p_len; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaconf.cpp231 const int p_len = namebase.length(); local
234 uidna_IDNToASCII(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status);
236 uidna_IDNToASCII(p, p_len, result, 200, UIDNA_ALLOW_UNASSIGNED, NULL, &status);
238 uidna_IDNToUnicode(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status);
240 uidna_IDNToUnicode(p, p_len, result, 200, UIDNA_ALLOW_UNASSIGNED, NULL, &status);
/external/icu/icu4c/source/test/intltest/
H A Didnaconf.cpp230 const int p_len = namebase.length(); local
233 uidna_IDNToASCII(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status);
235 uidna_IDNToASCII(p, p_len, result, 200, UIDNA_ALLOW_UNASSIGNED, NULL, &status);
237 uidna_IDNToUnicode(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status);
239 uidna_IDNToUnicode(p, p_len, result, 200, UIDNA_ALLOW_UNASSIGNED, NULL, &status);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_multi_adv.c649 UINT8 *p_len; local
669 p_len = pp ++;
671 *p_len = (UINT8)(pp - param - 2);
H A Dbtm_sec.c2012 ** *p_len(output) - the length of the data with the given tag.
2018 UINT8 * BTM_ReadOobData(UINT8 *p_data, UINT8 eir_tag, UINT8 *p_len) argument
2066 if (p_len)
2067 *p_len = ret_len;
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c285 ** p_len - Byte count received
292 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) argument
301 *p_len = 0;
313 *p_len += copy_len;
336 p_ccb->rx_queue_size -= *p_len;
340 GAP_TRACE_EVENT ("GAP_ConnReadData - rx_queue_size left=%d, *p_len=%d",
341 p_ccb->rx_queue_size, *p_len);
497 ** p_len - Byte count received
505 UINT16 GAP_ConnWriteData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) argument
510 *p_len
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c196 ** p_len: output parameter to carry out the attribute length.
210 UINT16 *p_len,
303 *p_len = len;
333 UINT16 *p_len,
372 if (*p_len <= 2)
380 status = read_attr_value ((void *)p_attr, 0, &p, FALSE, (UINT16)(*p_len -2), &len, sec_flag, key_size);
397 *p_len -= (len + 2);
629 ** p_len: output parameter as attribute length read.
642 UINT8 *p_value, UINT16 *p_len,
662 mtu, p_len, sec_fla
205 read_attr_value(void *p_attr, UINT16 offset, UINT8 **p_data, BOOLEAN read_long, UINT16 mtu, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size) argument
326 gatts_db_read_attr_value_by_type(tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle, UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size, UINT32 trans_id, UINT16 *p_cur_handle) argument
638 gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, UINT16 handle, UINT16 offset, UINT8 *p_value, UINT16 *p_len, UINT16 mtu, tGATT_SEC_FLAG sec_flag, UINT8 key_size, UINT32 trans_id) argument
[all...]
H A Dgatt_sr.c618 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SR_REG *p_rcb, BT_HDR *p_msg, UINT16 *p_len, argument
623 UINT16 len = *p_len;
686 *p_len = len;
699 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len, argument
705 UINT16 len = *p_len;
746 *p_len = len;
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_api.c1184 ** p_len - Byte count received
1187 int PORT_ReadData (UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) argument
1196 *p_len = 0;
1230 *p_len += max_len;
1244 *p_len += p_buf->len;
1265 if (*p_len == 1)
1267 RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d %x", p_port->rx.queue_size, *p_len, (p_data[0]));
1271 RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d", p_port->rx.queue_size, *p_len);
1477 ** p_len - Byte count returned
1480 int PORT_WriteDataCO (UINT16 handle, int* p_len) argument
1641 PORT_WriteData(UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) argument
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c225 UINT8 *p_len; local
236 p_len = p;
254 *p_len -= 1;
712 UINT8 *p_len; local
727 p_len = p++;
733 *p_len = (UINT8)(p - p_len - 1);
H A Dsdp_discovery.c74 UINT8 *p_len; local
80 p_len = p_out;
104 xx = (UINT16)(p_out - p_len - 1);
105 UINT8_TO_BE_STREAM (p_len, xx);
H A Dsdp_utils.c587 UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len) argument
596 *p_len = 1;
599 *p_len = 2;
602 *p_len = 4;
605 *p_len = 8;
608 *p_len = 16;
612 *p_len = u8;
616 *p_len = u16;
620 *p_len = (UINT16) u32;
/external/chromium_org/net/android/
H A Dkeystore_unittest.cc283 unsigned int p_len = 0; local
285 NID_md5_sha1, digest, digest_len, p, &p_len, rsa.get());
290 signature_size = static_cast<size_t>(p_len);
305 unsigned int p_len = 0; local
308 0, digest, digest_len, p, &p_len, ecdsa.get());
313 signature_size = static_cast<size_t>(p_len);
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c1026 BTA_API void * bta_av_co_audio_src_data_path(tBTA_AV_CODEC codec_type, UINT32 *p_len, argument
1030 UNUSED(p_len);

Completed in 609 milliseconds