Searched defs:BufferState (Results 1 – 1 of 1) sorted by relevance
39 struct BufferedTextOutput::BufferState : public RefBase struct in android::hardware::BufferedTextOutput41 explicit BufferState(int32_t _seq) in BufferState() function50 ~BufferState() { in ~BufferState()54 status_t append(const char* txt, size_t len) { in append()69 void restart() { in restart()81 const int32_t seq;82 char* buffer;83 size_t bufferPos;84 size_t bufferSize;85 bool atFront;[all …]