Searched defs:httpSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DDataSource.cpp155 HTTPBase *httpSource) {
169 if (httpSource == NULL) {
175 httpSource = new MediaHTTP(conn);
189 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) {
195 *contentType = httpSource->getMIMEType();
199 httpSource,
150 CreateFromURI( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers, String8 *contentType, HTTPBase *httpSource) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp486 sp<DataSource> httpSource = mHttpSource; local
533 sp<DataSource> dataSource, httpSource; local
537 httpSource = mHttpSource;
545 } else if (httpSource != NULL) {
546 static_cast<HTTPBase *>(httpSource.get())->disconnect();

Completed in 102 milliseconds