Lines Matching refs:FastbootDevice

22 class FastbootDevice;  variable
24 bool GetVersion(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
25 bool GetBootloaderVersion(FastbootDevice* device, const std::vector<std::string>& args,
27 bool GetBasebandVersion(FastbootDevice* device, const std::vector<std::string>& args,
29 bool GetOsVersion(FastbootDevice* device, const std::vector<std::string>& args,
31 bool GetVndkVersion(FastbootDevice* device, const std::vector<std::string>& args,
33 bool GetProduct(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
34 bool GetSerial(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
35 bool GetSecure(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
36 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& args,
38 bool GetSlotCount(FastbootDevice* device, const std::vector<std::string>& args,
40 bool GetSlotSuccessful(FastbootDevice* device, const std::vector<std::string>& args,
42 bool GetSlotUnbootable(FastbootDevice* device, const std::vector<std::string>& args,
44 bool GetMaxDownloadSize(FastbootDevice* device, const std::vector<std::string>& args,
46 bool GetUnlocked(FastbootDevice* device, const std::vector<std::string>& args,
48 bool GetHasSlot(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
49 bool GetPartitionSize(FastbootDevice* device, const std::vector<std::string>& args,
51 bool GetPartitionType(FastbootDevice* device, const std::vector<std::string>& args,
53 bool GetPartitionIsLogical(FastbootDevice* device, const std::vector<std::string>& args,
55 bool GetIsUserspace(FastbootDevice* device, const std::vector<std::string>& args,
57 bool GetHardwareRevision(FastbootDevice* device, const std::vector<std::string>& args,
59 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
60 bool GetOffModeChargeState(FastbootDevice* device, const std::vector<std::string>& args,
62 bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& args,
64 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& args,
66 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& args,
68 bool GetSnapshotUpdateStatus(FastbootDevice* device, const std::vector<std::string>& args,
70 bool GetCpuAbi(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
71 bool GetSystemFingerprint(FastbootDevice* device, const std::vector<std::string>& args,
73 bool GetVendorFingerprint(FastbootDevice* device, const std::vector<std::string>& args,
75 bool GetDynamicPartition(FastbootDevice* device, const std::vector<std::string>& args,
77 bool GetFirstApiLevel(FastbootDevice* device, const std::vector<std::string>& args,
79 bool GetSecurityPatchLevel(FastbootDevice* device, const std::vector<std::string>& args,
81 bool GetTrebleEnabled(FastbootDevice* device, const std::vector<std::string>& args,
83 bool GetMaxFetchSize(FastbootDevice* /* device */, const std::vector<std::string>& /* args */,
87 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);
88 std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device);