Home
last modified time | relevance | path

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

/aosp12/system/nvram/client/
H A Dnvram_client.c343 struct CommandHandler { struct
350 struct CommandHandler kCommandHandlers[] = { argument
/aosp12/system/core/fastboot/device/
H A Dcommands.h35 using CommandHandler = std::function<bool(FastbootDevice*, const std::vector<std::string>&)>; variable