Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DM3UParser.h55 bool getTypeURI(size_t index, const char *key, AString *uri) const;
DM3UParser.cpp419 bool M3UParser::getTypeURI(size_t index, const char *key, AString *uri) const { in getTypeURI() function in android::M3UParser
481 return getTypeURI(index, key, NULL /* uri */); in hasType()
DLiveSession.cpp1567 if (mPlaylist->getTypeURI(item.mPlaylistIndex, mStreams[i].mType, &URIs[i])) { in changeConfiguration()