Home
last modified time | relevance | path

Searched refs:typecode (Results 1 – 8 of 8) sorted by relevance

/external/dbus/dbus/
Ddbus-signature.c41 #define TYPE_IS_CONTAINER(typecode) \ argument
42 ((typecode) == DBUS_TYPE_STRUCT || \
43 (typecode) == DBUS_TYPE_DICT_ENTRY || \
44 (typecode) == DBUS_TYPE_VARIANT || \
45 (typecode) == DBUS_TYPE_ARRAY)
284 dbus_type_is_container (int typecode) in dbus_type_is_container() argument
287 _dbus_return_val_if_fail (_dbus_type_is_valid (typecode) || typecode == DBUS_TYPE_INVALID, in dbus_type_is_container()
289 return TYPE_IS_CONTAINER (typecode); in dbus_type_is_container()
306 dbus_type_is_basic (int typecode) in dbus_type_is_basic() argument
309 _dbus_return_val_if_fail (_dbus_type_is_valid (typecode) || typecode == DBUS_TYPE_INVALID, in dbus_type_is_basic()
[all …]
Ddbus-signature.h73 dbus_bool_t dbus_type_is_basic (int typecode);
74 dbus_bool_t dbus_type_is_container (int typecode);
75 dbus_bool_t dbus_type_is_fixed (int typecode);
Ddbus-marshal-basic.h245 dbus_bool_t _dbus_type_is_valid (int typecode);
246 int _dbus_type_get_alignment (int typecode);
247 dbus_bool_t _dbus_type_is_fixed (int typecode);
248 int _dbus_type_get_alignment (int typecode);
249 const char* _dbus_type_to_string (int typecode);
Ddbus-marshal-recursive-util.c360 int typecode; member
1020 return _dbus_string_append_byte (str, node->klass->typecode); in node_build_signature()
2101 node->klass->typecode, in int16_write_value()
2113 check_expected_type (reader, node->klass->typecode); in int16_read_value()
2155 node->klass->typecode, in int16_write_multi()
2170 check_expected_type (reader, node->klass->typecode); in int16_read_multi()
2238 node->klass->typecode, in int32_write_value()
2250 check_expected_type (reader, node->klass->typecode); in int32_read_value()
2292 node->klass->typecode, in int32_write_multi()
2307 check_expected_type (reader, node->klass->typecode); in int32_read_multi()
[all …]
Ddbus-marshal-basic.c1175 _dbus_type_get_alignment (int typecode) in _dbus_type_get_alignment() argument
1177 switch (typecode) in _dbus_type_get_alignment()
1223 _dbus_type_is_valid (int typecode) in _dbus_type_is_valid() argument
1225 switch (typecode) in _dbus_type_is_valid()
1257 _dbus_type_to_string (int typecode) in _dbus_type_to_string() argument
1259 switch (typecode) in _dbus_type_to_string()
Ddbus-marshal-recursive.c1676 int typecode) in write_or_verify_typecode() argument
1703 if (expected != typecode) in write_or_verify_typecode()
1706 … _dbus_type_to_string (expected), _dbus_type_to_string (typecode)); in write_or_verify_typecode()
1723 typecode)) in write_or_verify_typecode()
Ddbus-message.c303 int typecode, in set_or_delete_string_field() argument
311 typecode, in set_or_delete_string_field()
/external/dbus/
DChangeLog8608 off by two bytes, positioned right after the name and typecode)
9644 fact that the field name and typecode now occupy 4 bytes instead