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

/frameworks/av/media/libstagefright/
H A DDataSource.cpp190 HTTPBase *httpSource) {
208 if (httpSource == NULL) {
214 httpSource = new MediaHTTP(conn);
236 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) {
243 *contentType = httpSource->getMIMEType();
247 httpSource,
253 source = httpSource;
185 CreateFromURI( const sp<IMediaHTTPService> &httpService, const char *uri, const KeyedVector<String8, String8> *headers, String8 *contentType, HTTPBase *httpSource) argument

Completed in 5 milliseconds