OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamTap
(Results
1 - 6
of
6
) 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());
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
347
//
StreamTap
is a non-modifying, pass-through adapter, which copies all data
352
class
StreamTap
: public StreamAdapterInterface {
354
explicit
StreamTap
(StreamInterface* stream, StreamInterface* tap);
370
DISALLOW_EVIL_CONSTRUCTORS(
StreamTap
);
[
all
...]
stream.cc
165
//
StreamTap
168
StreamTap
::
StreamTap
(StreamInterface* stream, StreamInterface* tap)
174
void
StreamTap
::AttachTap(StreamInterface* tap) {
178
StreamInterface*
StreamTap
::DetachTap() {
182
StreamResult
StreamTap
::GetTapResult(int* error) {
189
StreamResult
StreamTap
::Read(void* buffer, size_t buffer_len,
203
StreamResult
StreamTap
::Write(const void* data, size_t data_len,
[
all
...]
httpclient.cc
494
// er,
StreamTap
, so that we can mirror the data to our cache.
499
StreamTap
* tap = new
StreamTap
(output, stream.release());
521
StreamTap
* tap = static_cast<
StreamTap
*>(response().document.release());
Completed in 2823 milliseconds