Searched refs:mHTTPService (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h68 sp<IMediaHTTPService> mHTTPService; member in struct:android::NuPlayer::HTTPLiveSource
H A DRTSPSource.h96 sp<IMediaHTTPService> mHTTPService; member in struct:android::NuPlayer::RTSPSource
H A DHTTPLiveSource.cpp42 mHTTPService(httpService),
92 mHTTPService);
H A DRTSPSource.cpp50 mHTTPService(httpService),
86 if (mIsSDP && mHTTPService == NULL) {
110 mHTTPService);
H A DGenericSource.h212 sp<IMediaHTTPService> mHTTPService; member in struct:android::NuPlayer::GenericSource
H A DGenericSource.cpp77 mHTTPService.clear();
107 mHTTPService = httpService;
386 mHttpSource = DataSource::CreateMediaHTTP(mHTTPService);
395 mHTTPService, uri, &mUriHeaders, &contentType,
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h188 sp<IMediaHTTPService> mHTTPService; member in struct:android::LiveSession
H A DLiveSession.cpp281 mHTTPService(httpService),
495 return new HTTPDownloader(mHTTPService, mExtraHeaders);

Completed in 38 milliseconds