Home
last modified time | relevance | path

Searched refs:CommandHandler (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dfastboot_device.h63 const std::unordered_map<std::string, CommandHandler> kCommandMap;
H A Dcommands.h35 using CommandHandler = std::function<bool(FastbootDevice*, const std::vector<std::string>&)>; variable