Searched defs:IsSlotBootable (Results 1 – 5 of 5) sorted by relevance
100 std::optional<bool> IsSlotBootable(int32_t slot) const { in IsSlotBootable() function in android::hal::BootControlClientAidl214 std::optional<bool> IsSlotBootable(int32_t slot) const { in IsSlotBootable() function in android::hal::BootControlClientHIDL
142 TEST_P(BootAidlTest, IsSlotBootable) { in TEST_P() argument
154 TEST_P(BootHidlTest, IsSlotBootable) { in TEST_P() argument
291 int IsSlotBootable(struct boot_control_module* module, unsigned int slot) { in IsSlotBootable() function
332 bool BootControl::IsSlotBootable(unsigned int slot) { in IsSlotBootable() function in android::bootable::BootControl