Home
last modified time | relevance | path

Searched defs:ui (Results 1 – 12 of 12) sorted by relevance

/bootable/recovery/install/
Dwipe_data.cpp40 static bool EraseVolume(const char* volume, RecoveryUI* ui, bool convert_fbe) { in EraseVolume()
88 bool WipeCache(RecoveryUI* ui, const std::function<bool()>& confirm_func) { in WipeCache()
106 RecoveryUI* ui = device->GetUI(); in WipeData() local
Dfuse_install.cpp58 static std::string BrowseDirectory(const std::string& path, Device* device, RecoveryUI* ui) { in BrowseDirectory()
149 InstallResult InstallWithFuseFromPath(std::string_view path, RecoveryUI* ui) { in InstallWithFuseFromPath()
208 auto ui = device->GetUI(); in ApplyFromSdcard() local
Dadb_install.cpp93 static auto AdbInstallPackageHandler(RecoveryUI* ui, InstallResult* result) { in AdbInstallPackageHandler()
189 RecoveryUI* ui, pid_t minadbd_pid, android::base::unique_fd&& socket_fd, in ListenAndExecuteMinadbdCommands()
279 RecoveryUI* ui, const std::map<MinadbdCommand, CommandFunction>& command_map, in CreateMinadbdServiceAndExecuteCommands()
347 RecoveryUI* ui = device->GetUI(); in ApplyFromAdb() local
Dwipe_device.cpp149 static bool CheckWipePackage(Package* wipe_package, RecoveryUI* ui) { in CheckWipePackage()
171 auto ui = device->GetUI(); in WipeAbDevice() local
Dsnapshot_utils.cpp34 RecoveryUI* ui = device->GetUI(); in FinishPendingSnapshotMerges() local
Dinstall.cpp331 int* max_temperature, RecoveryUI* ui) { in TryUpdateBinary()
526 int* max_temperature, RecoveryUI* ui) { in VerifyAndInstallPackage()
552 bool should_wipe_cache, int retry_count, RecoveryUI* ui) { in InstallPackage()
639 bool verify_package(Package* package, RecoveryUI* ui) { in verify_package()
/bootable/recovery/fastboot/
Dfastboot.cpp40 RecoveryUI* ui = device->GetUI(); in StartFastboot() local
/bootable/recovery/recovery_ui/
Dethernet_device.cpp49 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice()
Ddevice.cpp53 Device::Device(RecoveryUI* ui) : ui_(ui) { in Device()
/bootable/recovery/
Drecovery.cpp129 static void FinishRecovery(RecoveryUI* ui) { in FinishRecovery()
270 static void run_graphics_test(RecoveryUI* ui) { in run_graphics_test()
361 auto ui = device->GetUI(); in PromptAndWait() local
692 auto ui = device->GetUI(); in start_recovery() local
Drecovery_main.cpp66 static RecoveryUI* ui = nullptr; variable
195 static void ListenRecoverySocket(RecoveryUI* ui, std::atomic<Device::BuiltinAction>& action) { in ListenRecoverySocket()
/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h78 virtual void ResetUI(RecoveryUI* ui) { in ResetUI()