Searched refs:resistance (Results 1 – 3 of 3) sorted by relevance
137 int32_t resistance, ocv; in recordSample() local144 resistance = -INT_MAX; in recordSample()145 } else if (!(std::stringstream(resistance_str) >> resistance)) { in recordSample()147 resistance = -INT_MAX; in recordSample()159 [RES] = resistance, in recordSample()
425 /* The battery equivalent series resistance */427 /* Battery resistance related to temperature change */882 BATTERY_SNAPSHOT_TYPE_MIN_RESISTANCE = 3; // Snapshot at min batt resistance over 24hrs.883 BATTERY_SNAPSHOT_TYPE_MAX_RESISTANCE = 4; // Snapshot at max batt resistance over 24hrs.890 … BATTERY_SNAPSHOT_TYPE_AVG_RESISTANCE = 11; // Snapshot at average battery resistance over 24hrs.1272 …// This is the Rslow (resistance) value used (in part) to determine the Perf Index. The activation…
240 * Tag::ROLLBACK_RESISTANCE specifies that the key has rollback resistance, meaning that when246 * IKeymasterDevice cannot guarantee rollback resistance for the specified key, it must return248 * required to support rollback resistance.