Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DDataSource.cpp113 HTTPBase *httpSource) { in CreateFromURI() argument
127 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()
/frameworks/av/media/libstagefright/include/
DDataSource.h55 HTTPBase *httpSource = NULL);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp486 sp<DataSource> httpSource = mHttpSource; in notifyPreparedAndCleanup() local
533 sp<DataSource> dataSource, httpSource; in disconnect() local
537 httpSource = mHttpSource; in disconnect()
545 } else if (httpSource != NULL) { in disconnect()
546 static_cast<HTTPBase *>(httpSource.get())->disconnect(); in disconnect()