Searched refs:httpService (Results 1 - 25 of 44) 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/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 =
227 if (httpService == NULL || srcUrl == NULL) {
242 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
H A DIMediaPlayer.cpp89 const sp<IMediaHTTPService> &httpService,
95 data.writeInt32(httpService != NULL);
96 if (httpService != NULL) {
97 data.writeStrongBinder(IInterface::asBinder(httpService));
440 sp<IMediaHTTPService> httpService; local
442 httpService =
459 httpService, url, numHeaders > 0 ? &headers : NULL));
88 setDataSource( const sp<IMediaHTTPService> &httpService, const char* url, const KeyedVector<String8, String8>* headers) argument
/frameworks/av/media/libstagefright/
H A DDataSource.cpp194 const sp<IMediaHTTPService> &httpService,
211 if (httpService == NULL) {
217 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
277 sp<DataSource> DataSource::CreateMediaHTTP(const sp<IMediaHTTPService> &httpService) { argument
278 if (httpService == NULL) {
282 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
193 CreateFromURI( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers, String8 *contentType, HTTPBase *httpSource) argument
/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 DTestPlayerStub.h69 const sp<IMediaHTTPService> &httpService,
H A DMetadataRetrieverClient.cpp107 const sp<IMediaHTTPService> &httpService,
130 status_t ret = p->setDataSource(httpService, url, headers);
106 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,
H A DHTTPDownloader.cpp39 const sp<IMediaHTTPService> &httpService,
41 mHTTPDataSource(new MediaHTTP(httpService->makeHTTPConnection())),
38 HTTPDownloader( const sp<IMediaHTTPService> &httpService, 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.h55 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,
H A Dandroid_media_MediaMetadataRetriever.cpp129 sp<IMediaHTTPService> httpService; local
132 httpService = interface_cast<IMediaHTTPService>(binder);
138 httpService,
/frameworks/av/media/ndk/
H A DNdkMediaExtractor.cpp113 sp<IMediaHTTPService> httpService; local
116 httpService = interface_cast<IMediaHTTPService>(binder);
119 status_t err = mData->mImpl->setDataSource(httpService, location, NULL);

Completed in 2827 milliseconds

12