HomeSort by relevance Sort by last modified time
    Searched defs:StreamInterface (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 51 // 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() {
    [all...]
stream.h 41 // StreamInterface is a generic asynchronous stream interface, supporting read,
47 // The following enumerations are declared outside of the StreamInterface
68 class StreamInterface : public MessageHandler {
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* stream, bool owned = true)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream.cc 53 // 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() {
    [all...]
stream.h 43 // StreamInterface is a generic asynchronous stream interface, supporting read,
49 // The following enumerations are declared outside of the StreamInterface
75 class StreamInterface : public MessageHandler {
81 virtual ~StreamInterface();
114 sigslot::signal3<StreamInterface*, int, int> SignalEvent;
240 StreamInterface();
246 DISALLOW_EVIL_CONSTRUCTORS(StreamInterface);
257 class StreamAdapterInterface : public StreamInterface,
260 explicit StreamAdapterInterface(StreamInterface* stream, bool owned = true);
327 void Attach(StreamInterface* stream, bool owned = true)
    [all...]

Completed in 96 milliseconds