Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp66 info_(std::move(driver_callbacks.info)), in FastBootDriver()
390 info_ = info; in SetInfoCallback()
488 info_(tmp); in HandleResponse()
H A Dfastboot_driver.h165 std::function<void(const std::string&)> info_; variable