Home
last modified time | relevance | path

Searched refs:getActiveBootSlot (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/boot/1.2/vts/functional/
DVtsHalBootV1_2TargetTest.cpp59 Slot activeSlot = boot->getActiveBootSlot(); in TEST_P()
64 activeSlot = boot->getActiveBootSlot(); in TEST_P()
/hardware/google/pixel/bootctrl/
DLegacyBootControl.cpp101 Return<uint32_t> BootControl::getActiveBootSlot() { in getActiveBootSlot() function in android::hardware::boot::V1_2::implementation::BootControl
102 auto get_active_slot = mModule->getActiveBootSlot; in getActiveBootSlot()
DLegacyBootControl.h47 Return<uint32_t> getActiveBootSlot() override;
/hardware/interfaces/boot/aidl/android/hardware/boot/
DIBootControl.aidl34 int getActiveBootSlot(); in getActiveBootSlot() method
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/
DIBootControl.aidl37 int getActiveBootSlot(); in getActiveBootSlot() method
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/
DIBootControl.aidl37 int getActiveBootSlot(); in getActiveBootSlot() method
/hardware/libhardware/include/hardware/
Dboot_control.h133 unsigned (*getActiveBootSlot)(struct boot_control_module *module); member
/hardware/libhardware/include_all/hardware/
Dboot_control.h133 unsigned (*getActiveBootSlot)(struct boot_control_module *module); member
/hardware/interfaces/boot/aidl/default/
DBootControl.h27 ::ndk::ScopedAStatus getActiveBootSlot(int32_t* _aidl_return) override;
DBootControl.cpp31 ScopedAStatus BootControl::getActiveBootSlot(int32_t* _aidl_return) { in getActiveBootSlot() function in aidl::android::hardware::boot::BootControl
/hardware/interfaces/boot/1.2/default/
DBootControl.h54 Return<uint32_t> getActiveBootSlot() override;
DBootControl.cpp118 Return<uint32_t> BootControl::getActiveBootSlot() { in getActiveBootSlot() function in android::hardware::boot::V1_2::implementation::BootControl
/hardware/interfaces/boot/1.2/
DIBootControl.hal33 getActiveBootSlot() generates (Slot slot);
/hardware/interfaces/boot/aidl/client/
DBootControlClient.cpp130 LOG_NDK_STATUS(module_->getActiveBootSlot(&ret)); in GetActiveBootSlot()
313 const auto ret = module_v1_2_->getActiveBootSlot(); in GetActiveBootSlot()
/hardware/qcom/bootctrl/
Dboot_control.cpp712 .getActiveBootSlot = get_active_boot_slot,