HomeSort by relevance Sort by last modified time
    Searched full:bootcontrol (Results 1 - 11 of 11) sorted by null

  /hardware/interfaces/boot/1.0/default/
BootControl.cpp 22 #include "BootControl.h"
30 BootControl::BootControl(boot_control_module_t *module) : mModule(module){
34 Return<uint32_t> BootControl::getNumberSlots() {
38 Return<uint32_t> BootControl::getCurrentSlot() {
42 Return<void> BootControl::markBootSuccessful(markBootSuccessful_cb _hidl_cb) {
51 Return<void> BootControl::setActiveBootSlot(uint32_t slot, setActiveBootSlot_cb _hidl_cb) {
60 Return<void> BootControl::setSlotAsUnbootable(uint32_t slot, setSlotAsUnbootable_cb _hidl_cb) {
69 Return<BoolResult> BootControl::isSlotBootable(uint32_t slot) {
77 Return<BoolResult> BootControl::isSlotMarkedSuccessful(uint32_t slot)
    [all...]
Android.mk 8 BootControl.cpp \
BootControl.h 38 struct BootControl : public IBootControl {
39 BootControl(boot_control_module_t* module);
  /test/vts-testcase/fuzz/func_fuzzer/boot/V1_0/
Android.bp 11 "android/hardware/boot/1.0/BootControl.vts.cpp",
16 name: "android.hardware.boot@1.0-vts.func_fuzzer.BootControl",
  /test/vts-testcase/hal/boot/V1_0/build/
Android.bp 11 "android/hardware/boot/1.0/BootControl.vts",
25 "android/hardware/boot/1.0/BootControl.vts.cpp",
38 "android/hardware/boot/1.0/BootControl.vts.h",
79 "android/hardware/boot/1.0/BootControl.vts.cpp",
92 "android/hardware/boot/1.0/BootControl.vts.h",
  /system/update_engine/
daemon_state_android.cc 32 LOG(WARNING) << "Unable to create BootControl instance, using stub "
boot_control_chromeos.h 36 // Initialize the BootControl instance loading the constant values. Returns
real_system_state.cc 52 LOG(WARNING) << "Unable to create BootControl instance, using stub "
Android.mk 194 # A BootControl class implementation using Android's HIDL boot_control HAL.
    [all...]
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 47 android.hardware.boot@1.0-vts.func_fuzzer.BootControl \
  /system/update_engine/payload_consumer/
delta_performer.h 297 // BootControl and Hardware interface references.

Completed in 1522 milliseconds