Home
last modified time | relevance | path

Searched refs:NamedValuesType (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/codec2/include/
DC2Enum.h75 static C2_HIDE C2FieldDescriptor::NamedValuesType sanitizeEnumValues(
79 C2FieldDescriptor::NamedValuesType namedValues;
88 static C2_HIDE C2FieldDescriptor::NamedValuesType customEnumValues( in customEnumValues()
90 C2FieldDescriptor::NamedValuesType namedValues; in customEnumValues()
107 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
123 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
DC2Param.h975 typedef std::vector<NamedValueType> NamedValuesType; typedef
986 static NamedValuesType namedValuesFor(const B &);
990 inline static NamedValuesType namedValuesFor(const C2EasyEnum<E> &) { in namedValuesFor()
1040 const NamedValuesType &namedValues() const { return _mNamedValues; } in namedValues()
1062 NamedValuesType _mNamedValues;
1102 inline static C2FieldDescriptor::NamedValuesType getNamedValues() {
1103 return NamedValuesType();
1109 inline static C2FieldDescriptor::NamedValuesType getNamedValues() {
1118 template<> inline C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const type &…
1119 return NamedValuesType(); \
[all …]
/hardware/google/av/codec2/vndk/internal/
DC2ParamInternal.h91 C2FieldDescriptor &fd, C2FieldDescriptor::NamedValuesType &&namedValues) { in AddNamedValues()
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceUtils.h955 typedef C2FieldDescriptor::NamedValuesType NamedValuesType; ///< named values list type
967 const NamedValuesType &namedValues() const;
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp791 const C2FieldUtils::Info::NamedValuesType &C2FieldUtils::Info::namedValues() const { in namedValues()
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp547 C2FieldDescriptor::NamedValuesType namedValues; in objcpy()