Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp80 mHttpSource.clear(); in resetDataSource()
349 mHttpSource = DataSource::CreateMediaHTTP(mHTTPService); in onPrepareAsync()
350 if (mHttpSource == NULL) { in onPrepareAsync()
359 static_cast<HTTPBase *>(mHttpSource.get())); in onPrepareAsync()
443 mHttpSource.clear(); in notifyPreparedAndCleanup()
570 } else if (mHttpSource != NULL) { in disconnect()
571 static_cast<HTTPBase *>(mHttpSource.get())->disconnect(); in disconnect()
DGenericSource.h135 sp<DataSource> mHttpSource; member