HomeSort by relevance Sort by last modified time
    Searched refs:httpSource (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/
DataSource.cpp 198 HTTPBase *httpSource) {
216 if (httpSource == NULL) {
222 httpSource = new MediaHTTP(conn);
244 if (httpSource->connect(uri, &nonCacheSpecificHeaders) != OK) {
251 *contentType = httpSource->getMIMEType();
255 httpSource,
261 source = httpSource;
  /frameworks/av/include/media/stagefright/
DataSource.h 54 HTTPBase *httpSource = NULL);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 500 sp<DataSource> httpSource = mHttpSource;
562 sp<DataSource> dataSource, httpSource;
566 httpSource = mHttpSource;
574 } else if (httpSource != NULL) {
575 static_cast<HTTPBase *>(httpSource.get())->disconnect();
    [all...]

Completed in 69 milliseconds