Lines Matching defs:BufferState
36 struct BufferedTextOutput::BufferState : public RefBase struct in android::BufferedTextOutput
38 explicit BufferState(int32_t _seq) in BufferState() function
47 ~BufferState() { in ~BufferState()
51 status_t append(const char* txt, size_t len) { in append()
65 void restart() { in restart()
77 const int32_t seq;
78 char* buffer;
79 size_t bufferPos;
80 size_t bufferSize;
81 bool atFront;
82 int32_t indent;
83 int32_t bundle;