HomeSort by relevance Sort by last modified time
    Searched refs:CreateSocketInternal (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
virtualsocketserver.cc 558 return CreateSocketInternal(family, type);
566 return CreateSocketInternal(family, type);
569 VirtualSocket* VirtualSocketServer::CreateSocketInternal(int family, int type) {
775 CreateSocketInternal(AF_INET, SOCK_DGRAM));
    [all...]
virtualsocketserver.h 129 VirtualSocket* CreateSocketInternal(int family, int type);

Completed in 266 milliseconds