Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp143 int32_t resistance, ocv; in recordSample() local
150 resistance = 0; in recordSample()
151 } else if (!(resistance = stoi(resistance_str))) { in recordSample()
163 [RES] = resistance, in recordSample()
170 accum_resistance_ += resistance; in recordSample()
/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.