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

/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp42 , atFront(true)
66 atFront = true;
80 bool atFront; member in struct:android::BufferedTextOutput::BufferState
178 if (b->atFront) {
208 b->atFront = *(txt-1) == '\n';
213 if (b->atFront && !b->bundle) {
254 if (b->bufferPos > 0 && b->atFront) {

Completed in 40 milliseconds