HomeSort by relevance Sort by last modified time
    Searched refs:volt (Results 1 - 8 of 8) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/ecs1030/
ecs1030.cxx 57 float volt = 0; local
62 volt = (VOLT_M * sensorValue) - 2.5;
63 volt = volt * volt;
64 rms = rms + volt;
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 127 void setBatteryState(int status, int health, int plugType, int level, int temp, int volt,
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 608 def set_voltage(self, volt, ramp=False):
612 volt: Voltage to set the output to.
617 self.mon.RampVoltage(mon.start_voltage, volt)
619 self.mon.SetVoltage(volt)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 994 final int level, final int temp, final int volt, final int chargeUAh) {
1007 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 2561 milliseconds