Searched defs:ThrottledSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
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 50 milliseconds