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

123

/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/
H A DDataSource.cpp109 const sp<IMediaHTTPService> &httpService,
122 if (httpService == NULL) {
128 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
179 sp<DataSource> DataSource::CreateMediaHTTP(const sp<IMediaHTTPService> &httpService) { argument
180 if (httpService == NULL) {
184 sp<IMediaHTTPConnection> conn = httpService->makeHTTPConnection();
108 CreateFromURI( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers, String8 *contentType, HTTPBase *httpSource) argument
/frameworks/av/include/media/stagefright/
H A DSDPLoader.h41 const sp<IMediaHTTPService> &httpService);
H A DStagefrightMetadataRetriever.h36 const sp<IMediaHTTPService> &httpService,
H A DDataSource.h51 const sp<IMediaHTTPService> &httpService,
57 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
/frameworks/av/media/libstagefright/foundation/include/
H A DSDPLoader.h41 const sp<IMediaHTTPService> &httpService);
H A DStagefrightMetadataRetriever.h36 const sp<IMediaHTTPService> &httpService,
H A DDataSource.h51 const sp<IMediaHTTPService> &httpService,
57 static sp<DataSource> CreateMediaHTTP(const sp<IMediaHTTPService> &httpService);
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h41 const sp<IMediaHTTPService> &httpService);
H A DStagefrightMetadataRetriever.h36 const sp<IMediaHTTPService> &httpService,
H A DDataSource.h51 const sp<IMediaHTTPService> &httpService,
57 static sp<DataSource> CreateMediaHTTP(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
/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,
/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,
/frameworks/av/media/libmedia/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,
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.h36 const sp<IMediaHTTPService> &httpService,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h33 const sp<IMediaHTTPService> &httpService,
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h44 const sp<IMediaHTTPService> &httpService,

Completed in 596 milliseconds

123