Searched refs:p_len (Results 1 - 20 of 20) sorted by relevance

/system/bt/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...]
/system/bt/stack/rfcomm/
H A Dport_api.c1220 ** p_len - Byte count received
1223 int PORT_ReadData (UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) argument
1232 *p_len = 0;
1266 *p_len += max_len;
1280 *p_len += p_buf->len;
1301 if (*p_len == 1)
1303 RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d %x", p_port->rx.queue_size, *p_len, (p_data[0]));
1307 RFCOMM_TRACE_EVENT ("PORT_ReadData queue:%d returned:%d", p_port->rx.queue_size, *p_len);
1513 ** p_len - Byte count returned
1516 int PORT_WriteDataCO (UINT16 handle, int* p_len) argument
1676 PORT_WriteData(UINT16 handle, char *p_data, UINT16 max_len, UINT16 *p_len) argument
[all...]
/system/bt/stack/sdp/
H A Dsdp_utils.c591 UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len) argument
600 *p_len = 1;
603 *p_len = 2;
606 *p_len = 4;
609 *p_len = 8;
612 *p_len = 16;
616 *p_len = u8;
620 *p_len = u16;
624 *p_len = (UINT16) u32;
H A Dsdp_db.c224 UINT8 *p_len; local
235 p_len = p;
253 *p_len -= 1;
703 UINT8 *p_len; local
718 p_len = p++;
724 *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 Dsdpint.h285 extern UINT8 *sdpu_get_len_from_type (UINT8 *p, UINT8 type, UINT32 *p_len);
/system/bt/bta/include/
H A Dbta_av_co.h311 UINT32 *p_len, UINT32 *p_timestamp);
325 UINT32 *p_len, UINT32 *p_timestamp);
/system/bt/stack/include/
H A Dgap_api.h176 UINT16 max_len, UINT16 *p_len);
235 UINT16 max_len, UINT16 *p_len);
H A Dport_api.h556 ** p_len - Byte count received
560 UINT16 *p_len);
587 ** p_len - Bytes written
591 UINT16 *p_len);
603 extern int PORT_WriteDataCO (UINT16 handle, int* p_len);
H A Dbtm_api.h3612 ** *p_len(output) - the length of the data with the given tag.
3618 extern UINT8 * BTM_ReadOobData(UINT8 *p_data, UINT8 eir_tag, UINT8 *p_len);
/system/bt/stack/gap/
H A Dgap_conn.c296 ** p_len - Byte count received
303 UINT16 GAP_ConnReadData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) argument
312 *p_len = 0;
324 *p_len += copy_len;
347 p_ccb->rx_queue_size -= *p_len;
351 GAP_TRACE_EVENT ("GAP_ConnReadData - rx_queue_size left=%d, *p_len=%d",
352 p_ccb->rx_queue_size, *p_len);
508 ** p_len - Byte count received
516 UINT16 GAP_ConnWriteData (UINT16 gap_handle, UINT8 *p_data, UINT16 max_len, UINT16 *p_len) argument
521 *p_len
[all...]
/system/bt/stack/gatt/
H A Dgatt_db.c198 ** p_len: output parameter to carry out the attribute length.
212 UINT16 *p_len,
298 *p_len = len;
328 UINT16 *p_len,
367 if (*p_len <= 2)
375 status = read_attr_value ((void *)p_attr, 0, &p, FALSE, (UINT16)(*p_len -2), &len, sec_flag, key_size);
392 *p_len -= (len + 2);
624 ** p_len: output parameter as attribute length read.
637 UINT8 *p_value, UINT16 *p_len,
657 mtu, p_len, sec_fla
207 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
321 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
633 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.c617 static tGATT_STATUS gatt_build_find_info_rsp(tGATT_SR_REG *p_rcb, BT_HDR *p_msg, UINT16 *p_len, argument
622 UINT16 len = *p_len;
685 *p_len = len;
698 static tGATT_STATUS gatts_validate_packet_format(UINT8 op_code, UINT16 *p_len, argument
704 UINT16 len = *p_len;
745 *p_len = len;
H A Dgatt_int.h700 UINT16 e_handle, tBT_UUID type, UINT16 *p_len, tGATT_SEC_FLAG sec_flag, UINT8 key_size,UINT32 trans_id, UINT16 *p_cur_handle);
702 UINT8 *p_value, UINT16 *p_len, UINT16 mtu,tGATT_SEC_FLAG sec_flag,UINT8 key_size,UINT32 trans_id);
/system/extras/perfprofd/quipper/
H A Dperf_parser.h184 uint64_t* p_len,
H A Dperf_parser.cc462 uint64_t* p_len,
473 uint64_t len = *p_len;
523 *p_len = len;
459 MapMmapEvent(uint64_t id, uint32_t pid, uint64_t* p_start, uint64_t* p_len, uint64_t* p_pgoff) argument
/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.c667 UINT8 *p_len; local
689 p_len = pp ++;
691 *p_len = (UINT8)(pp - param - 2);
H A Dbtm_sec.c1901 ** *p_len(output) - the length of the data with the given tag.
1907 UINT8 * BTM_ReadOobData(UINT8 *p_data, UINT8 eir_tag, UINT8 *p_len) argument
1955 if (p_len)
1956 *p_len = ret_len;
/system/bt/btif/co/
H A Dbta_av_co.c1012 void * bta_av_co_audio_src_data_path(tBTA_AV_CODEC codec_type, UINT32 *p_len, argument
1016 UNUSED(p_len);
/system/bt/bta/av/
H A Dbta_av_int.h179 UINT32 *p_len, UINT32 *p_timestamp);

Completed in 324 milliseconds