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.c264 UINT8 *p_begin; local
270 p_begin = (UINT8 *)(p_pkt+1) + p_pkt->offset;
271 p_data = p_begin + AVRC_VENDOR_HDR_SIZE;
292 p_begin = (UINT8 *)(p_pkt+1) + p_pkt->offset;
293 *p_begin = (AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK);
296 *p_begin = (AVRC_RSP_REJ & AVRC_CTYPE_MASK);
301 p_data = (p_begin + AVRC_VENDOR_HDR_SIZE + 2);
303 p_pkt->len = (p_data - p_begin);
554 UINT8 *p_begin; local
673 p_begin
[all...]

Completed in 39 milliseconds