Home
last modified time | relevance | path

Searched defs:socket_fd (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/net/socket/
Dunix_domain_listen_socket_posix.cc34 SocketDescriptor* socket_fd) { in CreateAndBind()
70 SocketDescriptor socket_fd = kInvalidSocket; in CreateAndListenInternal() local
Dsocket_libevent.h80 SocketDescriptor socket_fd() const { return socket_fd_; } in socket_fd() function
Dunix_domain_client_socket_posix.cc166 SocketDescriptor socket_fd = socket_->ReleaseConnectedSocket(); in ReleaseConnectedSocket() local
Dsocket_libevent.cc111 SocketDescriptor socket_fd = socket_fd_; in ReleaseConnectedSocket() local
Dtcp_socket_libevent.cc157 int TCPSocketLibevent::AdoptConnectedSocket(int socket_fd, in AdoptConnectedSocket()
/external/chromium_org/chrome/common/
Dmulti_process_lock_linux.cc66 int socket_fd = socket(AF_LOCAL, SOCK_STREAM, 0); in TryLock() local
/external/qemu/util/
Dqemu-sockets-android.c92 const char* socket_fd = qemu_opt_get(opts, "socket"); in inet_listen_opts() local
197 const char* socket_fd = qemu_opt_get(opts, "socket"); in inet_connect_opts() local
424 int socket_fd; in inet_parse() local
Dqemu-sockets.c139 const char* socket_fd = qemu_opt_get(opts, "socket"); in inet_listen_opts() local
242 const char* socket_fd = qemu_opt_get(opts, "socket"); in inet_connect_opts() local
479 int socket_fd; in inet_parse() local
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_win.cc198 SOCKET socket_fd = socket(AF_BTH, SOCK_STREAM, BTHPROTO_RFCOMM); in DoConnect() local
251 SOCKET socket_fd = socket(AF_BTH, SOCK_STREAM, BTHPROTO_RFCOMM); in DoListen() local
/external/chromium_org/chrome/common/mac/
Dmock_launchd.cc225 base::ScopedCFTypeRef<CFNumberRef> socket_fd( in CopyDictionaryByCheckingIn() local
/external/chromium_org/third_party/webrtc/base/
Dmacasyncsocket.cc235 int socket_fd = ::accept(native_socket_, reinterpret_cast<sockaddr*>(&saddr), in Accept() local
/external/chromium_org/content/zygote/
Dzygote_main_linux.cc468 static void SanitizerCoverageHelper(int socket_fd, int file_fd) { in SanitizerCoverageHelper()
/external/chromium_org/ipc/
Dipc_channel_posix_unittest.cc150 int socket_fd = socket(PF_UNIX, SOCK_STREAM, 0); in SetUpSocket() local