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

/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h116 sp<PlaylistFetcher> mFetcher; member in struct:android::LiveSession::FetcherInfo
H A DLiveSession.cpp391 info.mFetcher->resumeUntilAsync(msg);
561 mFetcherInfos.valueAt(i).mFetcher->stopAsync();
602 info.mFetcher = new PlaylistFetcher(notify, this, uri);
606 looper()->registerHandler(info.mFetcher);
610 return info.mFetcher;
1016 mFetcherInfos.valueAt(i).mFetcher->stopAsync();
1018 mFetcherInfos.valueAt(i).mFetcher->pauseAsync();
1161 info.mFetcher->startAsync(

Completed in 28 milliseconds