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