Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-transport-unix.c226 DBusTransport **transport_p, in _dbus_transport_open_platform_specific() argument
263 *transport_p = _dbus_transport_new_for_domain_socket (path, FALSE, in _dbus_transport_open_platform_specific()
266 *transport_p = _dbus_transport_new_for_domain_socket (abstract, TRUE, in _dbus_transport_open_platform_specific()
268 if (*transport_p == NULL) in _dbus_transport_open_platform_specific()
339 *transport_p = _dbus_transport_new_for_exec (path, argv, error); in _dbus_transport_open_platform_specific()
342 if (*transport_p == NULL) in _dbus_transport_open_platform_specific()
392 *transport_p = _dbus_transport_new_for_domain_socket (launchd_socket, FALSE, error); in _dbus_transport_open_platform_specific()
394 if (*transport_p == NULL) in _dbus_transport_open_platform_specific()
Ddbus-server-debug-pipe.c388 DBusTransport **transport_p, in _dbus_transport_open_debug_pipe() argument
407 *transport_p = _dbus_transport_debug_pipe_new (name, error); in _dbus_transport_open_debug_pipe()
409 if (*transport_p == NULL) in _dbus_transport_open_debug_pipe()
Ddbus-transport-win.c51 DBusTransport **transport_p, in _dbus_transport_open_platform_specific() argument
Ddbus-transport-socket.h39 DBusTransport **transport_p,
Ddbus-server-debug-pipe.h41 DBusTransport **transport_p,
Ddbus-transport-protected.h138 DBusTransport **transport_p,
Ddbus-transport.c311 DBusTransport **transport_p, in _dbus_transport_open_autolaunch() argument
323 *transport_p = _dbus_transport_new_for_autolaunch (scope, error); in _dbus_transport_open_autolaunch()
325 if (*transport_p == NULL) in _dbus_transport_open_autolaunch()
345 DBusTransport **transport_p,
Ddbus-transport-socket.c1387 DBusTransport **transport_p, in _dbus_transport_open_socket() argument
1418 *transport_p = _dbus_transport_new_for_tcp_socket (host, port, family, noncefile, error); in _dbus_transport_open_socket()
1419 if (*transport_p == NULL) in _dbus_transport_open_socket()