Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/fastboot/
H A DFastboot.cpp48 using OEMCommandHandler = std::function<Result(const std::vector<std::string>&)>; typedef
112 const std::unordered_map<std::string, OEMCommandHandler> kOEMCmdMap = { in doOemCommand()