Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp642 ssize_t space1 = response->mStatusLine.find(" "); in receiveRTSPReponse() local
643 if (space1 < 0) { in receiveRTSPReponse()
646 ssize_t space2 = response->mStatusLine.find(" ", space1 + 1); in receiveRTSPReponse()
653 if (!IsRTSPVersion(AString(response->mStatusLine, 0, space1))) { in receiveRTSPReponse()
665 response->mStatusLine, space1 + 1, space2 - space1 - 1); in receiveRTSPReponse()
773 ssize_t space1 = request->mStatusLine.find(" "); in handleServerRequest() local
774 CHECK_GE(space1, 0); in handleServerRequest()
959 ssize_t space1 = request.find(" "); in GetMethodAndURL() local
960 CHECK_GE(space1, 0); in GetMethodAndURL()
962 ssize_t space2 = request.find(" ", space1 + 1); in GetMethodAndURL()
[all …]