Searched defs:SocketDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
H A Dphysicalsocketserver.h185 class SocketDispatcher : public Dispatcher, public PhysicalSocket { class in namespace:rtc
187 explicit SocketDispatcher(PhysicalSocketServer *ss);
188 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
189 ~SocketDispatcher() override;
H A Dphysicalsocketserver.cc549 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) function in class:rtc::SocketDispatcher
558 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) function in class:rtc::SocketDispatcher
567 SocketDispatcher::~SocketDispatcher() {
571 bool SocketDispatcher::Initialize() {
584 bool SocketDispatcher::Create(int type) {
588 bool SocketDispatcher::Create(int family, int type) {
604 WSAEVENT SocketDispatcher
[all...]

Completed in 75 milliseconds