Searched refs:httpSource (Results 1 – 3 of 3) sorted by relevance
51 HTTPBase *httpSource) { in CreateFromURI() argument65 sp<HTTPBase> mediaHTTP = httpSource; in CreateFromURI()
40 HTTPBase *httpSource = NULL);
386 sp<DataSource> httpSource; in onPrepareAsync() local388 httpSource = PlayerServiceDataSourceFactory::getInstance() in onPrepareAsync()390 if (httpSource == NULL) { in onPrepareAsync()398 mHttpSource = httpSource; in onPrepareAsync()577 sp<DataSource> dataSource, httpSource; in disconnect() local581 httpSource = mHttpSource; in disconnect()590 } else if (httpSource != NULL) { in disconnect()591 static_cast<HTTPBase *>(httpSource.get())->disconnect(); in disconnect()