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

  /external/autotest/server/site_tests/brillo_RecoverFromBadImage/
brillo_RecoverFromBadImage.py 43 current_slot = int(
52 target_slot = 0 if current_slot else 1
56 '(slot %d)', current_slot, partition, target_slot)
60 if target_slot == current_slot:
65 partition, current_slot)
172 current_slot = int(
174 if current_slot != target_slot:
176 current_slot, target_slot)
  /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.";
  /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...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce_50.c 217 rvce_frame_offset(enc, current_slot(enc), &luma_offset, &chroma_offset);
radeon_vce.h 420 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc);
radeon_vce_40_2_2.c 407 rvce_frame_offset(enc, current_slot(enc), &luma_offset, &chroma_offset);
radeon_vce.c 200 struct rvce_cpb_slot *current_slot(struct rvce_encoder *enc) function
radeon_vce_52.c 357 rvce_frame_offset(enc, current_slot(enc), &luma_offset, &chroma_offset);
  /system/update_engine/
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...]
update_attempter_android.cc 389 BootControlInterface::Slot current_slot = boot_control_->GetCurrentSlot(); local
395 partition.partition_name(), current_slot, &partition_path)) {
  /hardware/intel/common/libva/test/encode/
h264encode.c 132 #define current_slot (current_frame_display % SURFACE_NUM) macro
    [all...]

Completed in 414 milliseconds