HomeSort by relevance Sort by last modified time
    Searched defs:current_slot (Results 1 - 7 of 7) sorted by null

  /bootable/recovery/boot_control/
boot_control.cpp 49 unsigned int current_slot; member in struct:boot_control_private_t
133 if (module->current_slot < kMaxNumSlots) {
134 strlcpy(boot_ctrl->slot_suffix, kSlotSuffixes[module->current_slot],
188 if (module->current_slot == slot) {
213 // Initialize the current_slot from the read-only property. If the property
217 module->current_slot = SlotSuffixToIndex(suffix_prop.c_str());
253 return reinterpret_cast<boot_control_private_t*>(module)->current_slot;
262 bootctrl.slot_info[bootctrl_module->current_slot].successful_boot = 1;
266 bootctrl.slot_info[bootctrl_module->current_slot].tries_remaining = 1;
302 if (slot != bootctrl_module->current_slot) bootctrl.slot_info[slot].verity_corrupted = 0
    [all...]
  /bootable/recovery/update_verifier/
update_verifier.cpp 259 uint32_t current_slot = module->getCurrentSlot(); local
260 BoolResult is_successful = module->isSlotMarkedSuccessful(current_slot);
261 LOG(INFO) << "Booting slot " << current_slot << ": isSlotMarkedSuccessful="
309 LOG(INFO) << "Marked slot " << current_slot << " as booted successfully.";
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce.c 200 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc) function
  /system/update_engine/
update_attempter_android.cc 389 BootControlInterface::Slot current_slot = boot_control_->GetCurrentSlot(); local
395 partition.partition_name(), current_slot, &partition_path)) {
update_attempter.cc 737 const BootControlInterface::Slot current_slot = local
742 << BootControlInterface::SlotName(current_slot);
744 if (current_slot == BootControlInterface::kInvalidSlot || num_slots < 2) {
751 if (slot != current_slot &&
    [all...]
  /system/core/fastboot/
fastboot.cpp 949 std::string current_slot; local
1059 std::string current_slot; local
1140 std::string current_slot = get_current_slot(transport); local
1668 std::string current_slot; local
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 132 #define current_slot (current_frame_display % SURFACE_NUM) macro
    [all...]

Completed in 153 milliseconds