Home
last modified time | relevance | path

Searched defs:num_slots (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/media/alsa_utils/
H A Dalsa_format.c88 int num_slots = ARRAY_SIZE(mask->bits); in get_pcm_format_for_mask() local
H A Dalsa_logging.c33 const size_t num_slots = ARRAY_SIZE(mask->bits); in log_pcm_mask() local
H A Dalsa_device_profile.c293 const int num_slots = ARRAY_SIZE(mask->bits); in profile_enum_sample_formats() local
/aosp12/hardware/qcom/bootctrl/
H A Dboot_control.cpp285 uint32_t num_slots = 0; in get_current_slot() local
323 uint32_t num_slots = get_number_slots(module); in boot_control_check_slot_sanity() local
531 uint32_t num_slots = get_number_slots(module); in get_active_boot_slot() local
/aosp12/system/update_engine/common/
H A Dfake_boot_control.h100 void SetNumSlots(unsigned int num_slots) { in SetNumSlots()
/aosp12/system/extras/partition_tools/
H A Dlpdump.cc507 uint32_t num_slots = current_slot_suffix.empty() ? 1 : 2; in LpdumpMain() local
512 uint32_t num_slots = pt->geometry.metadata_slot_count; in LpdumpMain() local
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.cpp76 std::vector<std::string> GeneratePartitionNames(const std::string& base, int num_slots) { in GeneratePartitionNames()
H A Dfixtures.cpp327 int32_t num_slots = strtol(var.c_str(), nullptr, 10); in SetUp() local
H A Dmain.cpp246 int32_t num_slots = strtol(slot_count.c_str(), nullptr, 10); in TEST_F() local
451 int32_t num_slots = strtol(var.c_str(), nullptr, 10); in TEST_F() local
509 int32_t num_slots = strtol(var.c_str(), nullptr, 10); in TEST_F() local
734 int32_t num_slots = strtol(resp.c_str(), nullptr, 10); in TEST_F() local
1383 int num_slots = 1; in TEST_P() local
1462 int num_slots = 1; in TEST_P() local
/aosp12/art/runtime/gc/accounting/
H A Datomic_stack.h97 bool AtomicBumpBack(size_t num_slots, StackReference<T>** start_address, in AtomicBumpBack()
/aosp12/system/core/fastboot/device/
H A Dutility.cpp212 size_t num_slots = 1; in UpdateAllPartitionMetadata() local
/aosp12/hardware/ti/am57x/bootctrl/
H A Dboot_control.cc39 unsigned int num_slots; member
/aosp12/art/runtime/gc/allocator/
H A Drosalloc.cc971 size_t num_slots = numOfSlots[idx]; in InspectAllSlots() local
1875 const size_t num_slots = numOfSlots[idx]; in Verify() local
2115 std::unique_ptr<size_t[]> num_slots(new size_t[kNumOfSizeBrackets]()); in DumpStats() local
/aosp12/system/update_engine/cros/
H A Dupdate_attempter.cc883 const unsigned int num_slots = in GetRollbackSlot() local
/aosp12/art/runtime/
H A Dreflection.cc48 size_t num_slots = shorty_len + 1; // +1 in case of receiver. in ArgArray() local