Searched defs:command_map (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/bootable/recovery/install/ |
H A D | adb_install.cpp | 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() local
|
/aosp_15_r20/bootable/deprecated-ota/updater/ |
H A D | blockimg.cpp | 1628 const CommandMap& command_map, bool dryrun) { in PerformBlockImageUpdate() 2027 const CommandMap command_map{ in BlockImageVerifyFn() local 2049 const CommandMap command_map{ in BlockImageUpdateFn() local
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | command.cpp | 173 static std::map<std::string, callback_t> command_map; in CommandMap() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx0x-initializer-constructor.cpp | 249 struct command_map struct
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | hci.py | 2164 def command_map(symbols: Dict[str, Any]) -> Dict[int, str]: member in HCI_Command
|