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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.cc51 // StreamInterface
58 StreamInterface::~StreamInterface() {
66 StreamResult StreamInterface::WriteAll(const void* data, size_t data_len,
82 StreamResult StreamInterface::ReadAll(void* buffer, size_t buffer_len,
98 StreamResult StreamInterface::ReadLine(std::string* line) {
118 void StreamInterface::PostEvent(Thread* t, int events, int err) {
122 void StreamInterface::PostEvent(int events, int err) {
126 StreamInterface::StreamInterface() { function in class:talk_base::StreamInterface
[all...]
H A Dstream.h41 // StreamInterface is a generic asynchronous stream interface, supporting read,
47 // The following enumerations are declared outside of the StreamInterface
68 class StreamInterface : public MessageHandler { class in namespace:talk_base
70 virtual ~StreamInterface();
103 sigslot::signal3<StreamInterface*, int, int> SignalEvent;
226 StreamInterface();
232 DISALLOW_EVIL_CONSTRUCTORS(StreamInterface);
243 class StreamAdapterInterface : public StreamInterface,
246 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true);
310 void Attach(StreamInterface* strea
[all...]

Completed in 61 milliseconds