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

  /external/dbus/dbus/
dbus-transport-socket.h 30 DBusTransport* _dbus_transport_new_for_socket (int fd,
dbus-transport-unix.c 92 transport = _dbus_transport_new_for_socket (fd, NULL, &address);
dbus-server-debug-pipe.c 257 client_transport = _dbus_transport_new_for_socket (client_fd,
272 server_transport = _dbus_transport_new_for_socket (server_fd,
dbus-server-socket.c 106 transport = _dbus_transport_new_for_socket (client_fd, &server->guid_hex, FALSE);
dbus-transport-socket.c 1232 _dbus_transport_new_for_socket (int fd, function
    [all...]

Completed in 374 milliseconds