Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp158 int32_t resistance, ocv; in recordSample() local
165 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()
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto349 /* 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.
/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.