HomeSort by relevance Sort by last modified time
    Searched refs:gHalManifestConverter (Results 1 - 12 of 12) sorted by null

  /system/libvintf/test/
LibVintfTest.cpp 40 extern XmlConverter<HalManifest>& gHalManifestConverter;
250 EXPECT_TRUE(gHalManifestConverter(&manifest, manifestXml));
257 gHalManifestConverter(vm, SerializeFlag::HALS_NO_FQNAME & SerializeFlag::SEPOLICY_ONLY);
288 EXPECT_TRUE(gHalManifestConverter(&vm2, xml));
295 gHalManifestConverter(vm, SerializeFlag::HALS_NO_FQNAME & SerializeFlag::VNDK_ONLY);
320 EXPECT_TRUE(gHalManifestConverter(&vm2, xml));
326 EXPECT_TRUE(gHalManifestConverter(&vm,
328 EXPECT_TRUE(gHalManifestConverter(&vm,
336 EXPECT_FALSE(gHalManifestConverter(&vm,
347 EXPECT_TRUE(gHalManifestConverter(&vm
    [all...]
  /system/libvintf/include/vintf/
parse_xml.h 68 extern XmlConverter<HalManifest>& gHalManifestConverter;
  /frameworks/base/core/jni/
android_os_VintfObject.cpp 46 using vintf::gHalManifestConverter;
87 tryAddSchema(VintfObject::GetDeviceHalManifest(), gHalManifestConverter,
89 tryAddSchema(VintfObject::GetFrameworkHalManifest(), gHalManifestConverter,
  /test/vts/utils/native/testability_checker/
VtsTestabilityCheckerTest.cpp 43 using android::vintf::gHalManifestConverter;
160 gHalManifestConverter(&vm, xml);
179 gHalManifestConverter(&fm, xml);
  /system/libvintf/
main.cpp 275 if (vm != nullptr) std::cout << gHalManifestConverter(*vm, flags);
277 if (fm != nullptr) std::cout << gHalManifestConverter(*fm, flags);
check_vintf.cpp 149 auto manifest = readObject(manifestPath, gHalManifestConverter);
AssembleVintf.cpp 365 out() << gHalManifestConverter(*halManifest, mSerializeFlags);
481 if (!gHalManifestConverter(checkManifest.get(), read(*mCheckFile), &error)) {
594 auto status = tryAssemble(gHalManifestConverter, "manifest",
HalManifest.cpp 364 return details::fetchAllInformation(path, gHalManifestConverter, this, error);
VintfObject.cpp 436 parseStatus = tryParse(xml, gHalManifestConverter, &pkg.fwk.manifest, &pkg.dev.manifest);
parse_xml.cpp     [all...]
  /frameworks/native/cmds/lshal/
test.cpp 480 EXPECT_EQ(true, vintf::gHalManifestConverter(&m, out.str()))
482 << vintf::gHalManifestConverter.lastError();
ListCommand.cpp 409 out << vintf::gHalManifestConverter(manifest, vintf::SerializeFlag::HALS_NO_FQNAME);
    [all...]

Completed in 434 milliseconds