HomeSort by relevance Sort by last modified time
    Searched full:voltage (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h 75 #define NFC_HAL_LP_ACTIVE_LOW NFC_SNOOZE_ACTIVE_LOW /* high to low voltage is asserting */
76 #define NFC_HAL_LP_ACTIVE_HIGH NFC_SNOOZE_ACTIVE_HIGH /* low to high voltage is asserting */
153 ** NFC_HAL_LP_ACTIVE_LOW - high to low voltage is asserting
154 ** NFC_HAL_LP_ACTIVE_HIGH - low to high voltage is asserting
nfc_brcm_defs.h 241 #define NFC_SNOOZE_ACTIVE_LOW 0x00 /* high to low voltage is asserting */
242 #define NFC_SNOOZE_ACTIVE_HIGH 0x01 /* low to high voltage is asserting */
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java 46 * The change in voltage is scaled to a temperature coefficient of 10.0
48 * for the MCP9701/9701A. The out- put voltage at 0 degC is also scaled
  /frameworks/base/core/java/android/os/
BatteryManager.java 72 * integer containing the current battery voltage level.
74 public static final String EXTRA_VOLTAGE = "voltage";
  /frameworks/base/core/res/res/xml/
power_profile.xml 22 in mA (measured at nominal voltage).
59 <!-- This is the battery capacity in mAh (measured at nominal voltage) -->
  /packages/apps/Settings/res/layout/
battery_info.xml 53 <!-- Battery Voltage -->
56 <TextView android:id="@+id/voltage" style="@style/info_value" />
  /external/qemu/hw/
sd.h 47 * [11:8] Host Voltage Supply Flags
smbios.h 88 uint8_t voltage; member in struct:smbios_type_4
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
watchdog.h 44 #define WDIOF_POWEROVER 0x0040 /* Power over voltage */
telephony.h 229 * indicates that the DAA on a LineJACK card has detected ring voltage on
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
watchdog.h 44 #define WDIOF_POWEROVER 0x0040 /* Power over voltage */
telephony.h 229 * indicates that the DAA on a LineJACK card has detected ring voltage on
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
watchdog.h 44 #define WDIOF_POWEROVER 0x0040 /* Power over voltage */
telephony.h 229 * indicates that the DAA on a LineJACK card has detected ring voltage on
  /packages/apps/Settings/src/com/android/settings/
BatteryInfo.java 88 mVoltage.setText("" + intent.getIntExtra("voltage", 0) + " "
161 mVoltage = (TextView)findViewById(R.id.voltage);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 223 // inductive load, which means that an immediate change in applied voltage
234 // 'volt' is for the applied voltage, which causes a current to flow through the coil
  /external/chromium-trace/trace-viewer/src/importer/linux_perf/
mali_parser.js 327 var event = /voltage=(\d+)/.exec(eventBase.details);
331 this.dvfsSample('DVFS Voltage', 'voltage', ts, event[1]);
mali_parser_test.html 229 'voltage=937500',
231 'voltage=1100000'
240 assertEquals(c0.name, 'DVFS Voltage');
  /external/kernel-headers/original/linux/
watchdog.h 44 #define WDIOF_POWEROVER 0x0040 /* Power over voltage */
telephony.h 229 * indicates that the DAA on a LineJACK card has detected ring voltage on
  /frameworks/base/services/java/com/android/server/
BatteryService.java 66 * <p>&quot;voltage&quot; - int, current battery voltage in millivolts</p>
495 ", voltage: " + mBatteryVoltage +
620 pw.println(" voltage:" + mBatteryVoltage);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 346 // inductive load, which means that an immediate change in applied voltage
357 // 'volt' is for the applied voltage, which causes a current to flow through the coil
  /docs/source.android.com/src/devices/tech/
power.jd 83 in units of milliamps (mA) of current draw (at a nominal voltage) in the power profile, and
136 on the device at a nominal voltage. This can be accomplished using a bench power supply or
177 scaling operations, which may also reduce the amount of clock and voltage scaling of memory
563 nominal voltage). OEM's must measure and provide actual values before shipping a device.
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 835 ** nfc_wake_active_mode cmd result of voltage on NFC_WAKE
    [all...]
  /hardware/ti/wlan/mac80211/config/
TQS_D_1.7.ini 16 TCXO_LDO_Voltage = 00 # Length: 1; Unit: Options (0:2.5v, 1:2.55v, 2:2.6v); Format: Unsigned; Source: Customer; Comment: TCXO LDO Voltage
54 FEM1_TxBiPReferencePower_2_4G = 80 # Length: 1; Unit: 1/8dB; Format: Signed; Source: TI; Comment: Reference output power that produces given reference power detector output voltage . The TX BiP reference power is linked to the TX BiP reference PD voltage
72 FEM1_TxBiPReferencePower_5G = 80 80 80 80 80 80 80 # Length: 7; Unit: 1/8dB; Format: Signed; Source: TI; Comment: Reference output power that produces given reference power detector output voltage . The TX BiP reference power is linked to the TX BiP reference PD voltage

Completed in 886 milliseconds

1 2 3