HomeSort by relevance Sort by last modified time
    Searched refs:StreamTap (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 173 // StreamTap
176 StreamTap::StreamTap(StreamInterface* stream, StreamInterface* tap)
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,
stream.h 330 // StreamTap is a non-modifying, pass-through adapter, which copies all data
335 class StreamTap : public StreamAdapterInterface {
337 explicit StreamTap(StreamInterface* stream, StreamInterface* tap);
353 DISALLOW_EVIL_CONSTRUCTORS(StreamTap);
httpclient.cc 461 // 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 214 milliseconds