Searched defs:ui (Results 1 – 12 of 12) sorted by relevance
/bootable/recovery/install/ |
D | wipe_data.cpp | 40 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
|
D | fuse_install.cpp | 58 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
|
D | adb_install.cpp | 93 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
|
D | wipe_device.cpp | 149 static bool CheckWipePackage(Package* wipe_package, RecoveryUI* ui) { in CheckWipePackage() 171 auto ui = device->GetUI(); in WipeAbDevice() local
|
D | snapshot_utils.cpp | 34 RecoveryUI* ui = device->GetUI(); in FinishPendingSnapshotMerges() local
|
D | install.cpp | 331 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/ |
D | fastboot.cpp | 40 RecoveryUI* ui = device->GetUI(); in StartFastboot() local
|
/bootable/recovery/recovery_ui/ |
D | ethernet_device.cpp | 49 EthernetDevice::EthernetDevice(EthernetRecoveryUI* ui) in EthernetDevice()
|
D | device.cpp | 53 Device::Device(RecoveryUI* ui) : ui_(ui) { in Device()
|
/bootable/recovery/ |
D | recovery.cpp | 129 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
|
D | recovery_main.cpp | 66 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/ |
D | device.h | 78 virtual void ResetUI(RecoveryUI* ui) { in ResetUI()
|