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

/external/chromium_org/third_party/webrtc/base/
H A Dstream.cc36 // StreamInterface
38 StreamInterface::~StreamInterface() {
41 StreamResult StreamInterface::WriteAll(const void* data, size_t data_len,
57 StreamResult StreamInterface::ReadAll(void* buffer, size_t buffer_len,
73 StreamResult StreamInterface::ReadLine(std::string* line) {
93 void StreamInterface::PostEvent(Thread* t, int events, int err) {
97 void StreamInterface::PostEvent(int events, int err) {
101 StreamInterface::StreamInterface() { function in class:rtc::StreamInterface
[all...]
H A Dstream.h28 // StreamInterface is a generic asynchronous stream interface, supporting read,
34 // The following enumerations are declared outside of the StreamInterface
60 class StreamInterface : public MessageHandler { class in namespace:rtc
66 virtual ~StreamInterface();
99 sigslot::signal3<StreamInterface*, int, int> SignalEvent;
225 StreamInterface();
231 DISALLOW_EVIL_CONSTRUCTORS(StreamInterface);
242 class StreamAdapterInterface : public StreamInterface,
245 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true);
312 void Attach(StreamInterface* strea
[all...]

Completed in 72 milliseconds