Searched refs:p_begin (Results 1 - 1 of 1) 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;

Completed in 2 milliseconds