Searched refs:ptrEnd (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/ |
D | RingStream.cpp | 152 auto ptrEnd = dst + wanted; in readRaw() local 160 type1Read(ringAvailable, dst, &count, ¤t, ptrEnd); in readRaw() 163 type2Read(ringAvailable, &count, ¤t, ptrEnd); in readRaw() 177 &count, ¤t, ptrEnd); in readRaw() 238 size_t* count, char** current, const char* ptrEnd) { in type1Read() argument 252 if (*current + xfersPtr[i].size > ptrEnd) { in type1Read() 281 size_t* count, char** current,const char* ptrEnd) { in type2Read() argument 298 if (*current + xfersPtr[i].size > ptrEnd) return; in type2Read() 315 size_t* count, char** current, const char* ptrEnd) { in type3Read() argument 318 uint32_t maxCanRead = ptrEnd - *current; in type3Read()
|
D | RingStream.h | 72 …void type1Read(uint32_t available, char* begin, size_t* count, char** current, const char* ptrEnd); 73 void type2Read(uint32_t available, size_t* count, char** current, const char* ptrEnd); 74 void type3Read(uint32_t available, size_t* count, char** current, const char* ptrEnd);
|