Searched refs:voltage (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/proto/android/service/ |
D | battery.proto | 36 // 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/ |
D | LnbClient.cpp | 46 Result LnbClient::setVoltage(LnbVoltage voltage) { in setVoltage() argument 48 Status s = mTunerLnb->setVoltage(voltage); in setVoltage()
|
D | LnbClient.h | 68 Result setVoltage(LnbVoltage voltage);
|
/frameworks/base/media/java/android/media/tv/tuner/ |
D | Lnb.java | 157 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/ |
D | ITunerLnb.aidl | 38 void setVoltage(in LnbVoltage voltage); in setVoltage() argument
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 115 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. */
|
D | IStats.hal | 80 * the last recorded battery voltage prior to shutdown.
|
/frameworks/base/core/java/android/os/connectivity/ |
D | WifiActivityEnergyInfo.java | 119 final double voltage = powerProfile.getAveragePower( in calculateEnergyMicroJoules() local 125 * voltage); in calculateEnergyMicroJoules()
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 8 2722 battery_level (level|1|6),(voltage|1|1),(temperature|1|1)
|
/frameworks/base/media/jni/ |
D | android_media_tv_Tuner.cpp | 4518 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/ |
D | metrics_constants.proto | 6083 // 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/ |
D | atoms.proto | 3943 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/ |
D | android-22.txt | 21385 field public static final java.lang.String EXTRA_VOLTAGE = "voltage";
|
/frameworks/base/core/api/ |
D | current.txt | 30838 field public static final String EXTRA_VOLTAGE = "voltage";
|