Home
last modified time | relevance | path

Searched defs:device (Results 1 – 13 of 13) sorted by relevance

/bootable/recovery/tests/unit/
Dinstall_test.cpp174 std::string device = android::base::GetProperty("ro.product.device", ""); in VerifyAbUpdateCommands() local
225 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
299 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
344 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
379 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
414 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
442 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
470 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
498 std::string device = android::base::GetProperty("ro.product.device", ""); in TEST() local
/bootable/recovery/install/
Dfuse_install.cpp58 static std::string BrowseDirectory(const std::string& path, Device* device, RecoveryUI* ui) { in BrowseDirectory()
149 InstallResult InstallWithFuseFromPath(std::string_view path, Device* device) { in InstallWithFuseFromPath()
208 InstallResult ApplyFromSdcard(Device* device) { in ApplyFromSdcard()
Dwipe_device.cpp175 bool WipeAbDevice(Device* device, size_t wipe_package_size) { in WipeAbDevice()
188 bool WipeAbDevice(Device* device, Package* wipe_package) { in WipeAbDevice()
Dsnapshot_utils.cpp29 bool FinishPendingSnapshotMerges(Device* device) { in FinishPendingSnapshotMerges()
Dinstall.cpp221 auto device = android::base::GetProperty("ro.product.device", ""); in CheckPackageMetadata() local
378 static bool PerformPowerwashIfRequired(ZipArchiveHandle zip, Device *device) { in PerformPowerwashIfRequired()
390 int* max_temperature, Device* device) { in TryUpdateBinary()
608 int* max_temperature, Device* device) { in VerifyAndInstallPackage()
636 bool should_wipe_cache, int retry_count, Device* device) { in InstallPackage()
Dwipe_data.cpp83 bool WipeData(Device* device, bool keep_memtag_mode, std::string_view data_fstype) { in WipeData()
Dadb_install.cpp93 static auto AdbInstallPackageHandler(Device* device, InstallResult* result) { in AdbInstallPackageHandler()
339 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb()
/bootable/recovery/
Drecovery.cpp157 static bool yes_no(Device* device, const char* question1, const char* question2) { in yes_no()
167 static bool ask_to_wipe_data(Device* device) { in ask_to_wipe_data()
178 static InstallResult prompt_and_wipe_data(Device* device) { in prompt_and_wipe_data()
220 static void choose_recovery_file(Device* device) { in choose_recovery_file()
320 static bool AskToReboot(Device* device, Device::BuiltinAction chosen_action) { in AskToReboot()
360 static Device::BuiltinAction PromptAndWait(Device* device, InstallResult status) { in PromptAndWait()
593 Device::BuiltinAction start_recovery(Device* device, const std::vector<std::string>& args) { in start_recovery()
Drecovery_main.cpp420 Device* device; in main() local
/bootable/recovery/updater_sample/
DREADME.md162 ### Without the privileged system permissions
172 ### With the privileged system permissions
/bootable/recovery/fastboot/
Dfastboot.cpp66 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) { in StartFastboot()
/bootable/deprecated-ota/updater/
Dmounts.cpp33 std::string device; member
/bootable/libbootloader/gbl/libefi/src/
Dprotocol.rs40 device: DeviceHandle, field