Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h75 sp<IMediaHTTPService> mHTTPService; member
H A DHTTPLiveSource.cpp47 mHTTPService(httpService), in HTTPLiveSource()
116 mHTTPService); in prepareAsync()
H A DRTSPSource.h97 sp<IMediaHTTPService> mHTTPService; member
H A DRTSPSource.cpp50 mHTTPService(httpService), in RTSPSource()
102 if (mIsSDP && mHTTPService == NULL) { in prepareAsync()
126 mHTTPService); in prepareAsync()
H A DGenericSource.h155 sp<IMediaHTTPService> mHTTPService; member
H A DGenericSource.cpp92 mHTTPService.clear(); in resetDataSource()
122 mHTTPService = httpService; in setDataSource()
386 ->CreateMediaHTTP(mHTTPService); in onPrepareAsync()
403 ->CreateFromURI(mHTTPService, uri, &mUriHeaders, &contentType, in onPrepareAsync()
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.h190 sp<MediaHTTPService> mHTTPService; member
H A DLiveSession.cpp281 mHTTPService(httpService), in LiveSession()
495 return new HTTPDownloader(mHTTPService, mExtraHeaders); in getHTTPDownloader()