Home
last modified time | relevance | path

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

/hardware/interfaces/audio/common/all-versions/test/utility/src/
DValidateXml.cpp105 auto schema = make_xmlUnique(xmlSchemaParse(schemaParserCtxt.get())); in validateXml() local
106 if (schema == nullptr) { in validateXml()
119 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get())); in validateXml()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp1340 AString schema; in getReflectedFormat() local
1341 if (params->findString(KEY_TEMPORAL_LAYERING, &schema)) { in getReflectedFormat()
1347 if (sscanf(schema.c_str(), "webrtc.vp8.%u-layer%c", &numLayers, &dummy) == 1 in getReflectedFormat()
1367 } else if ((tags = sscanf(schema.c_str(), "android.generic.%u%c%u%c", in getReflectedFormat()
1374 ALOGD("Ignoring unsupported ts-schema [%s]", schema.c_str()); in getReflectedFormat()
/hardware/interfaces/keymaster/4.0/
Dtypes.hal648 * following schema:
1318 * encoded representation of the values. The ASN.1 schema used is the AuthorizationList schema
DIKeymasterDevice.hal515 * ASN.1 format, specified by the following schema:
539 * AuthorizationList schema.
682 * 1.3.6.1.4.1.11129.2.1.17 and value according to the KeyDescription schema defined as:
759 * The above schema is mostly a straightforward translation of the IKeymasterDevice tag/value
/hardware/qcom/msm8998/json-c/
DDoxyfile842 # The XML_SCHEMA tag can be used to specify an XML schema,