Home
last modified time | relevance | path

Searched refs:CommandFunction (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/bootable/recovery/install/
H A Dadb_install.cpp55 using CommandFunction = std::function<std::pair<bool, bool>()>; typedef
158 const std::map<MinadbdCommand, CommandFunction>& command_map) { in HandleMessageFromMinadbd()
191 const std::map<MinadbdCommand, CommandFunction>& command_map) { in ListenAndExecuteMinadbdCommands()
280 RecoveryUI* ui, const std::map<MinadbdCommand, CommandFunction>& command_map, in CreateMinadbdServiceAndExecuteCommands()
351 std::map<MinadbdCommand, CommandFunction> command_map{ in ApplyFromAdb()
/aosp_15_r20/external/zucchini/
H A Dmain_utils.cc43 CommandFunction command_function_in) in Command()
61 const CommandFunction command_function;
H A Dzucchini_commands.h31 using CommandFunction = zucchini::status::Code (*)(MainParams); variable
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dzucchini_commands.h31 using CommandFunction = zucchini::status::Code (*)(MainParams); variable
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dblockimg.cpp1585 using CommandFunction = std::function<int(CommandParameters&)>; typedef
1587 using CommandMap = std::unordered_map<Command::Type, CommandFunction>;
1843 const CommandFunction& performer = command_map.at(cmd_type); in PerformBlockImageUpdate()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs67 type CommandFunction = fn(&mut CommandHandler, &[String]) -> CommandResult; typedef
78 function_pointer: CommandFunction,