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

/frameworks/av/cmds/stagefright/
H A Dstream.cpp46 struct MyStreamSource : public BnStreamSource { struct in inherits:BnStreamSource
48 MyStreamSource(int fd);
56 virtual ~MyStreamSource();
66 DISALLOW_EVIL_CONSTRUCTORS(MyStreamSource);
69 MyStreamSource::MyStreamSource(int fd) function in class:MyStreamSource
79 MyStreamSource::~MyStreamSource() {
84 void MyStreamSource::setListener(const sp<IStreamListener> &listener) {
88 void MyStreamSource
[all...]

Completed in 163 milliseconds