Searched refs:dbus_connection_send (Results 1 - 15 of 15) sorted by relevance

/external/dbus/test/
H A Dtest-service.c84 if (!dbus_connection_send (connection, echo_reply, NULL))
103 if (!dbus_connection_send (connection, echo_reply, NULL))
146 if (!dbus_connection_send (connection, reply, NULL))
199 if (!dbus_connection_send (connection, reply, NULL))
216 if (!dbus_connection_send (connection, reply, NULL))
271 if (!dbus_connection_send (connection, signal, NULL))
294 if (!dbus_connection_send (connection, reply, NULL))
H A Dtest-shell-service.c58 if (!dbus_connection_send (connection, reply, NULL))
/external/dbus/test/name-test/
H A Dtest-pending-call-dispatch.c118 dbus_connection_send (conn, method, NULL);
H A Dtest-threads-init.c174 dbus_connection_send (conn, method, NULL);
/external/bluetooth/bluez/test/
H A Dagent.c111 dbus_connection_send(conn, reply, NULL);
158 dbus_connection_send(conn, reply, NULL);
185 dbus_connection_send(conn, reply, NULL);
215 dbus_connection_send(conn, reply, NULL);
252 dbus_connection_send(conn, reply, NULL);
395 success = dbus_connection_send(conn, msg, NULL);
/external/dnsmasq/src/
H A Ddbus.c272 dbus_connection_send (connection, reply, NULL);
281 dbus_connection_send (connection, reply, NULL);
330 dbus_connection_send(connection, message, NULL);
431 dbus_connection_send(connection, message, NULL);
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_dbus.c554 dbus_connection_send(connection, reply, NULL);
617 dbus_connection_send(connection, reply, NULL);
662 dbus_connection_send(iface->con, _signal, NULL);
742 dbus_connection_send(iface->con, _signal, NULL);
790 dbus_connection_send(iface->con, _signal, NULL);
850 dbus_connection_send(iface->con, _signal, NULL);
/external/dbus/bus/
H A Ddispatch.c404 * sending a message, or whether the initial dbus_connection_send()
764 if (!dbus_connection_send (connection, message, &serial))
986 if (!dbus_connection_send (connection, message, &serial))
1088 if (!dbus_connection_send (connection, message, &serial))
1225 if (!dbus_connection_send (connection, message, &serial))
1374 if (!dbus_connection_send (connection, message, &serial))
1555 if (!dbus_connection_send (connection, message, &serial))
1647 if (!dbus_connection_send (connection, message, &serial))
2142 if (!dbus_connection_send (connection, message, &serial))
2422 if (!dbus_connection_send (connectio
[all...]
/external/bluetooth/bluez/gdbus/
H A Dobject.c207 dbus_connection_send(connection, reply, NULL);
286 dbus_connection_send(connection, reply, NULL);
454 ret = dbus_connection_send(conn, signal, NULL);
596 result = dbus_connection_send(connection, message, NULL);
/external/wpa_supplicant/
H A Dctrl_iface_dbus.c555 dbus_connection_send(connection, reply, NULL);
614 dbus_connection_send(connection, reply, NULL);
659 dbus_connection_send(iface->con, signal, NULL);
738 dbus_connection_send(iface->con, signal, NULL);
/external/dbus/dbus/
H A Ddbus-connection.h185 dbus_bool_t dbus_connection_send (DBusConnection *connection,
H A Ddbus-bus.c1293 dbus_connection_send (connection, msg, NULL);
H A Ddbus-connection.c148 * When you use dbus_connection_send() or one of its variants to send
1981 * Like dbus_connection_send(), but assumes the connection
2941 * It works identically to dbus_connection_send() in other respects.
3016 dbus_connection_send (DBusConnection *connection, function
3055 * Queues a message to send, as with dbus_connection_send(),
3072 * occur if no reply arrives, unlike with dbus_connection_send().
/external/dbus/tools/
H A Ddbus-send.c481 dbus_connection_send (connection, message, NULL);
/external/bluetooth/bluez/audio/
H A Dgateway.c574 dbus_connection_send(dev->conn, reply, NULL);

Completed in 146 milliseconds