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

  /external/webrtc/webrtc/base/
physicalsocketserver.cc 99 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s)
121 PhysicalSocket::~PhysicalSocket() {
125 bool PhysicalSocket::Create(int family, int type) {
135 SocketAddress PhysicalSocket::GetLocalAddress() const {
150 SocketAddress PhysicalSocket::GetRemoteAddress() const {
165 int PhysicalSocket::Bind(const SocketAddress& bind_addr) {
180 int PhysicalSocket::Connect(const SocketAddress& addr) {
188 LOG(LS_VERBOSE) << "Resolving addr in PhysicalSocket::Connect"
    [all...]
physicalsocketserver.h 119 class PhysicalSocket : public AsyncSocket, public sigslot::has_slots<> {
121 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
122 ~PhysicalSocket() override;
185 class SocketDispatcher : public Dispatcher, public PhysicalSocket {

Completed in 59 milliseconds