Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h39 bool ShutDownHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp50 {FB_CMD_SHUTDOWN, ShutDownHandler}, in FastbootDevice()
Dcommands.cpp352 bool ShutDownHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in ShutDownHandler() function