Home
last modified time | relevance | path

Searched refs:SetInfoCallback (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dfastboot_driver.h119 void SetInfoCallback(std::function<void(const std::string&)> info);
Dfastboot_driver.cpp329 void FastBootDriver::SetInfoCallback(std::function<void(const std::string&)> info) { in SetInfoCallback() function in fastboot::FastBootDriver