Home
last modified time | relevance | path

Searched refs:httpSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
DDataSource.cpp198 HTTPBase *httpSource) { in CreateFromURI() argument
216 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()
/frameworks/av/include/media/stagefright/
DDataSource.h54 HTTPBase *httpSource = NULL);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp500 sp<DataSource> httpSource = mHttpSource; in notifyPreparedAndCleanup() local
562 sp<DataSource> dataSource, httpSource; in disconnect() local
566 httpSource = mHttpSource; in disconnect()
574 } else if (httpSource != NULL) { in disconnect()
575 static_cast<HTTPBase *>(httpSource.get())->disconnect(); in disconnect()