Home
last modified time | relevance | path

Searched refs:FRAMEWORK (Results 1 – 9 of 9) sorted by relevance

/system/libvintf/
DCompatibilityMatrix.cpp32 if (mType != SchemaType::FRAMEWORK) { in add()
52 if (mType != SchemaType::FRAMEWORK) { in findKernel()
78 (lft.mType != SchemaType::FRAMEWORK || ( in operator ==()
DHalManifest.cpp279 if (mType == SchemaType::FRAMEWORK) { in checkCompatibility()
346 if (mType == SchemaType::FRAMEWORK) { in generateCompatibleMatrix()
350 matrix.mType = SchemaType::FRAMEWORK; in generateCompatibleMatrix()
372 CHECK(mType == SchemaType::FRAMEWORK); in vndks()
381 (lft.mType != SchemaType::FRAMEWORK || ( in operator ==()
DRuntimeInfo.cpp74 if (mat.mType != SchemaType::FRAMEWORK) { in checkCompatibility()
Dassemble_vintf.cpp112 if (matrix->mType == SchemaType::FRAMEWORK) { in assembleCompatibilityMatrix()
Dparse_xml.cpp617 } else if (m.mType == SchemaType::FRAMEWORK) { in mutateNode()
641 } else if (object->mType == SchemaType::FRAMEWORK) { in buildObject()
684 if (m.mType == SchemaType::FRAMEWORK) { in mutateNode()
701 if (object->mType == SchemaType::FRAMEWORK) { in buildObject()
DVintfObject.cpp118 if (ret->type() == SchemaType::FRAMEWORK) { in tryParse()
/system/libvintf/include/vintf/
DSchemaType.h29 FRAMEWORK, enumerator
DCompatibilityMatrix.h39 CompatibilityMatrix() : mType(SchemaType::FRAMEWORK) {}; in CompatibilityMatrix()
/system/libvintf/test/
Dmain.cpp125 vm.mType = SchemaType::FRAMEWORK; in testFrameworkManfiest()