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

  /external/dbus/tools/
dbus-print-message.c 267 dbus_message_get_path (message),
dbus-monitor.c 86 printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_path (message)));
  /frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp 258 const char *c_path = dbus_message_get_path(msg);
274 dbus_message_get_path(msg), __FUNCTION__);
android_server_BluetoothEventLoop.cpp 760 dbus_message_get_path(msg));
849 const char *remote_device_path = dbus_message_get_path(msg);
859 const char *remote_device_path = dbus_message_get_path(msg);
    [all...]
  /external/dbus/bus/
policy.c 923 if (dbus_message_get_path (message) != NULL &&
924 strcmp (dbus_message_get_path (message),
1109 if (dbus_message_get_path (message) != NULL &&
1110 strcmp (dbus_message_get_path (message),
    [all...]
signals.c     [all...]
  /external/dbus/dbus/
dbus-message-util.c 953 _dbus_assert (strcmp (dbus_message_get_path (message),
994 _dbus_assert (strcmp (dbus_message_get_path (message),
1010 _dbus_assert (strcmp (dbus_message_get_path (message),
1027 _dbus_assert (strcmp (dbus_message_get_path (message),
    [all...]
dbus-message.h 93 const char* dbus_message_get_path (DBusMessage *message);
dbus-connection.c 483 dbus_message_get_path (message) ?
484 dbus_message_get_path (message) :
609 dbus_message_get_path (message) ?
610 dbus_message_get_path (message) :
    [all...]
dbus-message.c 2529 dbus_message_get_path (DBusMessage *message) function
    [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus.c 489 const char *path = dbus_message_get_path(message);
589 path = dbus_message_get_path(message);
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c 482 const char *path = dbus_message_get_path(message);
588 path = dbus_message_get_path(message);
    [all...]
  /external/bluetooth/bluez/audio/
telephony-ofono.c 770 const char *obj_path = dbus_message_get_path(msg);
964 path = dbus_message_get_path(msg);
telephony-maemo5.c     [all...]
telephony-maemo6.c     [all...]
  /external/bluetooth/bluez/cups/
main.c 474 adapter = dbus_message_get_path(message);
  /external/bluetooth/bluez/gdbus/
object.c 199 dbus_message_get_path(message));
watch.c 419 path = dbus_message_get_path(message);
  /external/bluetooth/bluez/src/
device.c 389 emit_property_changed(conn, dbus_message_get_path(msg),
420 emit_property_changed(conn, dbus_message_get_path(msg),
    [all...]
adapter.c 785 path = dbus_message_get_path(msg);
812 path = dbus_message_get_path(msg);
    [all...]

Completed in 2447 milliseconds