Home
last modified time | relevance | path

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

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