Home
last modified time | relevance | path

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

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