Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp93 mHttpSource.clear(); in resetDataSource()
371 mHttpSource = DataSourceFactory::CreateMediaHTTP(mHTTPService); in onPrepareAsync()
372 if (mHttpSource == NULL) { in onPrepareAsync()
383 static_cast<HTTPBase *>(mHttpSource.get())); in onPrepareAsync()
462 mHttpSource.clear(); in notifyPreparedAndCleanup()
506 httpSource = mHttpSource; in disconnect()
DGenericSource2.h164 sp<DataSource> mHttpSource; member
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp93 mHttpSource.clear(); in resetDataSource()
372 mHttpSource = DataSourceFactory::CreateMediaHTTP(mHTTPService); in onPrepareAsync()
373 if (mHttpSource == NULL) { in onPrepareAsync()
384 static_cast<HTTPBase *>(mHttpSource.get())); in onPrepareAsync()
505 mHttpSource.clear(); in notifyPreparedAndCleanup()
549 httpSource = mHttpSource; in disconnect()
DGenericSource.h164 sp<DataSource> mHttpSource; member