Home
last modified time | relevance | path

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

12

/hardware/interfaces/boot/1.0/vts/functional/
DVtsHalBootV1_0TargetTest.cpp26 using ::android::hardware::boot::V1_0::IBootControl;
27 using ::android::hardware::boot::V1_0::CommandResult;
28 using ::android::hardware::boot::V1_0::BoolResult;
29 using ::android::hardware::boot::V1_0::Slot;
40 boot = ::testing::VtsHalHidlTargetTestBase::getService<IBootControl>(); in SetUp()
41 ASSERT_NE(boot, nullptr); in SetUp()
46 sp<IBootControl> boot; member in BootHidlTest
55 uint32_t slots = boot->getNumberSlots(); in TEST_F()
61 Slot curSlot = boot->getCurrentSlot(); in TEST_F()
62 uint32_t slots = boot->getNumberSlots(); in TEST_F()
[all …]
DAndroid.bp21 static_libs: ["android.hardware.boot@1.0"],
/hardware/interfaces/boot/1.0/
DAndroid.bp4 name: "android.hardware.boot@1.0_hal",
12 name: "android.hardware.boot@1.0_genc++",
14 …id.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0",
16 ":android.hardware.boot@1.0_hal",
19 "android/hardware/boot/1.0/types.cpp",
20 "android/hardware/boot/1.0/BootControlAll.cpp",
25 name: "android.hardware.boot@1.0_genc++_headers",
27 …id.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.boot@1.0",
29 ":android.hardware.boot@1.0_hal",
32 "android/hardware/boot/1.0/types.h",
[all …]
DAndroid.mk8 LOCAL_MODULE := android.hardware.boot-V1.0-java
22 GEN := $(intermediates)/android/hardware/boot/V1_0/BoolResult.java
32 android.hardware.boot@1.0::types.BoolResult
41 GEN := $(intermediates)/android/hardware/boot/V1_0/CommandResult.java
51 android.hardware.boot@1.0::types.CommandResult
60 GEN := $(intermediates)/android/hardware/boot/V1_0/IBootControl.java
72 android.hardware.boot@1.0::IBootControl
83 LOCAL_MODULE := android.hardware.boot-V1.0-java-static
97 GEN := $(intermediates)/android/hardware/boot/V1_0/BoolResult.java
107 android.hardware.boot@1.0::types.BoolResult
[all …]
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/boot/1.0/default/
DAndroid.mk4 LOCAL_MODULE := android.hardware.boot@1.0-impl
16 android.hardware.boot@1.0 \
23 LOCAL_MODULE := android.hardware.boot@1.0-service
24 LOCAL_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 boot-hal-1-0 /vendor/bin/hw/android.hardware.boot@1.0-service
Dservice.cpp21 using ::android::hardware::boot::V1_0::IBootControl;
DBootControl.cpp26 namespace boot { namespace
/hardware/intel/bootstub/
Dbootstub.spec11 this package provides bootstub to create NAND boot image
21 mkdir -p $RPM_BUILD_ROOT/boot
22 install -m 755 bootstub $RPM_BUILD_ROOT/boot/
28 /boot/bootstub
/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/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.
DIPower.hal77 * since boot.
/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.
Dtypes.hal32 * Time spent in msec at this subsystem-level sleep state since boot.
/hardware/interfaces/radio/1.1/
DIRadio.hal33 * encrypt the IMSI and IMPI. Sent by the framework during boot, carrier
/hardware/interfaces/
Dcurrent.txt44 7192d756aeba00aba32f4504981df8172ffca83e210c4838dabf295e53e93590 android.hardware.boot@1.0::IBootCo…
45 cebaa803b8e33807a0d69f46652b650ccb549e8f9b19d6becbbf26690e828b49 android.hardware.boot@1.0::types
/hardware/interfaces/broadcastradio/1.1/
DITuner.hal74 * ie. HAL implementation MAY perform the scan on boot. It's a common
/hardware/qcom/msm8998/gpt-utils/
Dgpt-utils.cpp282 static int gpt2_set_boot_chain(int fd, enum boot_chain boot) in gpt2_set_boot_chain() argument
357 if (boot == BACKUP_BOOT) { in gpt2_set_boot_chain()
/hardware/interfaces/keymaster/3.0/
Dtypes.hal79 * boot. */

12