Home
last modified time | relevance | path

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

/system/libvintf/
DAssembleVintf.cpp295 using Schemas = std::vector<Named<S>>; typedef in android::vintf::AssembleVintfImpl
296 using HalManifests = Schemas<HalManifest>;
297 using CompatibilityMatrices = Schemas<CompatibilityMatrix>;
300 void outputInputs(const Schemas<M>& inputs) { in outputInputs()
610 Schemas<Schema> schemas; in tryAssemble()