HomeSort by relevance Sort by last modified time
    Searched refs:PhysicalSocketServer (Results 1 - 5 of 5) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.h 75 class PhysicalSocketServer : public SocketServer {
77 PhysicalSocketServer();
78 virtual ~PhysicalSocketServer();
103 // Only one PhysicalSocketServer should have user-level signal handlers.
physicalsocketserver.cc 59 #include "talk/base/physicalsocketserver.h"
109 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET)
509 PhysicalSocketServer* ss_;
525 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss), fSignaled_(false) {
576 PhysicalSocketServer *ss_;
700 PosixSignalDispatcher(PhysicalSocketServer *owner) : owner_(owner) {
768 PhysicalSocketServer *owner_;
773 explicit SocketDispatcher(PhysicalSocketServer *ss) : PhysicalSocket(ss) {
775 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) : PhysicalSocket(ss, s) {
881 FileDispatcher(int fd, PhysicalSocketServer *ss) : ss_(ss), fd_(fd)
    [all...]
httprequest.cc 34 #include "talk/base/physicalsocketserver.h"
78 PhysicalSocketServer physical;
messagequeue.cc 39 #include "talk/base/physicalsocketserver.h"
117 default_ss_.reset(new PhysicalSocketServer());
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 51 #include "talk/base/physicalsocketserver.h"
898 static_cast<talk_base::PhysicalSocketServer*>(
906 static_cast<talk_base::PhysicalSocketServer*>(
937 static_cast<talk_base::PhysicalSocketServer*>(

Completed in 1372 milliseconds