Home
last modified time | relevance | path

Searched defs:GetBootPatchlevel (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_context.h246 virtual std::optional<uint32_t> GetBootPatchlevel() const { return std::nullopt; } in GetBootPatchlevel() function
/aosp12/system/keymaster/include/keymaster/contexts/
H A Dpure_soft_keymaster_context.h113 std::optional<uint32_t> GetBootPatchlevel() const override { return boot_patchlevel_; } in GetBootPatchlevel() function