OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnChannelRead
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h
111
void
OnChannelRead
(TransportChannel* channel, const char* data, size_t size);
pseudotcpchannel.cc
141
&PseudoTcpChannel::
OnChannelRead
);
339
void PseudoTcpChannel::
OnChannelRead
(TransportChannel* channel,
/external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc
112
this, &BaseChannel::
OnChannelRead
);
204
this, &BaseChannel::
OnChannelRead
);
236
void BaseChannel::
OnChannelRead
(TransportChannel* channel,
238
//
OnChannelRead
gets called from P2PSocket; now pass data to MediaEngine
722
void VoiceChannel::
OnChannelRead
(TransportChannel* channel,
724
BaseChannel::
OnChannelRead
(channel, data, len);
[
all
...]
channel.h
162
void
OnChannelRead
(TransportChannel* channel, const char *data, size_t len);
331
virtual void
OnChannelRead
(TransportChannel* channel,
Completed in 183 milliseconds