Searched refs:SocketDispatcher (Results 1 – 1 of 1) sorted by relevance
771 class SocketDispatcher : public Dispatcher, public PhysicalSocket { class773 explicit SocketDispatcher(PhysicalSocketServer *ss) : PhysicalSocket(ss) { in SocketDispatcher() function in talk_base::SocketDispatcher775 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) : PhysicalSocket(ss, s) { in SocketDispatcher() function in talk_base::SocketDispatcher778 virtual ~SocketDispatcher() { in ~SocketDispatcher()1009 class SocketDispatcher : public Dispatcher, public PhysicalSocket { class1016 SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher() function in talk_base::SocketDispatcher1022 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss) in SocketDispatcher() function in talk_base::SocketDispatcher1028 virtual ~SocketDispatcher() { in ~SocketDispatcher()1126 int SocketDispatcher::next_id_ = 0;1183 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()[all …]