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

/frameworks/base/media/libstagefright/include/
H A DThrottledSource.h26 struct ThrottledSource : public DataSource { struct in namespace:android
27 ThrottledSource(
46 ThrottledSource(const ThrottledSource &);
47 ThrottledSource &operator=(const ThrottledSource &);
/frameworks/base/media/libstagefright/
H A DThrottledSource.cpp17 #include "include/ThrottledSource.h"
30 ThrottledSource::ThrottledSource( function in class:android::ThrottledSource
40 status_t ThrottledSource::initCheck() const {
44 ssize_t ThrottledSource::readAt(off64_t offset, void *data, size_t size) {
75 status_t ThrottledSource::getSize(off64_t *size) {
79 uint32_t ThrottledSource::flags() {

Completed in 338 milliseconds