Home
last modified time | relevance | path

Searched refs:BootControl (Results 1 – 10 of 10) sorted by relevance

/device/google/gs-common/bootctrl/1.2/
DBootControl.cpp272 Return<uint32_t> BootControl::getNumberSlots() { in getNumberSlots()
284 Return<uint32_t> BootControl::getCurrentSlot() { in getCurrentSlot()
290 Return<void> BootControl::markBootSuccessful(markBootSuccessful_cb _hidl_cb) { in markBootSuccessful()
320 Return<void> BootControl::setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) { in setActiveBootSlot()
408 Return<void> BootControl::setSlotAsUnbootable(uint32_t slot, setSlotAsUnbootable_cb _hidl_cb) { in setSlotAsUnbootable()
441 Return<::android::hardware::boot::V1_0::BoolResult> BootControl::isSlotBootable(uint32_t slot) { in isSlotBootable()
458 Return<::android::hardware::boot::V1_0::BoolResult> BootControl::isSlotMarkedSuccessful( in isSlotMarkedSuccessful()
479 Return<void> BootControl::getSuffix(uint32_t slot, getSuffix_cb _hidl_cb) { in getSuffix()
485 bool BootControl::Init() { in Init()
489 Return<bool> BootControl::setSnapshotMergeStatus( in setSnapshotMergeStatus()
[all …]
Dservice.cpp30 using ::android::hardware::boot::V1_2::implementation::BootControl;
39 ::android::sp bootctrl = new BootControl(); in main()
DAndroid.bp40 "BootControl.cpp",
68 "BootControl.cpp",
DBootControl.h37 struct BootControl : public IBootControl { struct
/device/google/gs-common/bootctrl/aidl/
DBootControl.cpp33 using HIDLMergeStatus = ::android::bootable::BootControl::MergeStatus;
298 BootControl::BootControl() { in BootControl() function in aidl::android::hardware::boot::BootControl
302 ScopedAStatus BootControl::getActiveBootSlot(int32_t* _aidl_return) { in getActiveBootSlot()
318 ScopedAStatus BootControl::getCurrentSlot(int32_t* _aidl_return) { in getCurrentSlot()
325 ScopedAStatus BootControl::getNumberSlots(int32_t* _aidl_return) { in getNumberSlots()
338 ScopedAStatus BootControl::getSnapshotMergeStatus(MergeStatus* _aidl_return) { in getSnapshotMergeStatus()
350 ScopedAStatus BootControl::getSuffix(int32_t in_slot, std::string* _aidl_return) { in getSuffix()
355 ScopedAStatus BootControl::isSlotBootable(int32_t in_slot, bool* _aidl_return) { in isSlotBootable()
378 ScopedAStatus BootControl::isSlotMarkedSuccessful(int32_t in_slot, bool* _aidl_return) { in isSlotMarkedSuccessful()
403 ScopedAStatus BootControl::markBootSuccessful() { in markBootSuccessful()
[all …]
Dservice.cpp27 using aidl::android::hardware::boot::BootControl;
35 std::shared_ptr<IBootControl> service = ndk::SharedRefBase::make<BootControl>(); in main()
37 const std::string instance = std::string(BootControl::descriptor) + "/default"; in main()
DBootControl.h24 class BootControl final : public BnBootControl {
26 BootControl();
DAndroid.bp52 "BootControl.cpp",
/device/google/gs101-sepolicy/whitechapel/vendor/google/
Dfile.te163 # BootControl
Dgenfs_contexts319 # BootControl