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

/frameworks/av/media/libstagefright/
H A DDataSource.cpp198 HTTPBase *httpSource) {
216 if (httpSource == NULL) {
222 httpSource = new MediaHTTP(conn);
244 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) {
251 *contentType = httpSource->getMIMEType();
255 httpSource,
261 source = httpSource;
193 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.cpp500 sp<DataSource> httpSource = mHttpSource; local
562 sp<DataSource> dataSource, httpSource; local
566 httpSource = mHttpSource;
574 } else if (httpSource != NULL) {
575 static_cast<HTTPBase *>(httpSource.get())->disconnect();

Completed in 128 milliseconds