/hardware/interfaces/boot/1.0/vts/functional/ |
D | VtsHalBootV1_0TargetTest.cpp | 30 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 …]
|
D | Android.bp | 21 static_libs: ["android.hardware.boot@1.0"],
|
/hardware/ti/am57x/bootctrl/ |
D | bootloader_message.cpp | 132 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 …]
|
D | bootloader_message.h | 193 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.1/default/ |
D | Android.bp | 2 name: "android.hardware.boot@1.1-impl", 3 stem: "android.hardware.boot@1.0-impl-1.1", 18 "android.hardware.boot@1.0", 19 "android.hardware.boot@1.1", 28 name: "android.hardware.boot@1.1-service", 32 init_rc: ["android.hardware.boot@1.1-service.rc"], 36 "android.hardware.boot@1.1.xml", 44 "android.hardware.boot@1.0", 45 "android.hardware.boot@1.1",
|
D | android.hardware.boot@1.1-service.rc | 1 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
|
D | BootControl.h | 26 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;
|
D | service.cpp | 22 using IBootControl_V1_0 = android::hardware::boot::V1_0::IBootControl; 23 using IBootControl_V1_1 = android::hardware::boot::V1_1::IBootControl;
|
D | BootControl.cpp | 26 namespace boot { namespace 30 using ::android::hardware::boot::V1_0::CommandResult;
|
/hardware/interfaces/boot/1.1/vts/functional/ |
D | VtsHalBootV1_1TargetTest.cpp | 36 using ::android::hardware::boot::V1_1::IBootControl; 37 using ::android::hardware::boot::V1_1::MergeStatus; 43 boot = IBootControl::getService(GetParam()); in SetUp() 44 ASSERT_NE(boot, nullptr); in SetUp() 46 LOG(INFO) << "Test is remote " << boot->isRemote(); in SetUp() 49 sp<IBootControl> boot; member in BootHidlTest 68 auto status = (MergeStatus)boot->getSnapshotMergeStatus(); in TEST_P() 77 EXPECT_TRUE(boot->setSnapshotMergeStatus(value).withDefault(false)); in TEST_P() 78 auto status = boot->getSnapshotMergeStatus(); in TEST_P()
|
D | Android.bp | 22 "android.hardware.boot@1.0", 23 "android.hardware.boot@1.1",
|
/hardware/interfaces/boot/1.0/default/ |
D | Android.bp | 2 name: "android.hardware.boot@1.0-impl", 14 "android.hardware.boot@1.0", 20 name: "android.hardware.boot@1.0-service", 24 init_rc: ["android.hardware.boot@1.0-service.rc"], 32 "android.hardware.boot@1.0",
|
D | android.hardware.boot@1.0-service.rc | 1 service vendor.boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service 2 interface android.hardware.boot@1.0::IBootControl default
|
D | BootControl.h | 25 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;
|
D | service.cpp | 21 using ::android::hardware::boot::V1_0::IBootControl;
|
/hardware/interfaces/wifi/1.3/ |
D | types.hal | 46 * Total time for which the radio is awake due to NAN scan since boot or crash. 51 * Total time for which the radio is awake due to background scan since boot or crash. 56 * Total time for which the radio is awake due to roam scan since boot or crash. 61 * Total time for which the radio is awake due to PNO scan since boot or crash. 66 * Total time for which the radio is awake due to Hotspot 2.0 scans and GAS exchange since boot 85 * This is the absolute milliseconds from boot when these stats were
|
/hardware/interfaces/boot/1.1/default/boot_control/include/libboot_control/ |
D | libboot_control.h | 28 using MergeStatus = ::android::hardware::boot::V1_1::MergeStatus; 81 android::hardware::boot::V1_1::MergeStatus status); 86 android::hardware::boot::V1_1::MergeStatus* status);
|
/hardware/interfaces/boot/1.1/ |
D | Android.bp | 4 name: "android.hardware.boot@1.1", 11 "android.hardware.boot@1.0",
|
/hardware/interfaces/boot/1.0/ |
D | Android.bp | 4 name: "android.hardware.boot@1.0",
|
D | IBootControl.hal | 17 package android.hardware.boot@1.0; 42 * getCurrentSlot() returns the slot number of that the current boot is booted 61 * setActiveBootSlot() marks the slot passed in parameter as the active boot 71 * partitions, so that the system must not attempt to boot a known bad set up.
|
/hardware/interfaces/thermal/1.0/ |
D | IThermal.hal | 31 * they go offline, if these devices exist on boot. The method 43 * in ms since first boot. 68 * exist on boot. The method always returns and never removes from
|
D | types.hal | 101 * Active time since the last boot in ms. 106 * Total time since the last boot in ms.
|
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
D | android.hardware.biometrics.fingerprint@2.1-service.rc | 3 # in /data. As a workaround, postpone startup until later in boot once
|
/hardware/interfaces/gnss/2.0/ |
D | types.hal | 36 * Represents an estimate of elapsed time since boot of Android for a given event. 51 * Estimate of the elapsed time since boot value for the corresponding event in nanoseconds.
|
/hardware/interfaces/power/1.0/ |
D | types.hal | 111 * boot. 116 * Number of times the voter voted for the platform sleep state since boot. 135 * Time spent in msec at this platform-level sleep state since boot.
|