Home
last modified time | relevance | path

Searched refs:SocketDispatcher (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dphysicalsocketserver.cc771 class SocketDispatcher : public Dispatcher, public PhysicalSocket { class
773 explicit SocketDispatcher(PhysicalSocketServer *ss) : PhysicalSocket(ss) { in SocketDispatcher() function in talk_base::SocketDispatcher
775 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) : PhysicalSocket(ss, s) { in SocketDispatcher() function in talk_base::SocketDispatcher
778 virtual ~SocketDispatcher() { in ~SocketDispatcher()
1009 class SocketDispatcher : public Dispatcher, public PhysicalSocket { class
1016 SocketDispatcher(PhysicalSocketServer* ss) in SocketDispatcher() function in talk_base::SocketDispatcher
1022 SocketDispatcher(SOCKET s, PhysicalSocketServer* ss) in SocketDispatcher() function in talk_base::SocketDispatcher
1028 virtual ~SocketDispatcher() { in ~SocketDispatcher()
1126 int SocketDispatcher::next_id_ = 0;
1183 SocketDispatcher* dispatcher = new SocketDispatcher(this); in CreateAsyncSocket()
[all …]