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

  /external/dbus/dbus/
dbus-protocol.h 236 #define DBUS_MESSAGE_TYPE_METHOD_RETURN 2
276 /** Header field code for a reply serial, used to match a #DBUS_MESSAGE_TYPE_METHOD_RETURN message with the
dbus-pending-call.c 166 dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_RETURN ?
dbus-message-factory.c 125 message = dbus_message_new (DBUS_MESSAGE_TYPE_METHOD_RETURN);
311 message = dbus_message_new (DBUS_MESSAGE_TYPE_METHOD_RETURN);
    [all...]
dbus-message.c 365 * #DBUS_MESSAGE_TYPE_METHOD_RETURN, so is slightly different from
    [all...]
dbus-marshal-header.c 755 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
    [all...]
  /external/dbus/tools/
dbus-print-message.c 38 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
387 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
dbus-monitor.c 167 case DBUS_MESSAGE_TYPE_METHOD_RETURN:
  /external/dbus/bus/
dispatch.c 884 if (dbus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_RETURN)
    [all...]
bus.c     [all...]
  /external/dbus/test/
test-service.c 58 if (type == DBUS_MESSAGE_TYPE_METHOD_RETURN)

Completed in 221 milliseconds