Searched refs:httpService (Results 1 - 25 of 50) sorted by relevance

12

/frameworks/av/media/libstagefright/http/
H A DHTTPHelper.cpp51 sp<IMediaHTTPService> httpService; local
64 httpService = interface_cast<IMediaHTTPService>(binder);
67 return httpService;
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h41 const sp<IMediaHTTPService> &httpService);
H A DStagefrightMetadataRetriever.h36 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libstagefright/
H A DDataSource.cpp189 const sp<IMediaHTTPService> &httpService,
206 if (httpService == NULL) {
212 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
272 sp<DataSource> DataSource::CreateMediaHTTP(const sp<IMediaHTTPService> &httpService) { argument
273 if (httpService == NULL) {
277 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
188 CreateFromURI( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers, String8 *contentType, HTTPBase *httpSource) argument
/frameworks/av/media/libmedia/
H A DIMediaMetadataRetriever.cpp92 const sp<IMediaHTTPService> &httpService,
98 data.writeInt32(httpService != NULL);
99 if (httpService != NULL) {
100 data.writeStrongBinder(IInterface::asBinder(httpService));
219 sp<IMediaHTTPService> httpService; local
221 httpService =
237 httpService, srcUrl, numHeaders > 0 ? &headers : NULL));
91 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
H A Dmediametadataretriever.cpp99 const sp<IMediaHTTPService> &httpService,
114 return mRetriever->setDataSource(httpService, srcUrl, headers);
98 setDataSource( const sp<IMediaHTTPService> &httpService, const char *srcUrl, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/include/media/stagefright/
H A DDataSource.h50 const sp<IMediaHTTPService> &httpService,
56 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
H A DNuMediaExtractor.h49 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.cpp116 const sp<IMediaHTTPService> &httpService,
167 return mPlayer->setDataSource(httpService, mContentUrl, headers);
115 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DMetadataRetrieverClient.h47 const sp<IMediaHTTPService> &httpService,
H A DStagefrightPlayer.cpp57 const sp<IMediaHTTPService> &httpService,
60 return mPlayer->setDataSource(httpService, url, headers);
56 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
H A DStagefrightPlayer.h37 const sp<IMediaHTTPService> &httpService,
H A DTestPlayerStub.h69 const sp<IMediaHTTPService> &httpService,
H A DMetadataRetrieverClient.cpp106 const sp<IMediaHTTPService> &httpService,
129 status_t ret = p->setDataSource(httpService, url, headers);
105 setDataSource( const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp39 const sp<IMediaHTTPService> &httpService)
44 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())) {
36 SDPLoader( const sp<AMessage> &notify, uint32_t flags, const sp<IMediaHTTPService> &httpService) argument
/frameworks/av/include/media/
H A DIMediaMetadataRetriever.h39 const sp<IMediaHTTPService> &httpService,
H A DMediaMetadataRetrieverInterface.h39 const sp<IMediaHTTPService> &httpService,
H A Dmediametadataretriever.h74 const sp<IMediaHTTPService> &httpService,
H A DIMediaPlayer.h49 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.h36 const sp<IMediaHTTPService> &httpService,
/frameworks/av/include/media/stagefright/timedtext/
H A DTimedTextDriver.h40 const sp<IMediaHTTPService> &httpService);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h33 const sp<IMediaHTTPService> &httpService,
H A DRTSPSource.h36 const sp<IMediaHTTPService> &httpService,
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h40 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp112 sp<IMediaHTTPService> httpService; local
115 httpService = interface_cast<IMediaHTTPService>(binder);
118 status_t err = mData->mImpl->setDataSource(httpService, location, NULL);

Completed in 317 milliseconds

12