HomeSort by relevance Sort by last modified time
    Searched refs:power (Results 101 - 125 of 327) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/libhardware/include/hardware/
sensors.h 111 * save power, unless batch mode is active, in which case they must
544 * A note on false positive / false negative / power consumption tradeoff
545 * - The goal of this sensor is to save power.
547 * in terms of power, so it should be avoided.
563 * The whole point of this sensor type is to save power by keeping the
593 * This sensor must be low power. That is, if the step detection cannot be
645 * This sensor must be low power. That is, if the step detection cannot be
650 * The whole point of this sensor type is to save power by keeping the
856 /* rough estimate of this sensor's power consumption in mA */
857 float power; member in struct:sensor_t
    [all...]
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 97 list[i].power);
  /system/extras/tests/sdcard/
testcase.cpp 30 #include <hardware_legacy/power.h> // wake lock
  /external/wpa_supplicant_8/src/crypto/
crypto_gnutls.c 155 const u8 *power, size_t power_len,
165 gcry_mpi_scan(&bn_exp, GCRYMPI_FMT_USG, power, power_len, NULL) !=
crypto.h 412 * @power: Power integer (big endian byte array)
413 * @power_len: Length of power integer in bytes
420 * This function calculates result = base ^ power mod modulus. modules_len is
429 const u8 *power, size_t power_len,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 2 * linux/sound/soc-dapm.h -- ALSA SoC Dynamic Audio Power Management
25 * SoC dynamic audio power managment
27 * We can have upto 4 power domains
30 * at stream time if power is not needed for sidetone, etc.
140 power) \
163 #define SND_SOC_DAPM_PRE_PMU 0x1 /* before widget power up */
164 #define SND_SOC_DAPM_POST_PMU 0x2 /* after widget power up */
165 #define SND_SOC_DAPM_PRE_PMD 0x4 /* before widget power down */
166 #define SND_SOC_DAPM_POST_PMD 0x8 /* after widget power down */
220 snd_soc_dapm_micbias, /* microphone bias (power) */
263 unsigned char power:1; \/* block power status *\/ member in struct:snd_soc_dapm_widget
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 2 * linux/sound/soc-dapm.h -- ALSA SoC Dynamic Audio Power Management
25 * SoC dynamic audio power managment
27 * We can have upto 4 power domains
30 * at stream time if power is not needed for sidetone, etc.
140 power) \
163 #define SND_SOC_DAPM_PRE_PMU 0x1 /* before widget power up */
164 #define SND_SOC_DAPM_POST_PMU 0x2 /* after widget power up */
165 #define SND_SOC_DAPM_PRE_PMD 0x4 /* before widget power down */
166 #define SND_SOC_DAPM_POST_PMD 0x8 /* after widget power down */
220 snd_soc_dapm_micbias, /* microphone bias (power) */
263 unsigned char power:1; \/* block power status *\/ member in struct:snd_soc_dapm_widget
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/speex/libspeex/
mdf.c 161 spx_word32_t Davg1; /* 1st recursive average of the residual power difference */
162 spx_word32_t Davg2; /* 2nd recursive average of the residual power difference */
166 spx_word32_t *power; /* Power of the far-end signal */ member in struct:SpeexEchoState_
167 spx_float_t *power_1;/* Inverse power of far-end */
233 /** Compute power spectrum of a half-complex (packed) vector */
245 /** Compute power spectrum of a half-complex (packed) vector and accumulate */
257 /** Compute cross-power spectrum of a half-complex (packed) vectors and add to acc */
336 /** Compute weighted cross-power spectrum of a half-complex (packed) vector with conjugate */
465 st->power = (spx_word32_t*)speex_alloc((frame_size+1)*sizeof(spx_word32_t))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 104 /* Radio power off pending flag and tag counter */
311 setRadioPower(boolean power) {
312 mDesiredPowerState = power;
527 * Clean up existing voice and data connection then turn off radio power.
  /bionic/libc/kernel/common/linux/
device.h 196 struct dev_pm_info power; member in struct:device
  /development/ndk/platforms/android-3/include/linux/
device.h 191 struct dev_pm_info power; member in struct:device
  /external/v8/test/mjsunit/
div-mod.js 220 // Test the lithium code for modulo operations with a variable power of two
231 // Test the lithium code for modulo operations with a constant power of two
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerState.java 17 package com.android.server.power;
33 * Controls the display power state.
38 * This mechanism enables multiple properties of the display power state to be animated
86 // Although we set the brightness to full on here, the display power controller
258 pw.println("Display Power State:");
WirelessChargerDetector.java 17 package com.android.server.power;
33 * receiving power from the charger. The device may stop receiving power
38 * This is a problem because the power manager typically wakes up the screen and
48 * but is not receiving power anymore because the battery is full.
56 * wasn't receiving power because the battery was already full. We can't tell
103 // Previously observed wireless power state.
173 // The device is receiving power from the wireless charger.
184 // The device was plugged into a new non-wireless power source.
199 // receiving power wirelessly, has a high enough battery level that w
    [all...]
  /frameworks/native/libs/gui/
Sensor.cpp 49 mPower = hwSensor->power;
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 35 #include <hardware_legacy/power.h>
  /packages/apps/Settings/src/com/android/settings/
BatteryInfo.java 156 mPower = (TextView)findViewById(R.id.power);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
device.h 191 struct dev_pm_info power; member in struct:device
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
device.h 191 struct dev_pm_info power; member in struct:device
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
device.h 191 struct dev_pm_info power; member in struct:device
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
device.h 191 struct dev_pm_info power; member in struct:device
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
device.h 191 struct dev_pm_info power; member in struct:device
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
device.h 191 struct dev_pm_info power; member in struct:device

Completed in 648 milliseconds

1 2 3 45 6 7 8 91011>>