Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp566 bool sawCR = false; in receiveLine() local
573 if (sawCR && c == '\n') { in receiveLine()
588 sawCR = (c == '\r'); in receiveLine()