Home
last modified time | relevance | path

Searched refs:addFetcher (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DLiveSession.h256 sp<PlaylistFetcher> addFetcher(const char *uri);
DLiveSession.cpp1023 addFetcher(mMasterURL.c_str())->fetchPlaylistAsync(); in onConnect()
1165 sp<PlaylistFetcher> LiveSession::addFetcher(const char *uri) { in addFetcher() function in android::LiveSession
1853 sp<PlaylistFetcher> fetcher = addFetcher(uri.c_str()); in onChangeConfiguration3()