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

  /external/webrtc/webrtc/p2p/
p2p.gyp 83 'client/socketmonitor.cc',
84 'client/socketmonitor.h',
  /external/webrtc/webrtc/p2p/client/
socketmonitor.cc 11 #include "webrtc/p2p/client/socketmonitor.h"
  /external/curl/lib/
easy.c 392 struct socketmonitor { struct
393 struct socketmonitor *next; /* the next node in the list or NULL */
401 struct socketmonitor *list; /* list of sockets to monitor */
475 struct socketmonitor *m;
476 struct socketmonitor *prev=NULL;
488 struct socketmonitor *nxt = m->next;
519 m = malloc(sizeof(struct socketmonitor));
569 struct socketmonitor *m;
  /external/webrtc/talk/session/media/
channel.h 54 #include "webrtc/p2p/client/socketmonitor.h"

Completed in 94 milliseconds