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

  /external/dbus/dbus/
dbus-signature.h 86 dbus_bool_t dbus_type_is_fixed (int typecode);
dbus-marshal-byteswap.c 110 if (dbus_type_is_fixed (elem_type))
dbus-signature.c 343 dbus_type_is_fixed (int typecode) function
dbus-marshal-recursive.c 928 _dbus_assert (dbus_type_is_fixed (element_type));
    [all...]
dbus-marshal-validate.c 463 if (dbus_type_is_fixed (array_elem_type))
    [all...]
dbus-message.c 817 if (dbus_type_is_fixed (spec_element_type) &&
    [all...]
dbus-marshal-basic.c 1026 * optimization. dbus_type_is_fixed() returns #TRUE for fixed-length
1052 _dbus_assert (dbus_type_is_fixed (element_type));
    [all...]
dbus-marshal-recursive-util.c     [all...]
  /external/bluetooth/bluez/src/
dbus-common.c 77 if (dbus_type_is_fixed(type) == TRUE) {

Completed in 39 milliseconds