Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBufferedTextOutput.cpp43 , atFront(true) in BufferState()
68 atFront = true; in restart()
82 bool atFront; member
180 if (b->atFront) { in print()
210 b->atFront = *(txt-1) == '\n'; in print()
215 if (b->atFront && !b->bundle) { in print()
256 if (b->bufferPos > 0 && b->atFront) { in popBundle()