Searched refs:ThrottledSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DThrottledSource.h26 struct ThrottledSource : public DataSource { struct in namespace:android
27 ThrottledSource(
51 ThrottledSource(const ThrottledSource &);
52 ThrottledSource &operator=(const ThrottledSource &);
/frameworks/av/media/libstagefright/
H A DThrottledSource.cpp17 #include "include/ThrottledSource.h"
24 ThrottledSource::ThrottledSource( function in class:android::ThrottledSource
34 status_t ThrottledSource::initCheck() const {
38 ssize_t ThrottledSource::readAt(off64_t offset, void *data, size_t size) {
69 status_t ThrottledSource::getSize(off64_t *size) {
73 uint32_t ThrottledSource::flags() {
H A DAndroid.mk48 ThrottledSource.cpp \
H A DAwesomePlayer.cpp31 #include "include/ThrottledSource.h"
2031 new ThrottledSource(

Completed in 108 milliseconds