Home
last modified time | relevance | path

Searched defs:CommandFunction (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dzucchini_commands.h31 using CommandFunction = zucchini::status::Code (*)(MainParams); variable
/aosp_15_r20/external/zucchini/
H A Dzucchini_commands.h31 using CommandFunction = zucchini::status::Code (*)(MainParams); variable
/aosp_15_r20/bootable/recovery/install/
H A Dadb_install.cpp55 using CommandFunction = std::function<std::pair<bool, bool>()>; typedef
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs67 type CommandFunction = fn(&mut CommandHandler, &[String]) -> CommandResult; typedef
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dblockimg.cpp1585 using CommandFunction = std::function<int(CommandParameters&)>; typedef