Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 122) sorted by relevance

12345

/hardware/interfaces/boot/aidl/vts/functional/
DVtsHalBootAidlTargetTest.cpp31 using aidl::android::hardware::boot::IBootControl;
42 boot = ::aidl::android::hardware::boot::IBootControl::fromBinder( in SetUp()
44 ASSERT_NE(boot, nullptr); in SetUp()
47 std::shared_ptr<IBootControl> boot; member in BootAidlTest
53 boot->getNumberSlots(&slots); in TEST_P()
60 boot->getCurrentSlot(&curSlot); in TEST_P()
62 boot->getNumberSlots(&slots); in TEST_P()
68 const auto result = boot->markBootSuccessful(); in TEST_P()
71 boot->getCurrentSlot(&curSlot); in TEST_P()
73 boot->isSlotMarkedSuccessful(curSlot, &ret); in TEST_P()
[all …]
/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp30 using ::android::hardware::boot::V1_0::IBootControl;
31 using ::android::hardware::boot::V1_0::CommandResult;
32 using ::android::hardware::boot::V1_0::BoolResult;
33 using ::android::hardware::boot::V1_0::Slot;
45 boot = IBootControl::getService(GetParam()); in SetUp()
46 ASSERT_NE(boot, nullptr); in SetUp()
51 sp<IBootControl> boot; member in BootHidlTest
60 uint32_t slots = boot->getNumberSlots(); in TEST_P()
66 Slot curSlot = boot->getCurrentSlot(); in TEST_P()
67 uint32_t slots = boot->getNumberSlots(); in TEST_P()
[all …]
/hardware/ti/am57x/bootctrl/
Dbootloader_message.cpp132 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from() argument
134 return read_misc_partition(boot, sizeof(*boot), misc_blk_device, in read_bootloader_message_from()
138 bool read_bootloader_message(bootloader_message* boot, std::string* err) { in read_bootloader_message() argument
143 return read_bootloader_message_from(boot, misc_blk_device, err); in read_bootloader_message()
152 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to() argument
154 return write_misc_partition(&boot, sizeof(boot), misc_blk_device, in write_bootloader_message_to()
158 bool write_bootloader_message(const bootloader_message& boot, std::string* err) { in write_bootloader_message() argument
163 return write_bootloader_message_to(boot, misc_blk_device, err); in write_bootloader_message()
173 bootloader_message boot = {}; in clear_bootloader_message() local
174 return write_bootloader_message(boot, err); in clear_bootloader_message()
[all …]
Dbootloader_message.h193 bool read_bootloader_message(bootloader_message* boot, std::string* err);
196 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device,
204 bool write_bootloader_message(const bootloader_message& boot, std::string* err);
207 bool write_bootloader_message_to(const bootloader_message& boot,
224 bool update_bootloader_message_in_struct(bootloader_message* boot,
/hardware/interfaces/boot/1.2/vts/functional/
DVtsHalBootV1_2TargetTest.cpp31 using ::android::hardware::boot::V1_0::CommandResult;
32 using ::android::hardware::boot::V1_0::Slot;
33 using ::android::hardware::boot::V1_2::IBootControl;
38 boot = IBootControl::getService(GetParam()); in SetUp()
39 ASSERT_NE(boot, nullptr); in SetUp()
41 LOG(INFO) << "Test is remote " << boot->isRemote(); in SetUp()
44 sp<IBootControl> boot; member in BootHidlTest
52 Slot curSlot = boot->getCurrentSlot(); in TEST_P()
57 Return<void> result = boot->setActiveBootSlot(otherSlot, generate_callback(&cr)); in TEST_P()
59 Slot activeSlot = boot->getActiveBootSlot(); in TEST_P()
[all …]
/hardware/interfaces/boot/aidl/default/
DAndroid.bp27 name: "android.hardware.boot-service_common",
37 name: "android.hardware.boot-service.default",
38 defaults: ["android.hardware.boot-service_common"],
47 "android.hardware.boot@1.1",
48 "android.hardware.boot-V1-ndk",
57 name: "android.hardware.boot-service.default_recovery",
58 defaults: ["android.hardware.boot-service_common"],
59 init_rc: ["android.hardware.boot-service.default_recovery.rc"],
60 vintf_fragments: ["android.hardware.boot-service.default.xml"],
66 "android.hardware.boot@1.1",
[all …]
Dandroid.hardware.boot-service.default.rc1 service vendor.boot-default /apex/com.android.hardware.boot/bin/hw/android.hardware.boot-service.de…
Dandroid.hardware.boot-service.default_recovery.rc1 service vendor.boot-default /system/bin/hw/android.hardware.boot-service.default_recovery
6 interface aidl android.hardware.boot.IBootControl/default
/hardware/interfaces/boot/1.2/default/
DAndroid.bp11 name: "android.hardware.boot@1.2-impl",
12 stem: "android.hardware.boot@1.0-impl-1.2",
28 "android.hardware.boot@1.0",
29 "android.hardware.boot@1.1",
30 "android.hardware.boot@1.2",
39 name: "android.hardware.boot@1.2-service",
43 init_rc: ["android.hardware.boot@1.2-service.rc"],
47 "android.hardware.boot@1.2.xml",
55 "android.hardware.boot@1.0",
56 "android.hardware.boot@1.1",
[all …]
Dandroid.hardware.boot@1.2-service.rc1 service vendor.boot-hal-1-2 /vendor/bin/hw/android.hardware.boot@1.2-service
2 interface android.hardware.boot@1.0::IBootControl default
3 interface android.hardware.boot@1.1::IBootControl default
4 interface android.hardware.boot@1.2::IBootControl default
DBootControl.h26 namespace boot {
31 using ::android::hardware::boot::V1_0::BoolResult;
32 using ::android::hardware::boot::V1_1::MergeStatus;
33 using ::android::hardware::boot::V1_2::IBootControl;
/hardware/interfaces/boot/1.1/default/
DAndroid.bp11 name: "android.hardware.boot@1.1-impl",
12 stem: "android.hardware.boot@1.0-impl-1.1",
28 "android.hardware.boot@1.0",
29 "android.hardware.boot@1.1",
38 name: "android.hardware.boot@1.1-service",
42 init_rc: ["android.hardware.boot@1.1-service.rc"],
46 "android.hardware.boot@1.1.xml",
54 "android.hardware.boot@1.0",
55 "android.hardware.boot@1.1",
Dandroid.hardware.boot@1.1-service.rc1 service vendor.boot-hal-1-1 /vendor/bin/hw/android.hardware.boot@1.1-service
2 interface android.hardware.boot@1.0::IBootControl default
3 interface android.hardware.boot@1.1::IBootControl default
DBootControl.h26 namespace boot {
32 using ::android::hardware::boot::V1_0::BoolResult;
33 using ::android::hardware::boot::V1_1::IBootControl;
34 using ::android::hardware::boot::V1_1::MergeStatus;
/hardware/interfaces/boot/1.1/vts/functional/
DVtsHalBootV1_1TargetTest.cpp38 using ::android::hardware::boot::V1_1::IBootControl;
39 using ::android::hardware::boot::V1_1::MergeStatus;
57 boot = IBootControl::getService(GetParam()); in SetUp()
58 ASSERT_NE(boot, nullptr); in SetUp()
60 LOG(INFO) << "Test is remote " << boot->isRemote(); in SetUp()
63 sp<IBootControl> boot; member in BootHidlTest
82 auto status = (MergeStatus)boot->getSnapshotMergeStatus(); in TEST_P()
91 EXPECT_TRUE(boot->setSnapshotMergeStatus(value).withDefault(false)); in TEST_P()
92 auto status = boot->getSnapshotMergeStatus(); in TEST_P()
/hardware/google/pixel/powerstats/
Dandroid.hardware.power.stats-service.pixel.rc3 on early-boot && property:ro.boot.hardware.sku=GP4BC
6 on early-boot && property:ro.boot.hardware.sku=GFE4J
9 on early-boot && property:ro.boot.hardware.sku=GVU6C
12 on early-boot && property:ro.boot.hardware.sku=G03Z5
/hardware/google/pixel/bootctrl/
DAndroid.bp6 name: "android.hardware.boot@1.2-impl-pixel-legacy",
7 stem: "android.hardware.boot@1.0-impl-1.2-pixel-legacy",
25 "android.hardware.boot@1.0",
26 "android.hardware.boot@1.1",
27 "android.hardware.boot@1.2",
/hardware/interfaces/boot/aidl/client/
DAndroid.bp18 export_shared_lib_headers: ["android.hardware.boot-V1-ndk"],
21 "android.hardware.boot-V1-ndk",
22 "android.hardware.boot@1.0",
23 "android.hardware.boot@1.1",
24 "android.hardware.boot@1.2",
/hardware/google/pixel-sepolicy/factory_boost/
Dfactory-post-boot.te2 type factory-post-boot-sh, domain;
3 type factory-post-boot-sh_exec, vendor_file_type, exec_type, file_type;
4 init_daemon_domain(factory-post-boot-sh)
6 allow factory-post-boot-sh vendor_toolbox_exec:file execute_no_trans;
/hardware/interfaces/boot/1.0/default/
DAndroid.bp11 name: "android.hardware.boot@1.0-impl",
23 "android.hardware.boot@1.0",
29 name: "android.hardware.boot@1.0-service",
33 init_rc: ["android.hardware.boot@1.0-service.rc"],
41 "android.hardware.boot@1.0",
Dandroid.hardware.boot@1.0-service.rc1 service vendor.boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service
2 interface android.hardware.boot@1.0::IBootControl default
DBootControl.h25 namespace boot {
29 using ::android::hardware::boot::V1_0::BoolResult;
30 using ::android::hardware::boot::V1_0::CommandResult;
31 using ::android::hardware::boot::V1_0::IBootControl;
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/current/android/hardware/boot/
DIBootControl.aidl34 package android.hardware.boot;
40 android.hardware.boot.MergeStatus getSnapshotMergeStatus(); in getSnapshotMergeStatus()
47 void setSnapshotMergeStatus(in android.hardware.boot.MergeStatus status); in setSnapshotMergeStatus()
/hardware/interfaces/boot/aidl/aidl_api/android.hardware.boot/1/android/hardware/boot/
DIBootControl.aidl34 package android.hardware.boot;
40 android.hardware.boot.MergeStatus getSnapshotMergeStatus(); in getSnapshotMergeStatus()
47 void setSnapshotMergeStatus(in android.hardware.boot.MergeStatus status); in setSnapshotMergeStatus()
/hardware/interfaces/boot/1.2/
DAndroid.bp13 name: "android.hardware.boot@1.2",
19 "android.hardware.boot@1.0",
20 "android.hardware.boot@1.1",

12345