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()
166 mDataSource = mHttpSource; in initFromDataSource()
367 mHttpSource = DataSource::CreateMediaHTTP(mHTTPService); in onPrepareAsync()
368 if (mHttpSource == NULL) { in onPrepareAsync()
377 static_cast<HTTPBase *>(mHttpSource.get())); in onPrepareAsync()
472 mHttpSource.clear(); in notifyPreparedAndCleanup()
530 } else if (mHttpSource != NULL) { in disconnect()
531 static_cast<HTTPBase *>(mHttpSource.get())->disconnect(); in disconnect()
DGenericSource.h141 sp<DataSource> mHttpSource; member