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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 55 ServiceManager.getService("power"));
112 IPowerManager power = IPowerManager.Stub.asInterface( local
113 ServiceManager.getService("power"));
114 if (power != null) {
115 power.setBacklightBrightness(brightness);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Inc/
TNETWArbSM.h 131 TI_HANDLE hELPCtrl; /**< Handle to the power controller object via the WhalCtrl.
132 * Need for configure the desired power mode policy in the system.
135 TI_HANDLE hBusArbiter; /**< Handle to the power controller object via the WhalCtrl.
136 * Need for configure the desired power mode policy in the system.
200 * 7) PowerSrvInitParams_t - the Power Server initialize parameters.\n
  /external/icu4c/layout/
PairPositioningSubtables.cpp 144 le_uint16 power = 1 << bit;
145 le_uint16 extra = (recordCount - power) * recordSize;
146 le_uint16 probe = power * recordSize;
  /packages/apps/Camera/tests/src/com/android/camera/power/
ImageAndVideoCapture.java 17 package com.android.camera.power;
28 * Junit / Instrumentation test case for camera power measurement
33 * -e com.android.camera.power.ImageAndVideoCapture \
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrvSM.h 44 * PURPOSE: Power Server State machine API *
98 * Handle to the power controller object via the WhalCtrl.
99 * Need for configure the desired power mode policy in the system.
112 powerSrvRequest_t* pSmRequest; /**< pointer to the relevant request in the power server. */
179 * 4) PowerSrvInitParams_t - the Power Server initialize parameters.\n
269 * \brief Registers a failure event callback for power save error notifications (timer expiry).\n
PowerSrvSM.c 132 DESCRIPTION: Power Server SM module creation function, called by the Power Server create in creation phase
134 - Allocate the Power Server SM handle
142 RETURN: Handle to the Power Server SM module on success, NULL otherwise
177 WLAN_OS_REPORT( ("%s(%d) - Failed to create Power Save SRV timer\n", __FILE__,__LINE__) );
192 DESCRIPTION: Power Server SM module destroy function,
193 - delete Power Server SM allocation
196 INPUT: - hPowerSrvSM - Handle to the Power Server SM
222 /* free the Power Save SRV object */
234 DESCRIPTION: Power Server SM module initialize function, called by the Power Server init in configure phase
    [all...]
  /device/htc/dream/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 47 <!-- Power consumption when CPU is idle -->
49 <!-- Power consumption at different speeds -->
  /device/htc/passion-common/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 54 <!-- Power consumption in suspend -->
56 <!-- Power consumption at different speeds -->
  /device/htc/sapphire/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 47 <!-- Power consumption when CPU is idle -->
49 <!-- Power consumption at different speeds -->
  /external/dropbear/libtommath/
bn_mp_gcd.c 44 /* B1. Find the common power of two for u and v */
50 /* divide the power of two out */
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/Eval/
eval-003.js 76 EXPECT = 1; //The base e to the power (-1 + 1), i.e. the power 0, equals 1 ....
  /frameworks/base/core/jni/
android_os_Power.cpp 22 #include <hardware_legacy/power.h>
114 env, "android/os/Power",
  /frameworks/base/core/res/res/xml/
power_profile.xml 45 <!-- Power consumption when CPU is idle -->
47 <!-- Power consumption at different speeds -->
  /frameworks/base/tests/BrowserPowerTest/
AndroidManifest.xml 26 <activity android:name="PowerTestActivity" android:label="Power">
40 android:label="Test runner for Browser Power Tests."
  /hardware/ti/wlan/wl1271/Test/
PowerMgrDebug.c 87 WLAN_OS_REPORT(("(%d) - ERROR - Invalid function type in POWER MANAGER DEBUG Function Command: %d\n",
99 WLAN_OS_REPORT(("POWER MGR DEBUG module commands:\n"));
  /hardware/ti/wlan/wl1271/config/
tiwlan.ini 14 # Power Manager
46 TxPower = 205 #set Default Tx Power Level in DBM * 10
57 # Bits 0..4 - Max power allowed in Dbm.
139 desiredPsMode = 1 # Global Power save delivery protocol (1 - UPSD, 0 - Legacy)
140 QOS_wmePsModeBE = 1 # Power save delivery protocol for BE AC (1 - UPSD, 0 - Legacy)
141 QOS_wmePsModeBK = 1 # Power save delivery protocol for BK AC (1 - UPSD, 0 - Legacy)
142 QOS_wmePsModeVI = 1 # Power save delivery protocol for VI AC (1 - UPSD, 0 - Legacy)
143 QOS_wmePsModeVO = 1 # Power save delivery protocol for VO AC (1 - UPSD, 0 - Legacy)
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
host_platform.c 68 wifi_ctrl->set_power(1); /* Power On */
89 wifi_ctrl->set_power(0); /* Power Off */
161 /* Turn power OFF */
163 /* Turn power ON*/
169 /* Turn device power off */
179 /* Turn device power off according to a given delay */
189 /* Turn device power on */
194 wifi_set_power(1, 15); /* Fixed power sequence */
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 45 /* supported. Moreover, he set the transmit power level according to the */
202 /* User max Tx power for all channels */
204 /* Temporary Tx Power control to be used */
287 /* Set new Tx power to TWD - only if needed ! */
294 /* ExternTxPowerPreferred is the TX Power Control (TPC) */
304 /* Set new Tx power to TWD - only if needed ! */
318 /* This case is called when the desired Tx Power Level in Dbm is changed by the user */
322 /* Set new Tx power to TWD - only if needed ! */
329 /* Called after joining BSS, set Tx power to TWD */
333 /* setting the Tx Power according to the selected channel *
    [all...]
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java 52 * Test case 1: This test case is for the power and general stability
82 // the music player power usage base line.
  /system/wlan/ti/wilink_6_1/Test/
PowerMgrDebug.c 87 WLAN_OS_REPORT(("(%d) - ERROR - Invalid function type in POWER MANAGER DEBUG Function Command: %d\n",
99 WLAN_OS_REPORT(("POWER MGR DEBUG module commands:\n"));
  /system/wlan/ti/wilink_6_1/config/
tiwlan.ini 11 # Power Manager
40 TxPower = 205 #set Default Tx Power Level in DBM * 10
52 # Bits 0..4 - Max power allowed in Dbm.
136 desiredPsMode = 1 # Global Power save delivery protocol (1 - UPSD, 0 - Legacy)
137 QOS_wmePsModeBE = 1 # Power save delivery protocol for BE AC (1 - UPSD, 0 - Legacy)
138 QOS_wmePsModeBK = 1 # Power save delivery protocol for BK AC (1 - UPSD, 0 - Legacy)
139 QOS_wmePsModeVI = 1 # Power save delivery protocol for VI AC (1 - UPSD, 0 - Legacy)
140 QOS_wmePsModeVO = 1 # Power save delivery protocol for VO AC (1 - UPSD, 0 - Legacy)
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
host_platform.c 68 wifi_ctrl->set_power(1); /* Power On */
89 wifi_ctrl->set_power(0); /* Power Off */
161 /* Turn power OFF */
163 /* Turn power ON*/
169 /* Turn device power off */
179 /* Turn device power off according to a given delay */
189 /* Turn device power on */
194 wifi_set_power(1, 15); /* Fixed power sequence */
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
regulatoryDomain.c 45 /* supported. Moreover, he set the transmit power level according to the */
202 /* User max Tx power for all channels */
204 /* Temporary Tx Power control to be used */
287 /* Set new Tx power to TWD - only if needed ! */
294 /* ExternTxPowerPreferred is the TX Power Control (TPC) */
304 /* Set new Tx power to TWD - only if needed ! */
318 /* This case is called when the desired Tx Power Level in Dbm is changed by the user */
322 /* Set new Tx power to TWD - only if needed ! */
329 /* Called after joining BSS, set Tx power to TWD */
333 /* setting the Tx Power according to the selected channel *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
MacServices_api.h 94 /*Power server callbacks*/
230 * \brief callback function used by the power manager to notify driver mode result
234 * \param psStatus - the power save request status.\n
272 /*Power server API*/
283 * 2) psMode - Power save/Active request.\n
290 * This function is a user mode request from the Power Save Server./n
306 * active/PS combined with awake/power-down. use for temporary change the system policy.
312 * 3) PowerCtrl_PowerLevel_e - the desired driver power level (allowed: AWAKE or POWER DOWN).\n
316 * Return Value: TI_STATUS - if success (already in power save) then OK,\
    [all...]
  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 155 POWER_MANAGER_PARAM = 0x1400, /**< Power Manager Module Number */
    [all...]

Completed in 148 milliseconds

1 2 34 5 6 7 8 91011>>