Home
last modified time | relevance | path

Searched refs:atFront (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp42 , atFront(true) in BufferState()
67 atFront = true; in restart()
81 bool atFront; member
163 if (b->atFront) { in print()
193 b->atFront = *(txt-1) == '\n'; in print()
198 if (b->atFront && !b->bundle) { in print()
239 if (b->bufferPos > 0 && b->atFront) { in popBundle()
/aosp12/system/libhwbinder/
H A DBufferedTextOutput.cpp45 , atFront(true) in BufferState()
70 atFront = true; in restart()
84 bool atFront; member
162 if (b->atFront) { in print()
191 b->atFront = *(txt-1) == '\n'; in print()
196 if (b->atFront && !b->bundle) { in print()
237 if (b->bufferPos > 0 && b->atFront) { in popBundle()