OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StreamAdapterInterface
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
stream.cc
138
//
StreamAdapterInterface
141
StreamAdapterInterface
::
StreamAdapterInterface
(StreamInterface* stream,
145
stream_->SignalEvent.connect(this, &
StreamAdapterInterface
::OnEvent);
148
void
StreamAdapterInterface
::Attach(StreamInterface* stream, bool owned) {
156
stream_->SignalEvent.connect(this, &
StreamAdapterInterface
::OnEvent);
159
StreamInterface*
StreamAdapterInterface
::Detach() {
167
StreamAdapterInterface
::~
StreamAdapterInterface
() {
177
:
StreamAdapterInterface
(stream), tap_(NULL), tap_result_(SR_SUCCESS)
[
all
...]
stream.h
236
//
StreamAdapterInterface
is a convenient base-class for adapting a stream.
243
class
StreamAdapterInterface
: public StreamInterface,
246
explicit
StreamAdapterInterface
(StreamInterface* stream, bool owned = true);
314
virtual ~
StreamAdapterInterface
();
326
DISALLOW_EVIL_CONSTRUCTORS(
StreamAdapterInterface
);
335
class StreamTap : public
StreamAdapterInterface
{
343
//
StreamAdapterInterface
Interface
364
class StreamSegment : public
StreamAdapterInterface
{
371
//
StreamAdapterInterface
Interface
589
class LoggingAdapter : public
StreamAdapterInterface
{
[
all
...]
Completed in 107 milliseconds