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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstream.cc173 // StreamTap
176 StreamTap::StreamTap(StreamInterface* stream, StreamInterface* tap) function in class:talk_base::StreamTap
183 void StreamTap::AttachTap(StreamInterface* tap) {
187 StreamInterface* StreamTap::DetachTap() {
191 StreamResult StreamTap::GetTapResult(int* error) {
198 StreamResult StreamTap::Read(void* buffer, size_t buffer_len,
212 StreamResult StreamTap::Write(const void* data, size_t data_len,
H A Dstream.h330 // StreamTap is a non-modifying, pass-through adapter, which copies all data
335 class StreamTap : public StreamAdapterInterface { class in namespace:talk_base
337 explicit StreamTap(StreamInterface* stream, StreamInterface* tap);
353 DISALLOW_EVIL_CONSTRUCTORS(StreamTap);
H A Dhttpclient.cc461 // er, StreamTap, so that we can mirror the data to our cache.
466 StreamTap* tap = new StreamTap(output, stream.release());
488 StreamTap* tap = static_cast<StreamTap*>(response().document.release());

Completed in 319 milliseconds