OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyPacket
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h
92
bool
NotifyPacket
(const char * buffer, size_t len);
pseudotcp_unittest.cc
189
local_.
NotifyPacket
(s.c_str(), s.size());
196
remote_.
NotifyPacket
(s.c_str(), s.size());
pseudotcp.cc
369
bool PseudoTcp::
NotifyPacket
(const char* buffer, size_t len) {
[
all
...]
/external/chromium_org/jingle/glue/
pseudotcp_adapter.cc
40
// These notifications are triggered from
NotifyPacket
.
44
// This is triggered by NotifyClock or
NotifyPacket
.
46
// This is triggered by NotifyClock,
NotifyPacket
, Recv and Send.
403
// TODO(wez): Disconnect on failure of
NotifyPacket
?
404
pseudo_tcp_.
NotifyPacket
(socket_read_buffer_->data(), result);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
358
tcp_->
NotifyPacket
(data, size);
Completed in 265 milliseconds