Searched refs:schema (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/compatibility_matrices/build/ |
D | vintf_compatibility_matrix.go | 44 Command: `$XmlLintCmd --quiet --schema $xsd $in > /dev/null && touch -a $out`, 102 …e) generateValidateBuildAction(ctx android.ModuleContext, path android.Path, schema android.Path) { 109 Implicit: schema, 111 "xsd": schema.String(), 140 schema := g.getSchema(ctx) 141 if !schema.Valid() { 147 g.generateValidateBuildAction(ctx, srcPath, schema.Path()) 172 g.generateValidateBuildAction(ctx, g.genFile, schema.Path())
|
/hardware/interfaces/audio/7.0/config/ |
D | update_audio_policy_config.sh | 68 echo Validating the source against the $OLD_VERSION schema 71 …--schema ${ANDROID_BUILD_TOP}/${HAL_DIRECTORY}/${OLD_VERSION}/config/audio_policy_configuration.xs… 152 echo Validating the result against the $NEW_VERSION schema 155 …--schema ${ANDROID_BUILD_TOP}/${HAL_DIRECTORY}/${NEW_VERSION}/config/audio_policy_configuration.xs…
|
/hardware/interfaces/audio/policy/1.0/vts/functional/ |
D | ValidateEngineConfiguration.cpp | 29 static const std::string schema = variable 47 schema.c_str()); in TEST() 58 schema.c_str()) && in deviceUsesConfigurableEngine()
|
/hardware/interfaces/audio/ |
D | README.md | 13 - `config` — the XSD schema for the Audio Policy Manager 43 - `config` — the XSD schema for the Audio Effects configuration file.
|
/hardware/interfaces/dumpstate/1.1/ |
D | types.hal | 62 * descriptor of the native handle. The protobuf schema shall be defined by the vendor.
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | README.md | 7 …xmllint --xinclude --noout --schema ParameterFrameworkConfiguration.xsd /path/to/your/ParameterFra…
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 648 * following schema: 1318 * encoded representation of the values. The ASN.1 schema used is the AuthorizationList schema
|
D | IKeymasterDevice.hal | 515 * 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
|