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

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp145 const char *slashPos = strchr(&url[7], '/'); local
147 if (slashPos == NULL) {
151 host->setTo(&url[7], slashPos - &url[7]);
152 path->setTo(slashPos);
H A DMyHandler.h1651 const char *slashPos = strrchr(baseURL, '/'); local
1653 if (slashPos > &baseURL[6]) {
1654 out->setTo(baseURL, slashPos - baseURL);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp424 const char *slashPos = strrchr(baseURL, '/'); local
426 if (slashPos > &baseURL[6]) {
427 out->setTo(baseURL, slashPos - baseURL);

Completed in 33 milliseconds