Searched refs:mHttpSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DGenericSource2.cpp93 mHttpSource.clear();
371 mHttpSource = DataSourceFactory::CreateMediaHTTP(mHTTPService);
372 if (mHttpSource == NULL) {
383 static_cast<HTTPBase *>(mHttpSource.get()));
462 mHttpSource.clear();
506 httpSource = mHttpSource;
H A DGenericSource2.h164 sp<DataSource> mHttpSource; member in struct:android::NuPlayer2::GenericSource2
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h164 sp<DataSource> mHttpSource; member in struct:android::NuPlayer::GenericSource
H A DGenericSource.cpp93 mHttpSource.clear();
372 mHttpSource = DataSourceFactory::CreateMediaHTTP(mHTTPService);
373 if (mHttpSource == NULL) {
384 static_cast<HTTPBase *>(mHttpSource.get()));
505 mHttpSource.clear();
549 httpSource = mHttpSource;

Completed in 82 milliseconds