HomeSort by relevance Sort by last modified time
    Searched refs:SocketType (Results 1 - 25 of 28) sorted by null

1 2

  /external/qemu/
sockets.h 154 } SocketType;
309 int socket_create( SocketFamily family, SocketType type );
314 int socket_create_inet( SocketType type );
320 int socket_create_in6 ( SocketType type );
327 int socket_create_unix( SocketType type );
331 SocketType socket_get_type(int fd);
389 int socket_loopback_server( int port, SocketType type );
392 int socket_loopback_client( int port, SocketType type );
396 int socket_unix_server( const char* name, SocketType type );
401 int socket_unix_client( const char* name, SocketType type )
    [all...]
sockets.c 205 socket_type_to_bsd( SocketType type )
214 static SocketType
220 default: return (SocketType) SOCKET_UNSPEC;
226 socket_type_check( SocketType type )
897 socket_create( SocketFamily family, SocketType type )
916 socket_create_inet( SocketType type )
923 socket_create_in6 ( SocketType type )
931 socket_create_unix( SocketType type )
1109 SocketType socket_get_type(int fd)
1275 socket_bind_server( int s, const SockAddress* to, SocketType type
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 162 } SocketType;
317 int socket_create( SocketFamily family, SocketType type );
322 int socket_create_inet( SocketType type );
328 int socket_create_in6 ( SocketType type );
335 int socket_create_unix( SocketType type );
339 SocketType socket_get_type(int fd);
397 int socket_loopback_server( int port, SocketType type );
400 int socket_loopback_client( int port, SocketType type );
404 int socket_unix_server( const char* name, SocketType type );
409 int socket_unix_client( const char* name, SocketType type )
    [all...]
sockets.c 210 socket_type_to_bsd( SocketType type )
219 static SocketType
225 default: return (SocketType) SOCKET_UNSPEC;
231 socket_type_check( SocketType type )
901 socket_create( SocketFamily family, SocketType type )
920 socket_create_inet( SocketType type )
927 socket_create_in6 ( SocketType type )
935 socket_create_unix( SocketType type )
1113 SocketType socket_get_type(int fd)
1261 socket_bind_server( int s, const SockAddress* to, SocketType type
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.h 55 enum SocketType {
62 SocketType socket_type_;
  /external/chromium_org/base/
sync_socket_unittest.cc 81 template <class SocketType>
83 SocketType socket_a, socket_b;
84 ASSERT_TRUE(SocketType::CreatePair(&socket_a, &socket_b));
88 template <class SocketType>
90 SocketType socket_a, socket_b;
91 ASSERT_TRUE(SocketType::CreatePair(&socket_a, &socket_b));
94 SocketType socket_c(socket_a.handle()), socket_d(socket_b.handle());
  /external/qemu/proxy/
proxy_common.h 66 SocketType sock_type,
proxy_int.h 188 SocketType socket_type,
proxy_http.c 33 SocketType sock_type,
proxy_common.c 80 SocketType type = socket_get_type(socket);
330 SocketType sock_type,
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket.h 42 enum SocketType {
84 virtual SocketType GetSocketType() const = 0;
udp_socket.h 40 virtual Socket::SocketType GetSocketType() const OVERRIDE;
socket_api.h 150 enum SocketType {
157 SocketType socket_type_;
tcp_socket.h 56 virtual Socket::SocketType GetSocketType() const OVERRIDE;
tcp_socket.cc 260 Socket::SocketType TCPSocket::GetSocketType() const {
udp_socket.cc 217 Socket::SocketType UDPSocket::GetSocketType() const {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 72 enum SocketType { ST_RTP, ST_RTCP };
75 virtual int SetOption(SocketType type, talk_base::Socket::Option opt,
channel.h 158 virtual int SetOption(SocketType type, talk_base::Socket::Option o, int val);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakenetworkinterface.h 182 virtual int SetOption(SocketType type, talk_base::Socket::Option opt,
mediachannel.h 490 enum SocketType { ST_RTP, ST_RTCP };
497 virtual int SetOption(SocketType type, talk_base::Socket::Option opt,
554 int SetOption(NetworkInterface::SocketType type,
    [all...]
filemediaengine_unittest.cc 80 virtual int SetOption(MediaChannel::NetworkInterface::SocketType type,
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine_unittest.cc 100 virtual int SetOption(SocketType type, talk_base::Socket::Option opt,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 264 virtual int SetOption(SocketType type, talk_base::Socket::Option o, int val);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 34 SocketType -- type object for socket objects
233 socket = SocketType = _socketobject
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 34 SocketType -- type object for socket objects
233 socket = SocketType = _socketobject

Completed in 482 milliseconds

1 2