Searched refs:getIDataSource (Results 1 – 5 of 5) sorted by relevance
34 if (source->getIDataSource().get() != nullptr) { in wrap()35 return source->getIDataSource(); in wrap()
41 virtual sp<IDataSource> getIDataSource() const { in getIDataSource() function
45 virtual sp<IDataSource> getIDataSource() const;74 virtual sp<IDataSource> getIDataSource() const;
120 sp<IDataSource> CallbackDataSource::getIDataSource() const { in getIDataSource() function in android::CallbackDataSource201 sp<IDataSource> TinyCacheSource::getIDataSource() const { in getIDataSource() function in android::TinyCacheSource202 return mSource->getIDataSource(); in getIDataSource()