Home
last modified time | relevance | path

Searched defs:getIDataSource (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DCallbackDataSource.cpp117 sp<IDataSource> CallbackDataSource::getIDataSource() const { in getIDataSource() function in android::CallbackDataSource
190 sp<IDataSource> TinyCacheSource::getIDataSource() const { in getIDataSource() function in android::TinyCacheSource
/aosp12/frameworks/av/include/media/
H A DDataSource.h41 virtual sp<IDataSource> getIDataSource() const { in getIDataSource() function