Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 27) sorted by relevance

12

/system/update_engine/common/
Dfake_boot_control.h46 BootControlInterface::Slot slot, in GetPartitionDevice()
57 bool IsSlotBootable(BootControlInterface::Slot slot) const override { in IsSlotBootable()
61 bool MarkSlotUnbootable(BootControlInterface::Slot slot) override { in MarkSlotUnbootable()
68 bool SetActiveBootSlot(Slot slot) override { return true; } in SetActiveBootSlot()
77 bool InitPartitionMetadata(Slot slot, in InitPartitionMetadata()
92 void SetCurrentSlot(BootControlInterface::Slot slot) { current_slot_ = slot; } in SetCurrentSlot()
95 BootControlInterface::Slot slot, in SetPartitionDevice()
101 void SetSlotBootable(BootControlInterface::Slot slot, bool bootable) { in SetSlotBootable()
Dboot_control_stub.cc35 Slot slot, in GetPartitionDevice()
46 bool BootControlStub::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable()
51 bool BootControlStub::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
63 Slot slot, in InitPartitionMetadata()
Dboot_control_interface.h110 static std::string SlotName(Slot slot) { in SlotName()
/system/extras/tests/bootloader/
Dbootctl.py38 def set_active_boot_slot(self, slot): argument
43 def set_slot_as_unbootable_slot(self, slot): argument
48 def is_slot_bootable(self, slot): argument
53 def is_slot_marked_successful(self, slot): argument
58 def get_suffix(self, slot): argument
/system/nvram/core/tests/
Dfake_storage.cpp89 StorageSlot slot; member
109 StorageSlot* slot = FindSlotForIndex(index); in FindOrCreateSlotForIndex() local
144 StorageSlot* slot = FindSlotForIndex(index); in LoadSpace() local
149 StorageSlot* slot = FindOrCreateSlotForIndex(index); in StoreSpace() local
154 StorageSlot* slot = FindSlotForIndex(index); in DeleteSpace() local
166 StorageSlot* slot = FindOrCreateSlotForIndex(index); in SetSpaceReadError() local
173 StorageSlot* slot = FindOrCreateSlotForIndex(index); in SetSpaceWriteError() local
/system/bt/btif/src/
Dbtif_sock_rfc.cc174 int slot = -1; in find_rfc_slot_by_pending_sdp() local
204 rfc_slot_t* slot = find_free_slot(); in alloc_rfc_slot() local
314 rfc_slot_t* slot = in btsock_rfc_listen() local
356 rfc_slot_t* slot = in btsock_rfc_connect() local
399 static int create_server_sdp_record(rfc_slot_t* slot) { in create_server_sdp_record()
408 static void free_rfc_slot_scn(rfc_slot_t* slot) { in free_rfc_slot_scn()
420 static void cleanup_rfc_slot(rfc_slot_t* slot) { in cleanup_rfc_slot()
459 static bool send_app_scn(rfc_slot_t* slot) { in send_app_scn()
487 rfc_slot_t* slot = find_rfc_slot_by_id(id); in on_cl_rfc_init() local
500 rfc_slot_t* slot = find_rfc_slot_by_id(id); in on_srv_rfc_listen_started() local
[all …]
/system/chre/apps/chqts/src/shared/
Ddumb_allocator.cc41 size_t slot = 0; in alloc() local
57 size_t slot; in free() local
66 size_t slot; in contains() local
/system/nvram/hal/
Dmemory_storage.cpp64 StorageSlot slot; member
90 StorageSlot* slot = FindSpaceSlot(index); in LoadSpace() local
95 StorageSlot* slot = FindSpaceSlot(index); in StoreSpace() local
112 StorageSlot* slot = FindSpaceSlot(index); in DeleteSpace() local
/system/extras/boot_control_copy/
Dboot_control_copy.cpp135 int module_setActiveBootSlot(boot_control_module_t *module, unsigned slot) in module_setActiveBootSlot()
208 int module_setSlotAsUnbootable(struct boot_control_module *module, unsigned slot) in module_setSlotAsUnbootable()
235 int module_isSlotBootable(struct boot_control_module *module, unsigned slot) in module_isSlotBootable()
255 const char* module_getSuffix(boot_control_module_t *module, unsigned slot) in module_getSuffix()
/system/update_engine/
Dboot_control_android.cc95 bool BootControlAndroid::GetSuffix(Slot slot, string* suffix) const { in GetSuffix()
111 Slot slot, in IsSuperBlockDevice()
124 Slot slot, in GetDynamicPartitionDevice()
181 Slot slot, in GetPartitionDevice()
237 bool BootControlAndroid::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable()
252 bool BootControlAndroid::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
Dboot_control_chromeos.cc149 unsigned int slot, in GetPartitionDevice()
200 bool BootControlChromeOS::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable()
233 bool BootControlChromeOS::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
330 Slot slot, in InitPartitionMetadata()
Ddynamic_partition_control_android.cc64 uint32_t slot, in MapPartitionInternal()
87 uint32_t slot, in MapPartitionOnDeviceMapper()
Dboot_control_android_unittest.cc129 inline string GetSuperDevice(uint32_t slot) { in GetSuperDevice()
271 .WillByDefault(Invoke([](auto slot, auto cb) { in SetUp()
307 void SetMetadata(uint32_t slot, const PartitionSuffixSizes& sizes) { in SetMetadata()
311 void SetMetadata(uint32_t slot, const PartitionMetadata& metadata) { in SetMetadata()
382 bool InitPartitionMetadata(uint32_t slot, in InitPartitionMetadata()
Domaha_response_handler_action_unittest.cc139 int slot = in DoTest() local
Dupdate_attempter.cc778 for (BootControlInterface::Slot slot = 0; slot < num_slots; slot++) { in GetRollbackSlot() local
/system/security/keystore/
Dconfirmationui_rate_limiting.h87 auto& slot = slots_[id]; in tryPrompt() local
112 auto& slot = slots_[latest_requester_]; in processResult() local
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp142 uint32_t slot = SlotNumberForSlotSuffix(fs_mgr_get_slot_suffix()); in CreateLogicalPartitions() local
152 uint32_t slot = SlotNumberForSlotSuffix(fs_mgr_get_slot_suffix()); in ReadCurrentMetadata() local
/system/core/fastboot/
Dfastboot.cpp1029 std::string slot = slot_name; in verify_slot() local
1064 static std::string verify_slot(const std::string& slot) { in verify_slot()
1068 static void do_for_partition(const std::string& part, const std::string& slot, in do_for_partition()
1101 static void do_for_partitions(const std::string& part, const std::string& slot, in do_for_partitions()
1287 std::string slot = slot_override_; in CollectImages() local
1316 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()
1917 std::string slot = verify_slot(next_arg(&args), false); in Main() local
Dfastboot_driver.cpp119 RetCode FastBootDriver::SetActive(const std::string& slot, std::string* response, in SetActive()
/system/core/fastboot/device/
Dvariables.cpp208 Slot slot; in GetSlotSuccessful() local
232 Slot slot; in GetSlotUnbootable() local
Dutility.cpp136 bool GetSlotNumber(const std::string& slot, Slot* number) { in GetSlotNumber()
Dcommands.cpp226 Slot slot; in SetActiveHandler() local
/system/extras/partition_tools/
Dlpdump.cc282 uint32_t slot = 0; in LpdumpMain() local
/system/extras/perfprofd/
Dperfprofdcore.cc254 unsigned slot = 0; in get_camera_active() local
/system/core/lmkd/
Dlmkd.c691 int slot = ADJTOSLOT(oomadj); in inc_killcnt() local
716 int slot; in get_killcnt() local

12