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

  /frameworks/av/media/libstagefright/include/
ThrottledSource.h 26 struct ThrottledSource : public DataSource {
27 ThrottledSource(
77 ThrottledSource(const ThrottledSource &);
78 ThrottledSource &operator=(const ThrottledSource &);
  /frameworks/av/media/libstagefright/
ThrottledSource.cpp 17 #include "include/ThrottledSource.h"
24 ThrottledSource::ThrottledSource(
34 ssize_t ThrottledSource::readAt(off64_t offset, void *data, size_t size) {
Android.mk 62 ThrottledSource.cpp \
AwesomePlayer.cpp 34 #include "include/ThrottledSource.h"
    [all...]

Completed in 1484 milliseconds