Searched refs:httpSource (Results 1 – 3 of 3) sorted by relevance
113 HTTPBase *httpSource) { in CreateFromURI() argument127 if (httpSource == NULL) { in CreateFromURI()133 httpSource = new MediaHTTP(conn); in CreateFromURI()147 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) { in CreateFromURI()153 *contentType = httpSource->getMIMEType(); in CreateFromURI()157 httpSource, in CreateFromURI()
55 HTTPBase *httpSource = NULL);
486 sp<DataSource> httpSource = mHttpSource; in notifyPreparedAndCleanup() local533 sp<DataSource> dataSource, httpSource; in disconnect() local537 httpSource = mHttpSource; in disconnect()545 } else if (httpSource != NULL) { in disconnect()546 static_cast<HTTPBase *>(httpSource.get())->disconnect(); in disconnect()