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

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp448 static bool MakeURL(const char *baseURL, const char *url, AString *out) { function in namespace:android
636 CHECK(MakeURL(mBaseURI.c_str(), line.c_str(), &item->mURI));
868 if (MakeURL(baseURI.c_str(), val.c_str(), &absURI)) {
1096 if (!MakeURL(mBaseURI.c_str(), tmp.c_str(), &groupURI)) {
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h201 CHECK(MakeURL(
563 CHECK(MakeURL(
1580 CHECK(MakeURL(mBaseURL.c_str(), url.c_str(), &trackURL));
1661 static bool MakeURL(const char *baseURL, const char *url, AString *out) { function in struct:android::MyHandler

Completed in 25 milliseconds