Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DHTTPLiveSource.h75 sp<IMediaHTTPService> mHTTPService; member
DRTSPSource.h97 sp<IMediaHTTPService> mHTTPService; member
DGenericSource.h154 sp<IMediaHTTPService> mHTTPService; member
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp46 mHTTPService(httpService), in HTTPLiveSource()
115 mHTTPService); in prepareAsync()
DRTSPSource.cpp49 mHTTPService(httpService), in RTSPSource()
101 if (mIsSDP && mHTTPService == NULL) { in prepareAsync()
125 mHTTPService); in prepareAsync()
DGenericSource.cpp92 mHTTPService.clear(); in resetDataSource()
122 mHTTPService = httpService; in setDataSource()
386 ->CreateMediaHTTP(mHTTPService); in onPrepareAsync()
403 ->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()