Home
last modified time | relevance | path

Searched refs:voltage (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/proto/android/service/
Dbattery.proto36 // Max voltage. This may be 0 if the device's kernel drivers don't support
51 // Battery voltage in millivolts
52 optional int32 voltage = 11; field
/frameworks/base/media/jni/tuner/
DLnbClient.cpp46 Result LnbClient::setVoltage(LnbVoltage voltage) { in setVoltage() argument
48 Status s = mTunerLnb->setVoltage(voltage); in setVoltage()
DLnbClient.h68 Result setVoltage(LnbVoltage voltage);
/frameworks/base/media/java/android/media/tv/tuner/
DLnb.java157 private native int nativeSetVoltage(int voltage); in nativeSetVoltage() argument
263 public int setVoltage(@Voltage int voltage) { in setVoltage() argument
266 return nativeSetVoltage(voltage); in setVoltage()
/frameworks/av/services/tuner/aidl/android/media/tv/tuner/
DITunerLnb.aidl38 void setVoltage(in LnbVoltage voltage); in setVoltage() argument
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal115 MIN_VOLTAGE, // Snapshot at min batt voltage over 24hrs.
116 MAX_VOLTAGE, // Snapshot at max batt voltage over 24hrs.
161 /** Represents BatteryCausedShutdown with the last recorded voltage. */
164 /* The last recorded battery voltage prior to shutdown. */
DIStats.hal80 * the last recorded battery voltage prior to shutdown.
/frameworks/base/core/java/android/os/connectivity/
DWifiActivityEnergyInfo.java119 final double voltage = powerProfile.getAveragePower( in calculateEnergyMicroJoules() local
125 * voltage); in calculateEnergyMicroJoules()
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags8 2722 battery_level (level|1|6),(voltage|1|1),(temperature|1|1)
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp4518 static jint android_media_tv_Tuner_lnb_set_voltage(JNIEnv* env, jobject lnb, jint voltage) { in android_media_tv_Tuner_lnb_set_voltage() argument
4520 return (jint)lnbClient->setVoltage(static_cast<LnbVoltage>(voltage)); in android_media_tv_Tuner_lnb_set_voltage()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto6083 // FIELD: Battery health snapshot type - min daily voltage, resistance, etc.
6093 // FIELD: Battery voltage at snapshot, in microVolts.
6098 // FIELD: Battery open circuit voltage at snapshot, in microVolts.
/frameworks/proto_logging/stats/
Datoms.proto3943 MIN_VOLTAGE = 5; // Snapshot at min batt voltage over 24hrs.
3944 MAX_VOLTAGE = 6; // Snapshot at max batt voltage over 24hrs.
3985 * Log battery caused shutdown with the last recorded voltage.
3988 // The last recorded battery voltage prior to shutdown.
7734 // product of current(mA), voltage(V) and time(ms)
7768 // product of current(mA), voltage(V) and time(ms)
7787 // product of current(mA), voltage(V) and time(ms)
7990 * Pulls battery voltage.
7995 // The voltage of the battery, in millivolts.
20478 // Indicates the lowest voltage class supported by the SIM
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21385 field public static final java.lang.String EXTRA_VOLTAGE = "voltage";
/frameworks/base/core/api/
Dcurrent.txt30838 field public static final String EXTRA_VOLTAGE = "voltage";