Home
last modified time | relevance | path

Searched refs:namedValuesFor (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/core/include/
DC2Enum.h107 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
123 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
DC2Param.h1000 static NamedValuesType namedValuesFor(const B &);
1004 inline static NamedValuesType namedValuesFor(const C2EasyEnum<E> &) { in namedValuesFor() function
1007 return namedValuesFor(*(E*)nullptr); in namedValuesFor()
1117 return C2FieldDescriptor::namedValuesFor(*(B*)nullptr);
1123 template<> inline C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const type &…
1615 template<typename T, typename E=decltype(C2FieldDescriptor::namedValuesFor(*(T*)nullptr))>
1619 … C2FieldDescriptor::NamedValuesType named = C2FieldDescriptor::namedValuesFor(*(T*)nullptr);
/frameworks/av/media/codec2/tests/
DC2UtilTest.cpp82 C2FieldDescriptor::namedValuesFor(e3); in TEST_F()