Home
last modified time | relevance | path

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

12

/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp29 using ::android::hardware::boot::V1_0::IBootControl;
30 using ::android::hardware::boot::V1_0::CommandResult;
31 using ::android::hardware::boot::V1_0::BoolResult;
32 using ::android::hardware::boot::V1_0::Slot;
56 boot = ::testing::VtsHalHidlTargetTestBase::getService<IBootControl>( in SetUp()
58 ASSERT_NE(boot, nullptr); in SetUp()
63 sp<IBootControl> boot; member in BootHidlTest
72 uint32_t slots = boot->getNumberSlots(); in TEST_F()
78 Slot curSlot = boot->getCurrentSlot(); in TEST_F()
79 uint32_t slots = boot->getNumberSlots(); in TEST_F()
[all …]
DAndroid.bp21 static_libs: ["android.hardware.boot@1.0"],
/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.0/default/
DAndroid.bp2 name: "android.hardware.boot@1.0-impl",
15 "android.hardware.boot@1.0",
21 name: "android.hardware.boot@1.0-service",
25 init_rc: ["android.hardware.boot@1.0-service.rc"],
34 "android.hardware.boot@1.0",
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;
Dandroid.hardware.boot@1.0-service.rc1 service vendor.boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service
DAndroid.mk9 LOCAL_MODULE := android.hardware.boot@1.0-impl-wrapper.recovery
26 android.hardware.boot@1.0.recovery
Dservice.cpp21 using ::android::hardware::boot::V1_0::IBootControl;
DBootControl.cpp30 namespace boot { namespace
/hardware/interfaces/wifi/1.3/
Dtypes.hal46 * 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.0/
DAndroid.bp4 name: "android.hardware.boot@1.0",
DIBootControl.hal17 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.
Dtypes.hal17 package android.hardware.boot@1.0;
/hardware/interfaces/thermal/1.0/
DIThermal.hal31 * 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
Dtypes.hal101 * Active time since the last boot in ms.
106 * Total time since the last boot in ms.
/hardware/interfaces/biometrics/fingerprint/2.1/default/
Dandroid.hardware.biometrics.fingerprint@2.1-service.rc3 # in /data. As a workaround, postpone startup until later in boot once
/hardware/interfaces/gnss/2.0/
Dtypes.hal36 * 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/
Dtypes.hal111 * 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.
/hardware/interfaces/health/2.0/
Dtypes.hal39 * Set to true if this is the boot device.
75 * Disk statistics since boot.
/hardware/interfaces/thermal/2.0/
DIThermal.hal38 * they go offline, if these devices exist on boot. The method
56 * they go offline, if these devices exist on boot. The method
114 * exist on boot. The method always returns and never removes from
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal34 * Reports accumulated energy since boot on each rail.
39 * @return data Energy values since boot for all requested rails.
49 * Streams accumulated energy since boot on each rail. This API is
Dtypes.hal43 /** Time since device boot(CLOCK_BOOTTIME) in milli-seconds */
45 /** Accumulated energy since device boot in microwatt-seconds (uWs) */
/hardware/interfaces/vr/1.0/
DIVr.hal22 * called once from the VrManagerService during its boot phase.
/hardware/interfaces/power/1.1/
DIPower.hal28 * since boot.

12