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()
66 atFront = true; in restart()
80 bool atFront; member
178 if (b->atFront) { in print()
208 b->atFront = *(txt-1) == '\n'; in print()
213 if (b->atFront && !b->bundle) { in print()
254 if (b->bufferPos > 0 && b->atFront) { in popBundle()