/bootable/recovery/install/ |
D | adb_install.cpp | 116 std::bind(&RecoveryUI::SetProgress, ui, std::placeholders::_1)); in AdbInstallPackageHandler() 351 { MinadbdCommand::kInstall, std::bind(&AdbInstallPackageHandler, ui, &install_result) }, in ApplyFromAdb() 352 { MinadbdCommand::kRebootAndroid, std::bind(&AdbRebootHandler, MinadbdCommand::kRebootAndroid, in ApplyFromAdb() 355 std::bind(&AdbRebootHandler, MinadbdCommand::kRebootBootloader, &install_result, in ApplyFromAdb() 357 { MinadbdCommand::kRebootFastboot, std::bind(&AdbRebootHandler, MinadbdCommand::kRebootFastboot, in ApplyFromAdb() 359 { MinadbdCommand::kRebootRecovery, std::bind(&AdbRebootHandler, MinadbdCommand::kRebootRecovery, in ApplyFromAdb() 362 std::bind(&AdbRebootHandler, MinadbdCommand::kRebootRescue, &install_result, reboot_action) }, in ApplyFromAdb()
|
D | fuse_install.cpp | 96 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in BrowseDirectory() 185 std::bind(&RecoveryUI::SetProgress, ui, std::placeholders::_1)); in InstallWithFuseFromPath()
|
D | verifier.cpp | 218 std::bind(&SHA1_Update, &sha1_ctx, std::placeholders::_1, std::placeholders::_2)); in verify_file() 222 std::bind(&SHA256_Update, &sha256_ctx, std::placeholders::_1, std::placeholders::_2)); in verify_file()
|
/bootable/recovery/minadbd/ |
D | minadbd_services.cpp | 281 std::bind(RebootHostService, std::placeholders::_1, args)); in daemon_service_to_fd() 292 "rescue-install", std::bind(RescueInstallHostService, std::placeholders::_1, args)); in daemon_service_to_fd() 297 "rescue-getprop", std::bind(RescueGetpropHostService, std::placeholders::_1, args)); in daemon_service_to_fd() 302 std::bind(WipeDeviceService, std::placeholders::_1, args)); in daemon_service_to_fd() 317 std::bind(SideloadHostService, std::placeholders::_1, args)); in daemon_service_to_fd()
|
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/ |
D | UpdateManagerTest.java | 101 when(mUpdateEngine.bind(any(UpdateEngineCallback.class))).thenAnswer(answer -> { in stateIsRunningAndEngineStatusIsIdle_reApplyLastUpdate() 111 mSubject.bind(); in stateIsRunningAndEngineStatusIsIdle_reApplyLastUpdate() 114 mSubject.bind(); // re-bind - now it should re-apply last update in stateIsRunningAndEngineStatusIsIdle_reApplyLastUpdate()
|
/bootable/recovery/ |
D | recovery.cpp | 167 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in yes_no() 177 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in ask_to_wipe_data() 199 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in prompt_and_wipe_data() 258 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in choose_recovery_file() 352 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in AskToReboot() 395 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in PromptAndWait() 764 std::bind(&RecoveryUI::SetProgress, ui, std::placeholders::_1)); in start_recovery()
|
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/bootable/recovery/tests/unit/ |
D | screen_ui_test.cpp | 430 std::bind(&TestableScreenRecoveryUI::KeyHandler, ui_.get(), in TEST_F() 442 std::bind(&TestableScreenRecoveryUI::KeyHandler, ui_.get(), in TEST_F() 455 std::bind(&TestableScreenRecoveryUI::KeyHandler, ui_.get(), in TEST_F() 484 std::bind(&TestableScreenRecoveryUI::KeyHandler, ui_.get(), in TEST_F() 503 std::bind(&TestableScreenRecoveryUI::KeyHandler, ui_.get(), in TEST_F() 516 std::bind(&TestableScreenRecoveryUI::KeyHandler, ui_.get(), in TEST_F()
|
D | package_test.cpp | 92 std::vector<HasherUpdateCallback> hashers{ std::bind(&SHA1_Update, &ctx, std::placeholders::_1, in TEST_F()
|
/bootable/recovery/recovery_ui/ |
D | ui.cpp | 143 ev_init(std::bind(&RecoveryUI::OnInputEvent, this, std::placeholders::_1, std::placeholders::_2), in Init() 146 ev_iterate_available_keys(std::bind(&RecoveryUI::OnKeyDetected, this, std::placeholders::_1)); in Init() 149 ev_iterate_touch_inputs(std::bind(&RecoveryUI::OnKeyDetected, this, std::placeholders::_1)); in Init()
|
/bootable/recovery/fastboot/ |
D | fastboot.cpp | 73 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in StartFastboot()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateManager.java | 99 public void bind() { in bind() method in UpdateManager 103 this.mUpdateEngine.bind(mUpdateEngineCallback); in bind()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/ |
D | MainActivity.java | 117 this.mUpdateManager.bind(); in onResume()
|
/bootable/recovery/updater_sample/ |
D | README.md | 118 ### UpdateEngine#bind
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 1401 std::bind(&RangeSinkWriter::Write, &writer, std::placeholders::_1, in PerformCommandDiff() 1410 std::bind(&RangeSinkWriter::Write, &writer, std::placeholders::_1, in PerformCommandDiff()
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 5936 appendbindconnectcreatewriterelabelfromioctl …
|