Searched refs:mHTTPService (Results 1 – 14 of 14) sorted by relevance
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | HTTPLiveSource.h | 75 sp<IMediaHTTPService> mHTTPService; member
|
D | HTTPLiveSource.cpp | 47 mHTTPService(httpService), in HTTPLiveSource() 116 mHTTPService); in prepareAsync()
|
D | RTSPSource.h | 97 sp<IMediaHTTPService> mHTTPService; member
|
D | RTSPSource.cpp | 50 mHTTPService(httpService), in RTSPSource() 102 if (mIsSDP && mHTTPService == NULL) { in prepareAsync() 126 mHTTPService); in prepareAsync()
|
D | GenericSource.h | 154 sp<IMediaHTTPService> mHTTPService; member
|
D | GenericSource.cpp | 92 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/ |
D | HTTPLiveSource2.h | 75 sp<MediaHTTPService> mHTTPService; member
|
D | HTTPLiveSource2.cpp | 47 mHTTPService(httpService), in HTTPLiveSource2() 117 mHTTPService); in prepareAsync()
|
D | RTSPSource2.h | 96 sp<MediaHTTPService> mHTTPService; member
|
D | RTSPSource2.cpp | 49 mHTTPService(httpService), in RTSPSource2() 100 if (mIsSDP && mHTTPService == NULL) { in prepareAsync() 124 mHTTPService); in prepareAsync()
|
D | GenericSource2.h | 154 sp<MediaHTTPService> mHTTPService; member
|
D | GenericSource2.cpp | 92 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/ |
D | LiveSession.h | 190 sp<MediaHTTPService> mHTTPService; member
|
D | LiveSession.cpp | 280 mHTTPService(httpService), in LiveSession() 494 return new HTTPDownloader(mHTTPService, mExtraHeaders); in getHTTPDownloader()
|