Home
last modified time | relevance | path

Searched defs:BufferState (Results 1 – 2 of 2) sorted by relevance

/system/libhwbinder/
DBufferedTextOutput.cpp38 struct BufferedTextOutput::BufferState : public RefBase struct in android::hardware::BufferedTextOutput
40 explicit BufferState(int32_t _seq) in BufferState() argument
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;
[all …]
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_format.h175 struct BufferState { struct
176 uint8_t read_ahead_state;