Home
last modified time | relevance | path

Searched refs:POSSIBLE (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DConfigurable.cpp166 query.type == FieldSupportedValuesQuery::Type::POSSIBLE ? in querySupportedValues()
167 C2FieldSupportedValuesQuery::POSSIBLE : in querySupportedValues()
Dtypes.cpp224 case C2FieldSupportedValuesQuery::POSSIBLE: in objcpy()
225 d->type = FieldSupportedValuesQuery::Type::POSSIBLE; in objcpy()
245 case FieldSupportedValuesQuery::Type::POSSIBLE: in objcpy()
246 dType = C2FieldSupportedValuesQuery::POSSIBLE; in objcpy()
/frameworks/av/media/codec2/core/include/
DC2Component.h38 POSSIBLE, ///< query all possible values regardless of other settings enumerator
59 return C2FieldSupportedValuesQuery(field_, POSSIBLE); in Possible()
/frameworks/base/core/java/android/text/util/
DLinkify.java678 regionCode, Leniency.POSSIBLE, Long.MAX_VALUE); in gatherTelLinks()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp857 case C2FieldSupportedValuesQuery::POSSIBLE: in querySupportedValues()