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

  /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 852 dbus_message_get_path(msg));
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 270 dbus_message_get_path(message));
348 dbus_message_get_path(message));
389 path = dbus_message_get_path(message);
dbus_old.c 214 const char *path = dbus_message_get_path(message);
330 path = dbus_message_get_path(message);
dbus_new_introspect.c 272 dbus_message_get_path(message));
  /external/dbus/bus/
policy.c 938 if (dbus_message_get_path (message) != NULL &&
939 strcmp (dbus_message_get_path (message),
1138 if (dbus_message_get_path (message) != NULL &&
1139 strcmp (dbus_message_get_path (message),
    [all...]
signals.c     [all...]
  /external/dbus/dbus/
dbus-message-util.c 1011 _dbus_assert (strcmp (dbus_message_get_path (message),
1052 _dbus_assert (strcmp (dbus_message_get_path (message),
    [all...]
dbus-message.h 105 const char* dbus_message_get_path (DBusMessage *message);
dbus-connection.c 502 dbus_message_get_path (message) ?
503 dbus_message_get_path (message) :
628 dbus_message_get_path (message) ?
629 dbus_message_get_path (message) :
    [all...]
dbus-message.c 2902 dbus_message_get_path (DBusMessage *message) function
    [all...]
  /external/dbus/tools/
dbus-monitor.c 132 printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_path (message)));
dbus-print-message.c 382 dbus_message_get_path (message),
  /external/bluetooth/bluez/audio/
telephony-ofono.c 665 const char *obj_path = dbus_message_get_path(msg);
1214 path = dbus_message_get_path(msg);
1244 const char *path = dbus_message_get_path(msg);
1286 const char *path = dbus_message_get_path(msg);
    [all...]
media.c 568 dbus_message_get_path(msg));
telephony-maemo5.c     [all...]
telephony-maemo6.c     [all...]
  /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/cups/
main.c 487 adapter = dbus_message_get_path(message);
  /external/bluetooth/bluez/gdbus/
object.c 206 dbus_message_get_path(message));
watch.c 511 path = dbus_message_get_path(message);
  /external/bluetooth/bluez/src/
device.c 377 emit_property_changed(conn, dbus_message_get_path(msg),
406 emit_property_changed(conn, dbus_message_get_path(msg),
    [all...]
adapter.c 883 path = dbus_message_get_path(msg);
910 path = dbus_message_get_path(msg);
    [all...]

Completed in 409 milliseconds