Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBufferedTextOutput.cpp40 , bufferPos(0) in BufferState()
51 if ((len+bufferPos) > bufferSize) { in append()
52 void* b = realloc(buffer, ((len+bufferPos)*3)/2); in append()
56 memcpy(buffer+bufferPos, txt, len); in append()
57 bufferPos += len; in append()
62 bufferPos = 0; in restart()
75 size_t bufferPos; member
213 vec.iov_len = b->bufferPos; in print()
251 if (b->bufferPos > 0 && b->atFront) { in popBundle()
254 vec.iov_len = b->bufferPos; in popBundle()