Searched defs:p_begin (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Drecord_stream.c73 static unsigned char * getEndOfRecord (unsigned char *p_begin, argument
79 if (p_end < p_begin + HEADER_SIZE) {
84 len = ntohl(*((uint32_t *)p_begin));
86 p_ret = p_begin + HEADER_SIZE + len;
/system/bt/stack/avrc/
H A Davrc_api.c237 UINT8 *p_begin; local
243 p_begin = (UINT8 *)(p_pkt+1) + p_pkt->offset;
244 p_data = p_begin + AVRC_VENDOR_HDR_SIZE;
265 p_begin = (UINT8 *)(p_pkt+1) + p_pkt->offset;
266 *p_begin = (AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK);
269 *p_begin = (AVRC_RSP_REJ & AVRC_CTYPE_MASK);
274 p_data = (p_begin + AVRC_VENDOR_HDR_SIZE + 2);
276 p_pkt->len = (p_data - p_begin);
532 UINT8 *p_begin; local
651 p_begin
[all...]

Completed in 111 milliseconds