Home
last modified time | relevance | path

Searched refs:batteryVoltage (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/health/1.0/default/
Dconvert.cpp114 info.batteryVoltage = p->batteryVoltage; in convertToHealthInfo()
134 p->batteryVoltage = info.batteryVoltage; in convertFromHealthInfo()
/hardware/interfaces/fastboot/aidl/fastbootshim/
Dfastbootshim.cpp106 auto ret = service_->getBatteryVoltageFlashingThreshold([&](auto batteryVoltage, auto& result) { in getBatteryVoltageFlashingThreshold() argument
109 *_aidl_return = batteryVoltage; in getBatteryVoltageFlashingThreshold()
/hardware/interfaces/health/aidl/default/
Dhealth-convert.cpp32 p->batteryVoltage = info.batteryVoltageMillivolts; in convert()
/hardware/interfaces/fastboot/1.0/
DIFastboot.hal66 * @return batteryVoltage Minimum batterery voltage (in mV) required for
71 getBatteryVoltageFlashingThreshold() generates (int32_t batteryVoltage, Result result);
/hardware/interfaces/health/aidl/android/hardware/health/
DTranslate.java58 out.batteryVoltageMillivolts = in.batteryVoltage; in h2aTranslateInternal()
Dtranslate-ndk.cpp122 out->batteryVoltageMillivolts = static_cast<int32_t>(in.legacy.batteryVoltage); in translate()
/hardware/interfaces/health/1.0/
Dtypes.hal200 int32_t batteryVoltage;