Searched refs:ThrottledSource (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DAndroid.mk54 ThrottledSource.cpp \
H A DAwesomePlayer.cpp34 #include "include/ThrottledSource.h"
2287 new ThrottledSource(
H A DThrottledSource.cpp17 #include "include/ThrottledSource.h"
24 ThrottledSource::ThrottledSource( function in class:android::ThrottledSource
34 ssize_t ThrottledSource::readAt(off64_t offset, void *data, size_t size) {
/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h26 struct ThrottledSource : public DataSource { struct in namespace:android
27 ThrottledSource(
77 ThrottledSource(const ThrottledSource &);
78 ThrottledSource &operator=(const ThrottledSource &);

Completed in 300 milliseconds