Home
last modified time | relevance | path

Searched refs:mHTTPService (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.h75 sp<IMediaHTTPService> mHTTPService; member
DHTTPLiveSource.cpp47 mHTTPService(httpService), in HTTPLiveSource()
116 mHTTPService); in prepareAsync()
DRTSPSource.h97 sp<IMediaHTTPService> mHTTPService; member
DRTSPSource.cpp50 mHTTPService(httpService), in RTSPSource()
102 if (mIsSDP && mHTTPService == NULL) { in prepareAsync()
126 mHTTPService); in prepareAsync()
DGenericSource.h154 sp<IMediaHTTPService> mHTTPService; member
DGenericSource.cpp92 mHTTPService.clear(); in resetDataSource()
121 mHTTPService = httpService; in setDataSource()
372 mHttpSource = DataSourceFactory::CreateMediaHTTP(mHTTPService); in onPrepareAsync()
383 mHTTPService, uri, &mUriHeaders, &contentType, in onPrepareAsync()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DHTTPLiveSource2.h75 sp<MediaHTTPService> mHTTPService; member
DHTTPLiveSource2.cpp47 mHTTPService(httpService), in HTTPLiveSource2()
117 mHTTPService); in prepareAsync()
DRTSPSource2.h96 sp<MediaHTTPService> mHTTPService; member
DRTSPSource2.cpp49 mHTTPService(httpService), in RTSPSource2()
100 if (mIsSDP && mHTTPService == NULL) { in prepareAsync()
124 mHTTPService); in prepareAsync()
DGenericSource2.h154 sp<MediaHTTPService> mHTTPService; member
DGenericSource2.cpp92 mHTTPService.clear(); in resetDataSource()
121 mHTTPService = httpService; in setDataSource()
371 mHttpSource = DataSourceFactory::CreateMediaHTTP(mHTTPService); in onPrepareAsync()
382 mHTTPService, uri, &mUriHeaders, &contentType, in onPrepareAsync()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h190 sp<MediaHTTPService> mHTTPService; member
DLiveSession.cpp280 mHTTPService(httpService), in LiveSession()
494 return new HTTPDownloader(mHTTPService, mExtraHeaders); in getHTTPDownloader()