Searched refs:mHttpSource (Results 1 – 2 of 2) sorted by relevance
80 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()
141 sp<DataSource> mHttpSource; member