/system/update_engine/common/ |
D | fake_boot_control.h | 46 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()
|
D | boot_control_stub.cc | 35 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()
|
D | boot_control_interface.h | 110 static std::string SlotName(Slot slot) { in SlotName()
|
/system/extras/tests/bootloader/ |
D | bootctl.py | 38 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/ |
D | fake_storage.cpp | 89 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/ |
D | btif_sock_rfc.cc | 174 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/ |
D | dumb_allocator.cc | 41 size_t slot = 0; in alloc() local 57 size_t slot; in free() local 66 size_t slot; in contains() local
|
/system/nvram/hal/ |
D | memory_storage.cpp | 64 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/ |
D | boot_control_copy.cpp | 135 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/ |
D | boot_control_android.cc | 95 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()
|
D | boot_control_chromeos.cc | 149 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()
|
D | dynamic_partition_control_android.cc | 64 uint32_t slot, in MapPartitionInternal() 87 uint32_t slot, in MapPartitionOnDeviceMapper()
|
D | boot_control_android_unittest.cc | 129 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()
|
D | omaha_response_handler_action_unittest.cc | 139 int slot = in DoTest() local
|
D | update_attempter.cc | 778 for (BootControlInterface::Slot slot = 0; slot < num_slots; slot++) { in GetRollbackSlot() local
|
/system/security/keystore/ |
D | confirmationui_rate_limiting.h | 87 auto& slot = slots_[id]; in tryPrompt() local 112 auto& slot = slots_[latest_requester_]; in processResult() local
|
/system/core/fs_mgr/ |
D | fs_mgr_dm_linear.cpp | 142 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/ |
D | fastboot.cpp | 1029 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
|
D | fastboot_driver.cpp | 119 RetCode FastBootDriver::SetActive(const std::string& slot, std::string* response, in SetActive()
|
/system/core/fastboot/device/ |
D | variables.cpp | 208 Slot slot; in GetSlotSuccessful() local 232 Slot slot; in GetSlotUnbootable() local
|
D | utility.cpp | 136 bool GetSlotNumber(const std::string& slot, Slot* number) { in GetSlotNumber()
|
D | commands.cpp | 226 Slot slot; in SetActiveHandler() local
|
/system/extras/partition_tools/ |
D | lpdump.cc | 282 uint32_t slot = 0; in LpdumpMain() local
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 254 unsigned slot = 0; in get_camera_active() local
|
/system/core/lmkd/ |
D | lmkd.c | 691 int slot = ADJTOSLOT(oomadj); in inc_killcnt() local 716 int slot; in get_killcnt() local
|