Lines Matching refs:device
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 GetIsForceDebuggable(FastbootDevice* device, const std::vector<std::string>& args,
59 bool GetHardwareRevision(FastbootDevice* device, const std::vector<std::string>& args,
61 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
62 bool GetOffModeChargeState(FastbootDevice* device, const std::vector<std::string>& args,
64 bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& args,
66 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& args,
68 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& args,
70 bool GetSnapshotUpdateStatus(FastbootDevice* device, const std::vector<std::string>& args,
72 bool GetCpuAbi(FastbootDevice* device, const std::vector<std::string>& args, std::string* message);
73 bool GetSystemFingerprint(FastbootDevice* device, const std::vector<std::string>& args,
75 bool GetVendorFingerprint(FastbootDevice* device, const std::vector<std::string>& args,
77 bool GetDynamicPartition(FastbootDevice* device, const std::vector<std::string>& args,
79 bool GetFirstApiLevel(FastbootDevice* device, const std::vector<std::string>& args,
81 bool GetSecurityPatchLevel(FastbootDevice* device, const std::vector<std::string>& args,
83 bool GetTrebleEnabled(FastbootDevice* device, const std::vector<std::string>& args,
89 bool GetDmesg(FastbootDevice* device);
92 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device);
93 std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device);