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

  /external/chromium_org/tools/android/forwarder2/
forwarders_manager.h 28 scoped_ptr<Socket> socket2);
32 scoped_ptr<Socket> socket2);
forwarder.h 17 // Internal class that forwards traffic between |socket1| and |socket2|. Note
21 Forwarder(scoped_ptr<Socket> socket1, scoped_ptr<Socket> socket2);
39 // Copies data from socket1 to socket2.
41 // Copies data from socket2 to socket1.
forwarders_manager.cc 35 scoped_ptr<Socket> socket2) {
42 base::Passed(&socket2)));
51 scoped_ptr<Socket> socket2) {
53 forwarders_.push_back(new Forwarder(socket1.Pass(), socket2.Pass()));
forwarder.cc 219 scoped_ptr<Socket> socket2)
221 socket2_(socket2.Pass()),
  /external/chromium_org/tools/android/forwarder/
forwarder.cc 106 int socket2; member in struct:__anon20314::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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
socket.h 251 # include <bits/socket2.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
socket.h 251 # include <bits/socket2.h>
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocket_unittest.cc 178 AsyncSocket* socket2 = local
180 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));
764 AsyncSocket* socket2 = ss_->CreateAsyncSocket(SOCK_DGRAM); local
765 socket2->Bind(client_addr);
766 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));
    [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocket_unittest.cc 161 AsyncSocket* socket2 = local
163 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));
747 AsyncSocket* socket2 = ss_->CreateAsyncSocket(SOCK_DGRAM); local
748 socket2->Bind(client_addr);
749 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2));
    [all...]

Completed in 211 milliseconds