Searched refs:httpSource (Results 1 – 3 of 3) sorted by relevance
198 HTTPBase *httpSource) { in CreateFromURI() argument216 if (httpSource == NULL) { in CreateFromURI()222 httpSource = new MediaHTTP(conn); in CreateFromURI()244 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) { in CreateFromURI()251 *contentType = httpSource->getMIMEType(); in CreateFromURI()255 httpSource, in CreateFromURI()261 source = httpSource; in CreateFromURI()
54 HTTPBase *httpSource = NULL);
500 sp<DataSource> httpSource = mHttpSource; in notifyPreparedAndCleanup() local562 sp<DataSource> dataSource, httpSource; in disconnect() local566 httpSource = mHttpSource; in disconnect()574 } else if (httpSource != NULL) { in disconnect()575 static_cast<HTTPBase *>(httpSource.get())->disconnect(); in disconnect()