/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
radiotap.h | 110 * RF signal power at the antenna, decibel difference from 116 * RF noise power at the antenna, decibel difference from one 121 * RF signal power at the antenna, decibel difference from an 126 * RF noise power at the antenna, decibel difference from an 138 * Transmit power expressed as unitless distance from max 139 * power set at factory calibration. 0 is max power. 140 * Monotonically nondecreasing with lower power levels. 144 * Transmit power expressed as decibel distance from max power [all...] |
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
PowerSrv_API.h | 35 * \brief This is the Power Manager module API. 41 * MODULE: Power Server * 42 * PURPOSE: Power Server Module API * 94 * \brief Creates the object of the power Server. 107 * \brief Destroy the object of the power Server. 149 * 2) psMode - Power save/Active request.\n 156 * This function is a user mode request from the Power Save Server./n 172 * active/PS combined with awake/power-down. use for temporary change the system policy. 178 * 3) PowerCtrl_PowerLevel_e - the desired driver power level (allowed: AWAKE or POWER DOWN).\ [all...] |
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
PowerSrv_API.h | 35 * \brief This is the Power Manager module API. 41 * MODULE: Power Server * 42 * PURPOSE: Power Server Module API * 94 * \brief Creates the object of the power Server. 107 * \brief Destroy the object of the power Server. 149 * 2) psMode - Power save/Active request.\n 156 * This function is a user mode request from the Power Save Server./n 172 * active/PS combined with awake/power-down. use for temporary change the system policy. 178 * 3) PowerCtrl_PowerLevel_e - the desired driver power level (allowed: AWAKE or POWER DOWN).\ [all...] |
/development/pdk/docs/porting/ |
power_management.jd | 1 page.title=Power Management 20 <p>Android supports its own Power Management (on top of the standard Linux Power Management) designed with the premise that the CPU shouldn't consume power if no applications or services require power. For more information regarding standard Linux power management, please see <a href="http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=blob;f=Documentation/pm.txt">Linux Power Management Support</a> at <a href="http://kernel.org">http://kernel.org</a>.</p> 22 <p>The image below illustrates the Android power management architecture. </p> 33 <p>A locked wakelock, depending on its type, prevents the system from entering suspend or other low-power states. This document describes how to employ wakelocks. </p> 37 <li><code></code><code>WAKE_LOCK_IDLE</code>: low-power states, which often cause large interrupt latencies or that disable a set of interrupts, will not (…) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/ |
PowerMgr.c | 99 DESCRIPTION: Creates the object of the power Manager. 101 - Allocate the Power Manager handle 106 RETURN: Handle to the Power Manager module on success, NULL otherwise 154 DESCRIPTION: Destroy the object of the power Manager. 155 - delete Power Manager alocation 158 INPUT: - hPowerMgr - Handle to the Power Manager 186 DESCRIPTION: Power Manager init function, called in configure phase. 188 INPUT: - hPowerMgr - Handle to the Power Manager 221 /* init power management options */ 339 configure the initialize power mod [all...] |
PowerMgrDbgPrint.c | 2 * \brief Includes primtoputs for debugging the power manager module. 70 INPUT: - hPowerMgr - Handle to the Power Manager 78 WLAN_OS_REPORT(("------------ Power Manager Object ------------\n\n")); 79 WLAN_OS_REPORT(("PS enabled: %s, desired power mode profile: %s, last power mode profile: %s\n", 82 WLAN_OS_REPORT(("Default power policy: %ss, PS power policy: %s\n", 108 WLAN_OS_REPORT(("Priority: %-15s, enabled: %s, power mode: %s\n",
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgrKeepAlive.c | 63 * \brief Creates the power manager keep-alive sub-module 68 * \return A handle to the power manager keep-alive sub-module 75 /* allocate memory for the power manager keep-alive object */ 90 * \brief Destroys the power manager keep-alive sub-module 94 * \param hPowerMgrKL - handle to the power-manager keep-alive object 107 * \brief Initailize the power manager keep-alive sub-module 111 * \param hPowerMgrKL - handle to the power-manager keep-alive object 135 * \param hPowerMgrKL - handle to the power-manager keep-alive object 159 * \brief Notifies the power-manager keep-alive upon connection to a BSS 163 * \param hPowerMgrKL - handle to the power-manager keep-alive objec [all...] |
PowerMgrDbgPrint.c | 35 * \brief Includes primtoputs for debugging the power manager module. 72 INPUT: - hPowerMgr - Handle to the Power Manager 81 WLAN_OS_REPORT(("------------ Power Manager Object ------------\n\n")); 82 WLAN_OS_REPORT(("PS enabled: %s, desired power mode profile: %s, last power mode profile: %s\n", 85 WLAN_OS_REPORT(("Default power policy: %ss, PS power policy: %s\n", 113 WLAN_OS_REPORT(("Priority: %-15s, enabled: %s, power mode: %s\n",
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgrKeepAlive.c | 63 * \brief Creates the power manager keep-alive sub-module 68 * \return A handle to the power manager keep-alive sub-module 75 /* allocate memory for the power manager keep-alive object */ 90 * \brief Destroys the power manager keep-alive sub-module 94 * \param hPowerMgrKL - handle to the power-manager keep-alive object 107 * \brief Initailize the power manager keep-alive sub-module 111 * \param hPowerMgrKL - handle to the power-manager keep-alive object 135 * \param hPowerMgrKL - handle to the power-manager keep-alive object 159 * \brief Notifies the power-manager keep-alive upon connection to a BSS 163 * \param hPowerMgrKL - handle to the power-manager keep-alive objec [all...] |
PowerMgrDbgPrint.c | 35 * \brief Includes primtoputs for debugging the power manager module. 72 INPUT: - hPowerMgr - Handle to the Power Manager 81 WLAN_OS_REPORT(("------------ Power Manager Object ------------\n\n")); 82 WLAN_OS_REPORT(("PS enabled: %s, desired power mode profile: %s, last power mode profile: %s\n", 85 WLAN_OS_REPORT(("Default power policy: %ss, PS power policy: %s\n", 113 WLAN_OS_REPORT(("Priority: %-15s, enabled: %s, power mode: %s\n",
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
regulatoryDomain.h | 89 /* Desired Temp Tx Power */ 91 /* Actual Temp Tx Power */ 93 /* User configuration for max Tx power */ 95 /* Tx Power Control adjustment flag on=TI_TRUE\off=TI_FALSE */ 101 /* Power Constraint IE 32 in DBM/10, valid only when 802.11h is enabled */ 103 /* External TX Power Control in DBM/10, valid only when 802.11h is disabled */
|
/packages/apps/Settings/src/com/android/settings/ |
BrightnessPreference.java | 48 private static final int MINIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_DIM + 10; 49 private static final int MAXIMUM_BACKLIGHT = android.os.Power.BRIGHTNESS_ON; 132 IPowerManager power = IPowerManager.Stub.asInterface( local 133 ServiceManager.getService("power")); 134 if (power != null) { 135 power.setBacklightBrightness(brightness);
|
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
regulatoryDomain.h | 89 /* Desired Temp Tx Power */ 91 /* Actual Temp Tx Power */ 93 /* User configuration for max Tx power */ 95 /* Tx Power Control adjustment flag on=TI_TRUE\off=TI_FALSE */ 101 /* Power Constraint IE 32 in DBM/10, valid only when 802.11h is enabled */ 103 /* External TX Power Control in DBM/10, valid only when 802.11h is disabled */
|
/external/icu4c/layoutex/ |
LXUtilities.cpp | 55 le_int32 power = 1 << highBit(count); local 56 le_int32 extra = count - power; 57 le_int32 probe = power;
|
/hardware/ti/wlan/wl1271/Test/ |
PowerMgrDebug.h | 35 * \brief This is the Power Manager module private (internal). 42 * MODULE: Power Manager Debug * 43 * PURPOSE: Power Manager Debug Module private *
|
/system/wlan/ti/wilink_6_1/Test/ |
PowerMgrDebug.h | 35 * \brief This is the Power Manager module private (internal). 42 * MODULE: Power Manager Debug * 43 * PURPOSE: Power Manager Debug Module private *
|
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
PowerCommand.java | 30 super("power"); 34 return "Control the power manager"; 40 + "usage: svc power stayon [true|false|usb|ac]\n" 67 pm.acquireWakeLock(PowerManager.FULL_WAKE_LOCK, lock, "svc power");
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 61 * Displays a list of apps and subsystems that consume power, ordered by how much power was 326 double power = 0; local 329 //mUsageList.add(new AppUsage(u.getUid(), new double[] {power})); 359 power += processPower; 375 power /= 1000; 378 power += (u.getTcpBytesReceived(mStatsType) + u.getTcpBytesSent(mStatsType)) 401 Log.i(TAG, "Got sensor " + sensorData.getName() + " with power = " 406 power += (multiplier * sensorTime) / 1000; 409 // Add the app to the list if it is consuming power 433 double power = 0; local 450 R.drawable.ic_settings_display, power); local 454 double power = 0; local [all...] |
/external/kernel-headers/original/linux/ |
pm.h | 2 * pm.h - Power management interface 30 * Power management requests... these are passed to pm_send_all() and friends. 96 /* Functions above this comment are list-based old-style power 135 * Device power management 150 * so a consistent image can be saved; but do not power any hardware 195 ((dev)->power.should_wakeup = !!(val)) 197 (device_can_wakeup(dev) && (dev)->power.should_wakeup) 235 ((dev)->power.can_wakeup)
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
gen_rand_vector.cpp | 39 function 1/sqrt(power). Updated comments and pseudo-code 58 Inputs: random_array[] = Array for storage of the power-scaled 82 to the correct power as defined by the input value power_scale. 175 power = 0; 184 power = power + ((temp*temp) >> 6); 195 IF (power) 198 WHILE ( power > 32767) 200 power = power >> 1 360 Int32 power; local [all...] |
/external/ppp/pppd/plugins/pppoatm/ |
text2qos.c | 31 int power; local 38 power = fract = 0; 42 if (--power == -9) break; 49 power += 3; 54 while (power && fract) 55 if (power < 0) { 57 power++; 61 power--;
|
/frameworks/base/location/java/android/location/ |
Criteria.java | 25 * power usage, ability to report altitude, speed, 36 * A constant indicating a low power requirement. 41 * A constant indicating a medium power requirement. 46 * A constant indicating a high power requirement. 70 * requirements on accuracy, power, or response time; will not 93 * More accurate location usually consumes more power and may take 115 * Indicates the desired maximum power level. The level parameter 127 * Returns a constant indicating the desired power requirement. The
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
gen_rand_vector.cpp | 39 function 1/sqrt(power). Updated comments and pseudo-code 58 Inputs: random_array[] = Array for storage of the power-scaled 82 to the correct power as defined by the input value power_scale. 175 power = 0; 184 power = power + ((temp*temp) >> 6); 195 IF (power) 198 WHILE ( power > 32767) 200 power = power >> 1 360 Int32 power; local [all...] |
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/ |
PowerTestRunner.java | 26 * Instrumentation Test Runner for all browser power tests. 28 * Running power tests:
|
/system/bluetooth/bluedroid/include/bluedroid/ |
bluetooth.h | 26 * Responsible for power on, bringing up HCI interface, and starting daemons. 36 * powering down the chip. Will block until power down is complete, and it
|