/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() 84 void SetCurrentSlot(BootControlInterface::Slot slot) { in SetCurrentSlot() 89 BootControlInterface::Slot slot, in SetPartitionDevice() 95 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()
|
D | boot_control_interface.h | 81 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 | 166 int slot = -1; in find_rfc_slot_by_pending_sdp() local 196 rfc_slot_t* slot = find_free_slot(); in alloc_rfc_slot() local 305 rfc_slot_t* slot = in btsock_rfc_listen() local 347 rfc_slot_t* slot = in btsock_rfc_connect() local 394 static int create_server_sdp_record(rfc_slot_t* slot) { in create_server_sdp_record() 403 static void free_rfc_slot_scn(rfc_slot_t* slot) { in free_rfc_slot_scn() 415 static void cleanup_rfc_slot(rfc_slot_t* slot) { in cleanup_rfc_slot() 446 static bool send_app_scn(rfc_slot_t* slot) { in send_app_scn() 474 rfc_slot_t* slot = find_rfc_slot_by_id(id); in on_cl_rfc_init() local 487 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/update_engine/ |
D | boot_control_recovery.cc | 94 Slot slot, in GetPartitionDevice() 152 bool BootControlRecovery::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable() 162 bool BootControlRecovery::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
|
D | boot_control_android.cc | 79 Slot slot, in GetPartitionDevice() 147 bool BootControlAndroid::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable() 163 bool BootControlAndroid::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
|
D | boot_control_chromeos.cc | 143 unsigned int slot, in GetPartitionDevice() 174 bool BootControlChromeOS::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable() 207 bool BootControlChromeOS::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
|
D | omaha_response_handler_action_unittest.cc | 116 int slot = 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot(); in DoTest() local
|
D | update_attempter.cc | 762 for (BootControlInterface::Slot slot = 0; slot < num_slots; slot++) { in UpdateAttempter() local
|
/system/extras/boot_control_copy/ |
D | boot_control_copy.c | 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/tpm/attestation/server/ |
D | pkcs11_key_store.cc | 58 explicit ScopedSession(CK_SLOT_ID slot) : handle_(CK_INVALID_HANDLE) { in ScopedSession() 97 CK_SLOT_ID slot; in Read() local 137 CK_SLOT_ID slot; in Write() local 174 CK_SLOT_ID slot; in Delete() local 196 CK_SLOT_ID slot; in DeleteByPrefix() local 229 CK_SLOT_ID slot; in Register() local 364 CK_SLOT_ID slot; in RegisterCertificate() local 443 CK_SLOT_ID_PTR slot) { in GetUserSlot()
|
/system/core/fs_mgr/ |
D | fs_mgr_slotselect.cpp | 29 std::string slot; in fs_mgr_get_slot_suffix() local
|
/system/core/fastboot/ |
D | fastboot.cpp | 1009 std::string slot = slot_name; in verify_slot() local 1046 static std::string verify_slot(Transport* transport, const std::string& slot) { in verify_slot() 1050 static void do_for_partition(Transport* transport, const std::string& part, const std::string& slot, in do_for_partition() 1083 …atic void do_for_partitions(Transport* transport, const std::string& part, const std::string& slot, in do_for_partitions() 1177 const char* slot = slot_override.c_str(); in do_update() local 1266 const char* slot = NULL; in do_flashall() local 1807 std::string slot = verify_slot(transport, next_arg(&args), false); in main() local
|
D | engine.cpp | 134 void fb_set_active(const char *slot) in fb_set_active()
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 320 unsigned slot = 0; in get_camera_active() local 569 unsigned slot = 0; in invoke_perf() local
|