Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp639 ssize_t space1 = response->mStatusLine.find(" "); in receiveRTSPReponse() local
640 if (space1 < 0) { in receiveRTSPReponse()
643 ssize_t space2 = response->mStatusLine.find(" ", space1 + 1); in receiveRTSPReponse()
650 if (!IsRTSPVersion(AString(response->mStatusLine, 0, space1))) { in receiveRTSPReponse()
662 response->mStatusLine, space1 + 1, space2 - space1 - 1); in receiveRTSPReponse()
770 ssize_t space1 = request->mStatusLine.find(" "); in handleServerRequest() local
771 CHECK_GE(space1, 0); in handleServerRequest()
948 ssize_t space1 = request.find(" "); in GetMethodAndURL() local
949 CHECK_GE(space1, 0); in GetMethodAndURL()
951 ssize_t space2 = request.find(" ", space1 + 1); in GetMethodAndURL()
[all …]