HomeSort by relevance Sort by last modified time
    Searched defs:spec_type (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
h324utils.h 82 uint8 spec_type; /* 0==recommendation */ member in struct:S_CapabilityIdentifierStandard
  /external/dbus/dbus/
dbus-message.c 647 int spec_type, msg_type, i; local
654 spec_type = first_arg_type;
657 while (spec_type != DBUS_TYPE_INVALID)
661 if (msg_type != spec_type)
666 _dbus_type_to_string (spec_type),
672 if (dbus_type_is_basic (spec_type))
683 else if (spec_type == DBUS_TYPE_ARRAY)
799 spec_type = va_arg (var_args, int);
800 if (!_dbus_type_reader_next (&real->u.reader) && spec_type != DBUS_TYPE_INVALID)
    [all...]

Completed in 179 milliseconds