Home
last modified time | relevance | path

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

/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()
84 void SetCurrentSlot(BootControlInterface::Slot slot) { in SetCurrentSlot()
89 BootControlInterface::Slot slot, in SetPartitionDevice()
95 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()
Dboot_control_interface.h81 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.cc168 int slot = -1; in find_rfc_slot_by_pending_sdp() local
198 rfc_slot_t* slot = find_free_slot(); in alloc_rfc_slot() local
304 rfc_slot_t* slot = in btsock_rfc_listen() local
346 rfc_slot_t* slot = in btsock_rfc_connect() local
389 static int create_server_sdp_record(rfc_slot_t* slot) { in create_server_sdp_record()
398 static void free_rfc_slot_scn(rfc_slot_t* slot) { in free_rfc_slot_scn()
410 static void cleanup_rfc_slot(rfc_slot_t* slot) { in cleanup_rfc_slot()
441 static bool send_app_scn(rfc_slot_t* slot) { in send_app_scn()
469 rfc_slot_t* slot = find_rfc_slot_by_id(id); in on_cl_rfc_init() local
482 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/update_engine/
Dboot_control_recovery.cc93 Slot slot, in GetPartitionDevice()
151 bool BootControlRecovery::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable()
161 bool BootControlRecovery::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
Dboot_control_android.cc78 Slot slot, in GetPartitionDevice()
146 bool BootControlAndroid::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable()
162 bool BootControlAndroid::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
Dboot_control_chromeos.cc142 unsigned int slot, in GetPartitionDevice()
173 bool BootControlChromeOS::MarkSlotUnbootable(Slot slot) { in MarkSlotUnbootable()
206 bool BootControlChromeOS::SetActiveBootSlot(Slot slot) { in SetActiveBootSlot()
Domaha_response_handler_action_unittest.cc131 int slot = 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot(); in DoTest() local
Dupdate_attempter.cc750 for (BootControlInterface::Slot slot = 0; slot < num_slots; slot++) { in GetRollbackSlot() 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/security/keystore/
Dconfirmationui_rate_limiting.h87 auto& slot = slots_[id]; in tryPrompt() local
112 auto& slot = slots_[latest_requester_]; in processResult() local
/system/tpm/attestation/server/
Dpkcs11_key_store.cc58 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/fastboot/
Dfastboot.cpp1015 std::string slot = slot_name; in verify_slot() local
1052 static std::string verify_slot(Transport* transport, const std::string& slot) { in verify_slot()
1056 static void do_for_partition(Transport* transport, const std::string& part, const std::string& slot, in do_for_partition()
1089 …atic void do_for_partitions(Transport* transport, const std::string& part, const std::string& slot, in do_for_partitions()
1181 const char* slot = slot_override.c_str(); in do_update() local
1271 const char* slot = NULL; in do_flashall() local
1814 std::string slot = verify_slot(transport, next_arg(&args), false); in main() local
Dengine.cpp110 void fb_set_active(const std::string& slot) { in fb_set_active()
/system/extras/perfprofd/
Dperfprofdcore.cc249 unsigned slot = 0; in get_camera_active() local
486 unsigned slot = 0; in invoke_perf() local