Home
last modified time | relevance | path

Searched refs:p_ret (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/libcutils/
H A Drecord_stream.cpp78 unsigned char * p_ret; in getEndOfRecord() local
87 p_ret = p_begin + HEADER_SIZE + len; in getEndOfRecord()
89 if (p_end < p_ret) { in getEndOfRecord()
93 return p_ret; in getEndOfRecord()