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

  /external/dbus/test/
test-service.c 84 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))
test-shell-service.c 58 if (!dbus_connection_send (connection, reply, NULL))
  /external/dbus/test/name-test/
test-pending-call-dispatch.c 118 dbus_connection_send (conn, method, NULL);
test-threads-init.c 174 dbus_connection_send (conn, method, NULL);
  /external/bluetooth/bluez/test/
agent.c 113 dbus_connection_send(conn, reply, NULL);
162 dbus_connection_send(conn, reply, NULL);
204 dbus_connection_send(conn, reply, NULL);
240 dbus_connection_send(conn, reply, NULL);
267 dbus_connection_send(conn, reply, NULL);
297 dbus_connection_send(conn, reply, NULL);
438 success = dbus_connection_send(conn, msg, NULL);
  /external/dnsmasq/src/
dbus.c 272 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/
ctrl_iface_dbus.c 554 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);
    [all...]
  /external/dbus/bus/
dispatch.c 404 * 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))
    [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus.c 555 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);
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp 532 dbus_connection_send(nat->conn, reply, NULL);
559 dbus_connection_send(nat->conn, reply, NULL);
593 dbus_connection_send(nat->conn, reply, NULL);
622 dbus_connection_send(nat->conn, reply, NULL);
648 dbus_connection_send(nat->conn, reply, NULL);
    [all...]
android_server_BluetoothEventLoop.cpp 901 dbus_connection_send(nat->conn, reply, NULL);
    [all...]
  /external/bluetooth/bluez/gdbus/
object.c 278 dbus_connection_send(connection, reply, NULL);
497 ret = dbus_connection_send(conn, signal, NULL);
622 result = dbus_connection_send(connection, message, NULL);
  /external/dbus/dbus/
dbus-connection.h 185 dbus_bool_t dbus_connection_send (DBusConnection *connection,
dbus-bus.c     [all...]
dbus-connection.c 148 * When you use dbus_connection_send() or one of its variants to send
3016 dbus_connection_send (DBusConnection *connection, function
    [all...]
  /external/dbus/tools/
dbus-send.c 481 dbus_connection_send (connection, message, NULL);

Completed in 1418 milliseconds