Home
last modified time | relevance | path

Searched refs:getSupportedValues (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h187 const C2FieldSupportedValues *getSupportedValues() const;
245 return C2FieldSupportedValuesHelper<T>(*_mHelper->getSupportedValues()).supports(value);
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp374 const C2FieldSupportedValues *C2InterfaceHelper::FieldHelper::getSupportedValues() const { in getSupportedValues() function in C2InterfaceHelper::FieldHelper
854 values = field->getSupportedValues(); in querySupportedValues()