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

/frameworks/av/media/libstagefright/
H A DDataSource.cpp113 HTTPBase *httpSource) {
127 if (httpSource == NULL) {
133 httpSource = new MediaHTTP(conn);
147 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) {
153 *contentType = httpSource->getMIMEType();
157 httpSource,
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 DDataSource.h55 HTTPBase *httpSource = NULL);
/frameworks/av/media/libstagefright/foundation/include/
H A DDataSource.h55 HTTPBase *httpSource = NULL);
/frameworks/av/media/libstagefright/include/
H A DDataSource.h55 HTTPBase *httpSource = NULL);
/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 97 milliseconds