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);
383 sp<DataSource> httpSource; in onPrepareAsync() local385 httpSource = PlayerServiceDataSourceFactory::getInstance() in onPrepareAsync()387 if (httpSource == NULL) { in onPrepareAsync()395 mHttpSource = httpSource; in onPrepareAsync()565 sp<DataSource> dataSource, httpSource; in disconnect() local569 httpSource = mHttpSource; in disconnect()578 } else if (httpSource != NULL) { in disconnect()579 static_cast<HTTPBase *>(httpSource.get())->disconnect(); in disconnect()