Searched refs:new_refcount (Results 1 – 8 of 8) sorted by relevance
/external/dbus/dbus/ |
D | dbus-internals.c | 495 int new_refcount, in _dbus_trace_ref() argument 503 _dbus_assert (new_refcount >= -1); in _dbus_trace_ref() 507 _dbus_assert (new_refcount == -1); in _dbus_trace_ref() 511 _dbus_assert (new_refcount >= 0); in _dbus_trace_ref() 513 _dbus_assert (old_refcount > 0 || new_refcount > 0); in _dbus_trace_ref() 550 old_refcount, new_refcount, why); in _dbus_trace_ref() 552 obj_name, obj, old_refcount, new_refcount, why); in _dbus_trace_ref()
|
D | dbus-message-internal.h | 36 int new_refcount,
|
D | dbus-server-protected.h | 132 int new_refcount,
|
D | dbus-pending-call.c | 86 int new_refcount, in _dbus_pending_call_trace_ref() argument 92 new_refcount, why, "DBUS_PENDING_CALL_TRACE", &enabled); in _dbus_pending_call_trace_ref()
|
D | dbus-server.c | 60 int new_refcount, in _dbus_server_trace_ref() argument 65 _dbus_trace_ref ("DBusServer", server, old_refcount, new_refcount, why, in _dbus_server_trace_ref()
|
D | dbus-internals.h | 124 int new_refcount,
|
D | dbus-message.c | 94 int new_refcount, in _dbus_message_trace_ref() argument 99 _dbus_trace_ref ("DBusMessage", message, old_refcount, new_refcount, why, in _dbus_message_trace_ref()
|
D | dbus-connection.c | 211 int new_refcount, in _dbus_connection_trace_ref() argument 216 _dbus_trace_ref ("DBusConnection", connection, old_refcount, new_refcount, in _dbus_connection_trace_ref()
|