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

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstream.cc53 // StreamInterface
55 StreamInterface::~StreamInterface() {
58 StreamResult StreamInterface::WriteAll(const void* data, size_t data_len,
74 StreamResult StreamInterface::ReadAll(void* buffer, size_t buffer_len,
90 StreamResult StreamInterface::ReadLine(std::string* line) {
110 void StreamInterface::PostEvent(Thread* t, int events, int err) {
114 void StreamInterface::PostEvent(int events, int err) {
118 StreamInterface::StreamInterface() { function in class:talk_base::StreamInterface
[all...]
H A Dstream.h45 // StreamInterface is a generic asynchronous stream interface, supporting read,
51 // The following enumerations are declared outside of the StreamInterface
77 class StreamInterface : public MessageHandler { class in namespace:talk_base
83 virtual ~StreamInterface();
116 sigslot::signal3<StreamInterface*, int, int> SignalEvent;
242 StreamInterface();
248 DISALLOW_EVIL_CONSTRUCTORS(StreamInterface);
259 class StreamAdapterInterface : public StreamInterface,
262 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true);
329 void Attach(StreamInterface* strea
[all...]
/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 254 milliseconds