Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
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()