Home
last modified time | relevance | path

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

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