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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp78 mHttpSource.clear();
171 mDataSource = mHttpSource;
386 mHttpSource = DataSource::CreateMediaHTTP(mHTTPService);
387 if (mHttpSource == NULL) {
396 static_cast<HTTPBase *>(mHttpSource.get()));
500 sp<DataSource> httpSource = mHttpSource;
507 mHttpSource.clear();
566 httpSource = mHttpSource;
H A DGenericSource.h221 sp<DataSource> mHttpSource; member in struct:android::NuPlayer::GenericSource

Completed in 189 milliseconds