Searched defs:FastbootDevice (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/fastboot/device/ |
H A D | variables.cpp | 53 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion() argument 59 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion() argument 65 bool GetBasebandVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBasebandVersion() argument 71 bool GetOsVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetOsVersion() argument 77 bool GetVndkVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVndkVersion() argument 83 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct() argument 89 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial() argument 95 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure() argument 277 bool GetUnlocked(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetUnlocked() argument 396 bool GetIsUserspace(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetIsUserspace() argument [all …]
|
H A D | flashing.h | 22 class FastbootDevice; variable
|
H A D | variables.h | 22 class FastbootDevice; variable
|
H A D | commands.h | 25 class FastbootDevice; variable
|
H A D | utility.h | 67 class FastbootDevice; variable
|
H A D | fastboot_device.cpp | 45 FastbootDevice::FastbootDevice() in FastbootDevice() function in FastbootDevice
|