Searched refs:transport_p (Results 1 – 8 of 8) sorted by relevance
/external/dbus/dbus/ |
D | dbus-transport-unix.c | 226 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()
|
D | dbus-server-debug-pipe.c | 388 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()
|
D | dbus-transport-win.c | 51 DBusTransport **transport_p, in _dbus_transport_open_platform_specific() argument
|
D | dbus-transport-socket.h | 39 DBusTransport **transport_p,
|
D | dbus-server-debug-pipe.h | 41 DBusTransport **transport_p,
|
D | dbus-transport-protected.h | 138 DBusTransport **transport_p,
|
D | dbus-transport.c | 311 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,
|
D | dbus-transport-socket.c | 1387 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()
|