Searched refs:getTypeURI (Results 1 – 3 of 3) sorted by relevance
55 bool getTypeURI(size_t index, const char *key, AString *uri) const;
419 bool M3UParser::getTypeURI(size_t index, const char *key, AString *uri) const { in getTypeURI() function in android::M3UParser481 return getTypeURI(index, key, NULL /* uri */); in hasType()
1567 if (mPlaylist->getTypeURI(item.mPlaylistIndex, mStreams[i].mType, &URIs[i])) { in changeConfiguration()