Searched refs:getActiveBootSlot (Results 1 – 15 of 15) sorted by relevance
59 Slot activeSlot = boot->getActiveBootSlot(); in TEST_P()64 activeSlot = boot->getActiveBootSlot(); in TEST_P()
101 Return<uint32_t> BootControl::getActiveBootSlot() { in getActiveBootSlot() function in android::hardware::boot::V1_2::implementation::BootControl102 auto get_active_slot = mModule->getActiveBootSlot; in getActiveBootSlot()
47 Return<uint32_t> getActiveBootSlot() override;
34 int getActiveBootSlot(); in getActiveBootSlot() method
37 int getActiveBootSlot(); in getActiveBootSlot() method
133 unsigned (*getActiveBootSlot)(struct boot_control_module *module); member
27 ::ndk::ScopedAStatus getActiveBootSlot(int32_t* _aidl_return) override;
31 ScopedAStatus BootControl::getActiveBootSlot(int32_t* _aidl_return) { in getActiveBootSlot() function in aidl::android::hardware::boot::BootControl
54 Return<uint32_t> getActiveBootSlot() override;
118 Return<uint32_t> BootControl::getActiveBootSlot() { in getActiveBootSlot() function in android::hardware::boot::V1_2::implementation::BootControl
33 getActiveBootSlot() generates (Slot slot);
130 LOG_NDK_STATUS(module_->getActiveBootSlot(&ret)); in GetActiveBootSlot()313 const auto ret = module_v1_2_->getActiveBootSlot(); in GetActiveBootSlot()
712 .getActiveBootSlot = get_active_boot_slot,