Lines Matching refs:PhysicalSocketServer
99 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket()
549 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) in SocketDispatcher()
558 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) in SocketDispatcher()
766 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss), fSignaled_(false) { in EventDispatcher()
809 PhysicalSocketServer *ss_;
932 PosixSignalDispatcher(PhysicalSocketServer *owner) : owner_(owner) { in PosixSignalDispatcher()
996 PhysicalSocketServer *owner_;
1001 FileDispatcher(int fd, PhysicalSocketServer *ss) : ss_(ss), fd_(fd) { in FileDispatcher()
1045 PhysicalSocketServer* ss_;
1050 AsyncFile* PhysicalSocketServer::CreateFile(int fd) { in CreateFile()
1072 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) { in EventDispatcher()
1109 PhysicalSocketServer* ss_;
1117 Signaler(PhysicalSocketServer* ss, bool* pf) in Signaler()
1131 PhysicalSocketServer::PhysicalSocketServer() in PhysicalSocketServer() function in rtc::PhysicalSocketServer
1139 PhysicalSocketServer::~PhysicalSocketServer() { in ~PhysicalSocketServer()
1150 void PhysicalSocketServer::WakeUp() { in WakeUp()
1154 Socket* PhysicalSocketServer::CreateSocket(int type) { in CreateSocket()
1158 Socket* PhysicalSocketServer::CreateSocket(int family, int type) { in CreateSocket()
1168 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket()
1172 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket()
1182 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket()
1192 void PhysicalSocketServer::Add(Dispatcher *pdispatcher) { in Add()
1203 void PhysicalSocketServer::Remove(Dispatcher *pdispatcher) { in Remove()
1227 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) { in Wait()
1389 bool PhysicalSocketServer::SetPosixSignalHandler(int signum, in SetPosixSignalHandler()
1415 Dispatcher* PhysicalSocketServer::signal_dispatcher() { in signal_dispatcher()
1419 bool PhysicalSocketServer::InstallSignal(int signum, void (*handler)(int)) { in InstallSignal()
1444 bool PhysicalSocketServer::Wait(int cmsWait, bool process_io) { in Wait()