Lines Matching defs:BufferState
38 struct BufferedTextOutput::BufferState : public RefBase struct in android::hardware::BufferedTextOutput
40 explicit BufferState(int32_t _seq) in BufferState() function
49 ~BufferState() { in ~BufferState()
53 status_t append(const char* txt, size_t len) { in append()
68 void restart() { in restart()
80 const int32_t seq;
81 char* buffer;
82 size_t bufferPos;
83 size_t bufferSize;
84 bool atFront;
85 int32_t indent;
86 int32_t bundle;