Searched refs:httpSource (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DDataSource.cpp193 HTTPBase *httpSource) {
211 if (httpSource == NULL) {
217 httpSource = new MediaHTTP(conn);
239 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) {
246 *contentType = httpSource->getMIMEType();
250 httpSource,
256 source = httpSource;
188 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 DDataSource.h54 HTTPBase *httpSource = NULL);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp473 sp<DataSource> httpSource = mHttpSource; local
535 sp<DataSource> dataSource, httpSource; local
539 httpSource = mHttpSource;
547 } else if (httpSource != NULL) {
548 static_cast<HTTPBase *>(httpSource.get())->disconnect();

Completed in 72 milliseconds