Home
last modified time | relevance | path

Searched defs:FastbootDevice (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dvariables.cpp50 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion() argument
56 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion() argument
62 bool GetBasebandVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBasebandVersion() argument
68 bool GetOsVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetOsVersion() argument
74 bool GetVndkVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVndkVersion() argument
80 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct() argument
86 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial() argument
92 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure() argument
260 bool GetUnlocked(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetUnlocked() argument
376 bool GetIsUserspace(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetIsUserspace() argument
[all …]
H A Dflashing.h22 class FastbootDevice; variable
H A Dvariables.h22 class FastbootDevice; variable
H A Dcommands.h25 class FastbootDevice; variable
H A Dutility.h108 class FastbootDevice; variable
H A Dfastboot_device.cpp92 FastbootDevice::FastbootDevice() in FastbootDevice() function in FastbootDevice