Home
last modified time | relevance | path

Searched refs:resistance (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp137 int32_t resistance, ocv; in recordSample() local
144 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()
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto425 /* 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…
/hardware/interfaces/keymaster/4.0/
Dtypes.hal240 * Tag::ROLLBACK_RESISTANCE specifies that the key has rollback resistance, meaning that when
246 * IKeymasterDevice cannot guarantee rollback resistance for the specified key, it must return
248 * required to support rollback resistance.