HomeSort by relevance Sort by last modified time
    Searched full:power (Results 126 - 150 of 1420) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/services/java/com/android/server/
SystemServer.java 90 PowerManagerService power = null; local
109 Slog.i(TAG, "Power Manager");
110 power = new PowerManagerService();
111 ServiceManager.addService(Context.POWER_SERVICE, power);
155 // only initialize the power service after we have started the
157 power.init(context, lights, ActivityManagerService.getDefault(), battery);
164 Watchdog.getInstance().init(context, battery, power, alarm,
172 wm = WindowManagerService.main(context, power,
371 dock = new DockObserver(context, power);
460 power.systemReady()
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.7.3.js 75 var power = 0;
77 for ( power = 0; power <= 32; power++ ) {
78 shiftexp = Math.pow( 2, power );
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrvSM.h 43 * PURPOSE: Power Server State machine API *
96 * Handle to the power controller object via the command builder.
97 * Need for configure the desired power mode policy in the system.
112 powerSrvRequest_t* pSmRequest; /**< pointer to the relevant request in the power server. */
270 * \brief Registers a failure event callback for power save error notifications (timer expiry).\n
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrvSM.h 43 * PURPOSE: Power Server State machine API *
96 * Handle to the power controller object via the command builder.
97 * Need for configure the desired power mode policy in the system.
112 powerSrvRequest_t* pSmRequest; /**< pointer to the relevant request in the power server. */
270 * \brief Registers a failure event callback for power save error notifications (timer expiry).\n
  /external/kernel-headers/original/linux/
pci_regs.h 192 #define PCI_CAP_ID_PM 0x01 /* Power Management */
208 /* Power Management Registers */
215 #define PCI_PM_CAP_AUX_POWER 0x01C0 /* Auxilliary power support mask */
216 #define PCI_PM_CAP_D1 0x0200 /* D1 power state support */
217 #define PCI_PM_CAP_D2 0x0400 /* D2 power state support */
226 #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */
234 #define PCI_PM_BPCC_ENABLE 0x80 /* Bus power/clock control enable (??) */
345 #define PCI_EXP_DEVCAP_PWR_IND 0x4000 /* Power Indicator Present */
346 #define PCI_EXP_DEVCAP_PWR_VAL 0x3fc0000 /* Slot Power Limit Value */
347 #define PCI_EXP_DEVCAP_PWR_SCL 0xc000000 /* Slot Power Limit Scale *
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/
MacServices_api.h 199 * \brief callback function used by the power manager to notify driver mode result
203 * \param psStatus - the power save request status.\n
245 /*Power server API*/
256 * 2) psMode - Power save/Active request.\n
263 * This function is a user mode request from the Power Save Server./n
279 * active/PS combined with awake/power-down. use for temporary change the system policy.
285 * 3) PowerCtrl_PowerLevel_e - the desired driver power level (allowed: AWAKE or POWER DOWN).\n
289 * Return Value: TI_STATUS - if success (already in power save) then TI_OK,\n
297 * - to change the HW power level to awake or power-down if not already there
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 44 * Provides control of power-related settings from a widget.
75 private static final int MINIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_DIM + 10;
76 private static final int MAXIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_ON;
77 private static final int DEFAULT_BACKLIGHT = (int) (android.os.Power.BRIGHTNESS_ON * 0.4f);
688 IPowerManager power = IPowerManager.Stub.asInterface( local
689 ServiceManager.getService("power"));
690 if (power != null) {
709 IPowerManager power = IPowerManager.Stub.asInterface( local
710 ServiceManager.getService("power"));
711 if (power != null)
729 IPowerManager power = IPowerManager.Stub.asInterface( local
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/
MacServices_api.h 199 * \brief callback function used by the power manager to notify driver mode result
203 * \param psStatus - the power save request status.\n
245 /*Power server API*/
256 * 2) psMode - Power save/Active request.\n
263 * This function is a user mode request from the Power Save Server./n
279 * active/PS combined with awake/power-down. use for temporary change the system policy.
285 * 3) PowerCtrl_PowerLevel_e - the desired driver power level (allowed: AWAKE or POWER DOWN).\n
289 * Return Value: TI_STATUS - if success (already in power save) then TI_OK,\n
297 * - to change the HW power level to awake or power-down if not already there
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
NumberConverter.java 57 int p = 1023 + 52; // the power offset (precision)
60 long eMask = 0x7FF0000000000000L; // the mask to get the power bits
67 // the value of the 'power bits' of the inputNumber
110 int p = 127 + 23; // the power offset (precision)
112 int eMask = 0x7F800000; // the mask to get the power bits
118 // the value of the 'power bits' of the inputNumber
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_iphone.m 357 char power;
393 err = Apple80211GetPower(drv->wireless_ctx, &power);
398 wpa_printf(MSG_DEBUG, "iPhone: Power=%d", power);
400 if (!power) {
433 wpa_printf(MSG_DEBUG, "iPhone: Power down the interface");
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 31 import android.os.Power;
85 // ensure that only one thread is trying to power down.
182 * Shuts off power regardless of radio and bluetooth state if the alloted time has passed.
327 Power.reboot(mRebootReason);
342 // Shutdown power
344 Power.shutdown();
  /frameworks/base/location/java/android/location/
LocationManager.java 237 provider.setPowerRequirement(info.getInt("power"));
331 * Returns the next looser power requirement, in the sequence:
335 private int nextPower(int power) {
336 switch (power) {
448 // First, sort by power requirement
450 int power = providers.get(0).getPowerRequirement(); local
451 if (power < providers.get(1).getPowerRequirement()) {
460 while ((idx < size) && (providers.get(idx).getPowerRequirement() == power)) {
493 * <li> power requirement
516 // Loosen power requiremen
517 int power = criteria.getPowerRequirement(); local
    [all...]
  /bootable/bootloader/legacy/include/boot/
usb_descriptors.h 74 0x80, // XXX max power (250ma)
109 0x80, // XXX max power (250ma)
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 30 * Special events for power measurement.
34 //Parameter for the power test runner
  /development/pdk/docs/source/
building-dream.jd 23 <li>from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run "fastboot -w flashall".<br></li>
35 <li>from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run "fastboot -w flashall".<br></li>
  /device/htc/passion/
init.mahimahi.rc 12 # bluetooth power up/down interface
47 # Power Management
  /external/opencore/oscl/oscl/osclutil/src/
oscl_math.h 67 * Calculates the value of x to the power of y
70 * @param y power
  /external/qemu/android/
hw-control.c 18 * - power management
99 q = if_starts_with( query, querylen, "power:light:brightness:" );
  /external/qemu/gdb-xml/
power-core.xml 9 <feature name="org.gnu.gdb.power.core">
55 an unnamed register as padding; NUM_CORE_REGS on Power is 71 and
power64-core.xml 9 <feature name="org.gnu.gdb.power.core">
55 an unnamed register as padding; NUM_CORE_REGS on Power is 71 and
  /external/qemu/
offset_layout.py 22 Phone buttons: soft-left/top/righ/bottom, home, dpad, dial, power, etc.
55 PHONE = [ "soft-left", "home", "back", "dpad-up", "dpad-down", "dpad-left", "dpad-right", "dpad-center", "phone-dial", "phone-hangup", "power", "volume-up", "volume-down" ]
  /external/srec/srec/include/
sp_fft.h 51 power-of-two FFT, The radix-4 decomposes one Fourier transform into
53 efficient than the radix-2 FFT, but it requires a power-of-four as the data length.
55 removes the power-of-four limitation of the radix-4 alogorithm, but also
56 obtains the most efficient power-of-two FFT algorithm.
137 TIME: Let M = log2Size be the power-of-two length and N = 2**M be the complex
234 log2Length -- the power-of-two length of the complex FFT
260 length -- length of data array, must be a power-of-2 length
280 length -- length of data array, must be a power-of-2 length
  /frameworks/base/core/tests/coretests/src/android/os/
PowerManagerTest.java 69 // that confirms that things are really happening e.g. screen power, keyboard power.
  /frameworks/base/location/java/com/android/internal/location/
DummyLocationProvider.java 150 * Returns the power requirement for this provider.
152 * @return the power requirement for this provider, as one of the
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
unumeric.h 130 inline T power (T x, unsigned n) function in namespace:ustl
146 inline T power (T x, unsigned n, BinaryOperation op) function in namespace:ustl

Completed in 103 milliseconds

1 2 3 4 56 7 8 91011>>