Home
last modified time | relevance | path

Searched refs:_dbus_transport_new_for_socket (Results 1 – 5 of 5) sorted by relevance

/external/dbus/dbus/
Ddbus-transport-socket.h30 DBusTransport* _dbus_transport_new_for_socket (int fd,
Ddbus-server-debug-pipe.c258 client_transport = _dbus_transport_new_for_socket (client_fd, in _dbus_transport_debug_pipe_new()
273 server_transport = _dbus_transport_new_for_socket (server_fd, in _dbus_transport_debug_pipe_new()
Ddbus-transport-unix.c96 transport = _dbus_transport_new_for_socket (fd, NULL, &address); in _dbus_transport_new_for_domain_socket()
197 transport = _dbus_transport_new_for_socket (fd, NULL, &address); in _dbus_transport_new_for_exec()
Ddbus-transport-socket.c1232 _dbus_transport_new_for_socket (int fd, in _dbus_transport_new_for_socket() function
1360 transport = _dbus_transport_new_for_socket (fd, NULL, &address); in _dbus_transport_new_for_tcp_socket()
Ddbus-server-socket.c104 transport = _dbus_transport_new_for_socket (client_fd, &server->guid_hex, FALSE); in handle_new_client_fd_and_unlock()