Searched refs:resistance (Results 1 – 3 of 3) sorted by relevance
158 int32_t resistance, ocv; in recordSample() local165 resistance = -INT_MAX; in recordSample()166 } else if (!(std::stringstream(resistance_str) >> resistance)) { in recordSample()168 resistance = -INT_MAX; in recordSample()180 [RES] = resistance, in recordSample()
349 /* The battery equivalent series resistance */351 /* Battery resistance related to temperature change */690 BATTERY_SNAPSHOT_TYPE_MIN_RESISTANCE = 3; // Snapshot at min batt resistance over 24hrs.691 BATTERY_SNAPSHOT_TYPE_MAX_RESISTANCE = 4; // Snapshot at max batt resistance over 24hrs.698 … BATTERY_SNAPSHOT_TYPE_AVG_RESISTANCE = 11; // Snapshot at average battery resistance over 24hrs.
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.