Home
last modified time | relevance | path

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

/system/libvintf/
DAssembleVintf.cpp482 size_t halVersion = hal.versions.front().minorVer; in setManifestAidlHalVersion() local
504 if (latestVersion < halVersion) { in setManifestAidlHalVersion()
505 if (halVersion - latestVersion != 1) { in setManifestAidlHalVersion()
507 << "The declared version of " << hal.getName() << " (" << halVersion in setManifestAidlHalVersion()
513 << " in the manifest from V" << halVersion << " to V" in setManifestAidlHalVersion()
514 << halVersion - 1 in setManifestAidlHalVersion()
517 hal.versions[0] = hal.versions[0].withMinor(halVersion - 1); in setManifestAidlHalVersion()
/system/libvintf/test/
Dvintf_object_tests.cpp2719 HealthHalVersion halVersion; member
2723 if (std::holds_alternative<Version>(halVersion)) return HalFormat::HIDL; in getHalFormat()
2724 if (std::holds_alternative<size_t>(halVersion)) return HalFormat::AIDL; in getHalFormat()
2732 const auto& v = std::get<Version>(param.halVersion); in operator <<()
2736 os << "v" << std::get<size_t>(param.halVersion); in operator <<()
2774 to_string(std::get<Version>(GetParam().halVersion)).c_str())); in SetUp()
2782 to_string(std::get<size_t>(GetParam().halVersion)).c_str())); in SetUp()
2869 std::optional<ComposerHalVersion> halVersion; member
2872 bool hasHal() const { return halVersion.has_value(); } in hasHal()
2875 if (std::holds_alternative<Version>(*halVersion)) return HalFormat::HIDL; in getHalFormat()
[all …]
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp440 auto result = mDevice->halVersion(); in getHardwareInfo()
1416 auto halVersion = kmDevice->halVersion(); in enumerateKeymasterDevices() local
1417 SecurityLevel securityLevel = halVersion.securityLevel; in enumerateKeymasterDevices()