Lines Matching defs:BufferState
35 struct BufferedTextOutput::BufferState : public RefBase struct in android::BufferedTextOutput
37 explicit BufferState(int32_t _seq) in BufferState() function
46 ~BufferState() { in ~BufferState()
50 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;