Home
last modified time | relevance | path

Searched refs:mHTTPService (Results 1 – 8 of 8) 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()
125 mHTTPService = httpService; in setDataSource()
389 ->CreateMediaHTTP(mHTTPService); in onPrepareAsync()
406 ->CreateFromURI(mHTTPService, uri, &mUriHeaders, &contentType, in onPrepareAsync()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h190 sp<MediaHTTPService> mHTTPService; member
DLiveSession.cpp281 mHTTPService(httpService), in LiveSession()
495 return new HTTPDownloader(mHTTPService, mExtraHeaders); in getHTTPDownloader()