Home
last modified time | relevance | path

Searched refs:transport_p (Results 1 – 7 of 7) sorted by relevance

/external/dbus/dbus/
Ddbus-transport-unix.c121 DBusTransport **transport_p, in _dbus_transport_open_platform_specific() argument
158 *transport_p = _dbus_transport_new_for_domain_socket (path, FALSE, in _dbus_transport_open_platform_specific()
161 *transport_p = _dbus_transport_new_for_domain_socket (abstract, TRUE, in _dbus_transport_open_platform_specific()
163 if (*transport_p == NULL) in _dbus_transport_open_platform_specific()
Ddbus-server-debug-pipe.c389 DBusTransport **transport_p, in _dbus_transport_open_debug_pipe() argument
408 *transport_p = _dbus_transport_debug_pipe_new (name, error); in _dbus_transport_open_debug_pipe()
410 if (*transport_p == NULL) in _dbus_transport_open_debug_pipe()
Ddbus-transport-socket.h37 DBusTransport **transport_p,
Ddbus-server-debug-pipe.h41 DBusTransport **transport_p,
Ddbus-transport.c278 DBusTransport **transport_p, in _dbus_transport_open_autolaunch() argument
288 *transport_p = _dbus_transport_new_for_autolaunch (error); in _dbus_transport_open_autolaunch()
290 if (*transport_p == NULL) in _dbus_transport_open_autolaunch()
310 DBusTransport **transport_p,
Ddbus-transport-protected.h132 DBusTransport **transport_p,
Ddbus-transport-socket.c1271 DBusTransport **transport_p, in _dbus_transport_open_socket() argument
1304 *transport_p = _dbus_transport_new_for_tcp_socket (host, lport, error); in _dbus_transport_open_socket()
1305 if (*transport_p == NULL) in _dbus_transport_open_socket()