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

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp564 bool sawCR = false; local
571 if (sawCR && c == '\n') {
586 sawCR = (c == '\r');

Completed in 40 milliseconds