HomeSort by relevance Sort by last modified time
    Searched defs:SocketDispatcher (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketDispatcher.java 37 class SocketDispatcher extends NativeDispatcher
  /external/webrtc/webrtc/base/
physicalsocketserver.h 185 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
187 explicit SocketDispatcher(PhysicalSocketServer *ss);
188 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
189 ~SocketDispatcher() override;
physicalsocketserver.cc 549 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss)
558 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss)
567 SocketDispatcher::~SocketDispatcher() {
571 bool SocketDispatcher::Initialize() {
584 bool SocketDispatcher::Create(int type) {
588 bool SocketDispatcher::Create(int family, int type) {
604 WSAEVENT SocketDispatcher::GetWSAEvent()
    [all...]

Completed in 351 milliseconds