Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h51 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp61 {FB_CMD_OEM, OemCmdHandler}, in FastbootDevice()
Dcommands.cpp237 bool OemCmdHandler(FastbootDevice* device, const std::vector<std::string>& args) { in OemCmdHandler() function