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

  /external/chromium_org/third_party/webrtc/base/
stream.h 332 // StreamTap is a non-modifying, pass-through adapter, which copies all data
337 class StreamTap : public StreamAdapterInterface {
339 explicit StreamTap(StreamInterface* stream, StreamInterface* tap);
355 DISALLOW_EVIL_CONSTRUCTORS(StreamTap);
stream.cc 148 // StreamTap
151 StreamTap::StreamTap(StreamInterface* stream, StreamInterface* tap)
157 void StreamTap::AttachTap(StreamInterface* tap) {
161 StreamInterface* StreamTap::DetachTap() {
165 StreamResult StreamTap::GetTapResult(int* error) {
172 StreamResult StreamTap::Read(void* buffer, size_t buffer_len,
186 StreamResult StreamTap::Write(const void* data, size_t data_len,
    [all...]
httpclient.cc 478 // er, StreamTap, so that we can mirror the data to our cache.
483 StreamTap* tap = new StreamTap(output, stream.release());
505 StreamTap* tap = static_cast<StreamTap*>(response().document.release());

Completed in 5627 milliseconds