HomeSort by relevance Sort by last modified time
    Searched defs:ThrottledSource (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/include/
ThrottledSource.h 26 struct ThrottledSource : public DataSource {
27 ThrottledSource(
46 ThrottledSource(const ThrottledSource &);
47 ThrottledSource &operator=(const ThrottledSource &);
  /frameworks/base/media/libstagefright/
ThrottledSource.cpp 17 #include "include/ThrottledSource.h"
30 ThrottledSource::ThrottledSource(
40 status_t ThrottledSource::initCheck() const {
44 ssize_t ThrottledSource::readAt(off_t offset, void *data, size_t size) {
75 status_t ThrottledSource::getSize(off_t *size) {
79 uint32_t ThrottledSource::flags() {

Completed in 18 milliseconds