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

  /external/dbus/dbus/
dbus-protocol.h 358 #define DBUS_ERROR_NO_REPLY "org.freedesktop.DBus.Error.NoReply"
374 * Note that #DBUS_ERROR_NO_REPLY is used for message reply timeouts.
dbus-errors.c 120 else if (strcmp (error, DBUS_ERROR_NO_REPLY) == 0)
dbus-pending-call.c 342 reply = dbus_message_new_error (message, DBUS_ERROR_NO_REPLY,
  /external/bluetooth/bluez/src/
agent.c 264 g_str_equal(DBUS_ERROR_NO_REPLY, err.name)) &&
275 if (dbus_error_has_name(&err, DBUS_ERROR_NO_REPLY)) {
380 g_str_equal(DBUS_ERROR_NO_REPLY, err.name)) &&
550 g_str_equal(DBUS_ERROR_NO_REPLY, err.name)) &&
  /external/bluetooth/bluez/audio/
media.c 490 if (dbus_error_has_name(&err, DBUS_ERROR_NO_REPLY)) {
  /external/dbus/bus/
connection.c     [all...]
dispatch.c     [all...]

Completed in 1451 milliseconds