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

/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp42 , atFront(true)
63 atFront = true;
77 bool atFront; member in struct:android::BufferedTextOutput::BufferState
175 if (b->atFront) {
205 b->atFront = *(txt-1) == '\n';
210 if (b->atFront && !b->bundle) {
251 if (b->bufferPos > 0 && b->atFront) {

Completed in 32 milliseconds