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

/frameworks/av/cmds/stagefright/
H A Dstream.cpp44 struct MyStreamSource : public BnStreamSource { struct in inherits:BnStreamSource
46 MyStreamSource(int fd);
54 virtual ~MyStreamSource();
64 DISALLOW_EVIL_CONSTRUCTORS(MyStreamSource);
67 MyStreamSource::MyStreamSource(int fd) function in class:MyStreamSource
77 MyStreamSource::~MyStreamSource() {
82 void MyStreamSource::setListener(const sp<IStreamListener> &listener) {
86 void MyStreamSource
[all...]

Completed in 38 milliseconds