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

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp135 const char *slashPos = strrchr(baseURL, '/'); local
137 if (slashPos > &baseURL[6]) {
138 out->setTo(baseURL, slashPos - baseURL);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp72 const char *slashPos = strchr(&url[7], '/'); local
74 if (slashPos == NULL) {
78 host->setTo(&url[7], slashPos - &url[7]);
79 path->setTo(slashPos);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp142 const char *slashPos = strchr(&url[7], '/'); local
144 if (slashPos == NULL) {
148 host->setTo(&url[7], slashPos - &url[7]);
149 path->setTo(slashPos);
H A DMyHandler.h1353 const char *slashPos = strrchr(baseURL, '/'); local
1355 if (slashPos > &baseURL[6]) {
1356 out->setTo(baseURL, slashPos - baseURL);

Completed in 662 milliseconds