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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp80 mHttpSource.clear();
166 mDataSource = mHttpSource;
367 mHttpSource = DataSource::CreateMediaHTTP(mHTTPService);
368 if (mHttpSource == NULL) {
377 static_cast<HTTPBase *>(mHttpSource.get()));
472 mHttpSource.clear();
530 } else if (mHttpSource != NULL) {
531 static_cast<HTTPBase *>(mHttpSource.get())->disconnect();
H A DGenericSource.h141 sp<DataSource> mHttpSource; member in struct:android::NuPlayer::GenericSource

Completed in 46 milliseconds