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

  /external/chromium_org/tools/android/forwarder/
forwarder.cc 106 int socket2; member in struct:__anon21028::ForwarderInfo
198 int socket2 = info->socket2; local
199 int nfds = socket1 > socket2 ? socket1 + 1 : socket2 + 1;
210 FD_SET(socket2, &read_fds);
214 FD_SET(socket2, &write_fds);
231 if (FD_ISSET(socket2, &read_fds)) {
233 int bytes = buffer2.Read(socket2);
242 if (FD_ISSET(socket2, &write_fds))
    [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocket_unittest.cc 162 AsyncSocket* socket2 = local
164 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));
748 AsyncSocket* socket2 = ss_->CreateAsyncSocket(SOCK_DGRAM); local
749 socket2->Bind(client_addr);
750 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));
    [all...]

Completed in 489 milliseconds