Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h38 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp47 {FB_CMD_SET_ACTIVE, SetActiveHandler}, in FastbootDevice()
Dcommands.cpp288 bool SetActiveHandler(FastbootDevice* device, const std::vector<std::string>& args) { in SetActiveHandler() function