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

  /external/dbus/dbus/
dbus-marshal-recursive.c 268 _dbus_type_to_string (_dbus_first_type_in_signature (sub->type_str,
569 _dbus_type_to_string (current_type));
622 _dbus_type_to_string (current_type));
805 _dbus_type_to_string (t));
1022 _dbus_verbose ("recursing into type %s\n", _dbus_type_to_string (t));
1061 _dbus_type_to_string (t));
1073 _dbus_type_to_string (_dbus_type_reader_get_current_type (reader)));
    [all...]
dbus-marshal-basic.h 225 const char* _dbus_type_to_string (int typecode);
dbus-marshal-basic.c 644 _dbus_type_to_string (type), type);
1100 n_elements, _dbus_type_to_string (element_type));
1284 _dbus_type_to_string (int typecode) function
    [all...]
dbus-marshal-validate.c 325 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end,
659 _dbus_type_to_string (current_type), reader, reader->type_pos, p, end,
    [all...]
dbus-message.c 809 _dbus_type_to_string (spec_type),
810 _dbus_type_to_string (msg_type));
874 _dbus_type_to_string (spec_element_type),
875 _dbus_type_to_string (element_type));
    [all...]
dbus-marshal-recursive-util.c 315 _dbus_type_to_string (t),
316 _dbus_type_to_string (expected),
    [all...]

Completed in 168 milliseconds