Lines Matching refs:FastbootDevice
44 bool GetVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetVersion() argument
50 bool GetBootloaderVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBootloaderVersion() argument
56 bool GetBasebandVersion(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetBasebandVersion() argument
62 bool GetProduct(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetProduct() argument
68 bool GetSerial(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSerial() argument
74 bool GetSecure(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetSecure() argument
80 bool GetVariant(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetVariant()
101 bool GetBatteryVoltageHelper(FastbootDevice* device, int32_t* battery_voltage) { in GetBatteryVoltageHelper()
122 bool GetBatterySoCOk(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatterySoCOk()
151 bool GetOffModeChargeState(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetOffModeChargeState()
173 bool GetBatteryVoltage(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetBatteryVoltage()
184 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetCurrentSlot()
191 bool GetSlotCount(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSlotCount()
202 bool GetSlotSuccessful(FastbootDevice* device, const std::vector<std::string>& args, in GetSlotSuccessful()
226 bool GetSlotUnbootable(FastbootDevice* device, const std::vector<std::string>& args, in GetSlotUnbootable()
250 bool GetMaxDownloadSize(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetMaxDownloadSize() argument
256 bool GetUnlocked(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetUnlocked() argument
262 bool GetHasSlot(FastbootDevice* device, const std::vector<std::string>& args, in GetHasSlot()
282 bool GetPartitionSize(FastbootDevice* device, const std::vector<std::string>& args, in GetPartitionSize()
306 bool GetPartitionType(FastbootDevice* device, const std::vector<std::string>& args, in GetPartitionType()
353 bool GetPartitionIsLogical(FastbootDevice* device, const std::vector<std::string>& args, in GetPartitionIsLogical()
375 bool GetIsUserspace(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetIsUserspace() argument
381 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device) { in GetAllPartitionArgsWithSlot()
390 std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device) { in GetAllPartitionArgsNoSlot()
415 bool GetHardwareRevision(FastbootDevice* /* device */, const std::vector<std::string>& /* args */, in GetHardwareRevision() argument
421 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSuperPartitionName()