• Home
  • Raw
  • Download

Lines Matching defs:device

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()
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()
381 std::vector<std::vector<std::string>> GetAllPartitionArgsWithSlot(FastbootDevice* device) { in GetAllPartitionArgsWithSlot()
390 std::vector<std::vector<std::string>> GetAllPartitionArgsNoSlot(FastbootDevice* device) { in GetAllPartitionArgsNoSlot()
421 bool GetSuperPartitionName(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetSuperPartitionName()