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

  /external/dbus/dbus/
dbus-resources.h 32 typedef struct DBusCounter DBusCounter;
34 typedef void (* DBusCounterNotifyFunction) (DBusCounter *counter,
37 DBusCounter* _dbus_counter_new (void);
38 DBusCounter* _dbus_counter_ref (DBusCounter *counter);
39 void _dbus_counter_unref (DBusCounter *counter);
41 void _dbus_counter_adjust_size (DBusCounter *counter,
43 void _dbus_counter_adjust_unix_fd (DBusCounter *counter,
45 void _dbus_counter_notify (DBusCounter *counter)
    [all...]
dbus-resources.c 31 * @brief DBusCounter and other stuff related to resource limits
49 * @brief Internals of DBusCounter.
51 * DBusCounter internals. DBusCounter is an opaque object, it must be
54 struct DBusCounter
82 * Creates a new DBusCounter. DBusCounter is used
87 DBusCounter*
90 DBusCounter *counter;
92 counter = dbus_new0 (DBusCounter, 1)
    [all...]
dbus-message-internal.h 60 DBusCounter *counter);
64 DBusCounter *counter);
dbus-transport-protected.h 97 DBusCounter *live_messages; /**< Counter for size/unix fds of all live messages. */
dbus-transport.c 61 live_messages_notify (DBusCounter *counter,
109 DBusCounter *counter;
    [all...]
dbus-message.c 329 DBusCounter *counter)
352 DBusCounter *counter)
623 DBusCounter *counter = element;
    [all...]
dbus-connection.c 286 DBusCounter *outgoing_counter; /**< Counts size of outgoing messages. */
    [all...]
  /external/dbus/
cleanup-man-pages.sh 35 for I in DBusCounter.* DBusCredentials.* DBusDataSlot.* DBusDataSlotAllocator.* DBusDataSlotList.* \

Completed in 164 milliseconds