HomeSort by relevance Sort by last modified time
    Searched defs:SocketMonitor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 28 #include "talk/p2p/client/socketmonitor.h"
41 SocketMonitor::SocketMonitor(TransportChannel* channel,
50 SocketMonitor::~SocketMonitor() {
55 void SocketMonitor::Start(int milliseconds) {
62 void SocketMonitor::Stop() {
66 void SocketMonitor::OnMessage(talk_base::Message *message) {
101 void SocketMonitor::PollSocket(bool poll) {
socketmonitor.h 40 class SocketMonitor : public talk_base::MessageHandler,
43 SocketMonitor(TransportChannel* channel,
46 ~SocketMonitor();
53 sigslot::signal2<SocketMonitor*,
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 28 #include "talk/p2p/client/socketmonitor.h"
38 SocketMonitor::SocketMonitor(TransportChannel* channel,
47 SocketMonitor::~SocketMonitor() {
52 void SocketMonitor::Start(int milliseconds) {
59 void SocketMonitor::Stop() {
63 void SocketMonitor::OnMessage(talk_base::Message *message) {
73 this, &SocketMonitor::OnConnectionMonitor);
106 void SocketMonitor::OnConnectionMonitor(P2PTransportChannel* channel)
    [all...]
socketmonitor.h 58 class SocketMonitor : public talk_base::MessageHandler,
61 SocketMonitor(TransportChannel* channel,
64 ~SocketMonitor();
71 sigslot::signal2<SocketMonitor *,

Completed in 244 milliseconds