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

<<11121314151617181920>>

  /system/wlan/ti/wilink_6_1/utils/
tiQosTypes.h 117 /* Power save mode */
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_radio.h 604 Desc: Retrieve Maximum Dbm per power level and sub-band.
643 /* Enter Power Down Mode - 3 */
644 /* Exit Power Down Mode - 4 */
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
ComparableTimSort.java 36 * This constant should be a power of two. It was 64 in Tim Peter's C
39 * to be a number that's not a power of two, you'll need to change the
322 * Else if n is an exact power of 2, return MIN_MERGE/2.
324 * is close to, but strictly less than, an exact power of 2.
    [all...]
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp 107 // and Power are specified here. If we don't supply any callbacks, the
230 // capabilites such as speed, power, etc.
799 // the framework with respect to PnP and Power events. That is, framework
801 // on the current PnP / Power state of the device. We also need to register
812 // By default KMDF will take care of the power management of this queue
    [all...]
  /development/simulator/app/
MainFrame.cpp 160 * Handle auto-power-on by sending ourselves an event. That way it
164 pPrefs->GetBool("auto-power-on", &autoPowerOn);
166 printf("Sim: Auto power-up\n");
209 menuRuntime->Append(IDM_RUNTIME_START, wxT("&Power On\tCtrl-G"),
211 // menuRuntime->Append(IDM_RUNTIME_STOP, wxT("Power &Off"),
    [all...]
MyApp.cpp 498 if (!mPrefs.Exists("auto-power-on"))
499 mPrefs.SetBool("auto-power-on", true);
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 56 * make calls into the package manager and power manager; it is explicitly not
365 /** Screen turned off because of power button */
556 * affect the power state of the device, for example, the power keys.
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.c 100 * \param hPowerSaveSRV - handle to the power save SRV object.\n
418 * \brief callback function used by the power manager to notify driver mode result
422 * \param PSMode - the power save mode the STA is currently in.\n
423 * \param psStatus - the power save request status.\n
429 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Power save SRV CB called. PS mode:%d status: %d\n", PSMode, psStatus);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrv.c 123 * \param hPowerSaveSRV - handle to the power save SRV object.\n
438 * \brief callback function used by the power manager to notify driver mode result
442 * \param PSMode - the power save mode the STA is currently in.\n
443 * \param psStatus - the power save request status.\n
450 ("%s: Power save SRV CB called. PS mode:%d status: %d\n",
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrv.c 100 * \param hPowerSaveSRV - handle to the power save SRV object.\n
418 * \brief callback function used by the power manager to notify driver mode result
422 * \param PSMode - the power save mode the STA is currently in.\n
423 * \param psStatus - the power save request status.\n
429 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Power save SRV CB called. PS mode:%d status: %d\n", PSMode, psStatus);
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 379 if(is_set) /* set power mode */
386 wpa_printf(MSG_ERROR, "ERROR - Failed to set power mode");
392 wpa_printf(MSG_ERROR, "ERROR - Invalid Power Mode");
396 else /* get power mode */
401 wpa_printf(MSG_ERROR, "ERROR - Failed to get power mode");
727 wpa_printf(MSG_DEBUG,"Power Mode command = %u", mode);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_radio.h 601 Desc: Retrieve Maximum Dbm per power level and sub-band.
640 /* Enter Power Down Mode - 3 */
641 /* Exit Power Down Mode - 4 */
    [all...]
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.c 379 if(is_set) /* set power mode */
386 wpa_printf(MSG_ERROR, "ERROR - Failed to set power mode");
392 wpa_printf(MSG_ERROR, "ERROR - Invalid Power Mode");
396 else /* get power mode */
401 wpa_printf(MSG_ERROR, "ERROR - Failed to get power mode");
727 wpa_printf(MSG_DEBUG,"Power Mode command = %u", mode);
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
emulator.jd 69 <li><a href="#power">Emulating Device Power Characteristics</a></li>
249 <td>Power button</td>
    [all...]
  /bionic/libc/include/net/
if_types.h 182 #define IFT_DIGITALPOWERLINE 0x8a /* IP over Power Lines */
218 #define IFT_PLC 0xae /* Power Line Communications */
  /dalvik/libcore/luni/src/main/java/java/lang/
ThreadLocal.java 153 * Size must always be a power of 2.
164 * The length is always a power of 2.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 152 "Forthwith a power of English shall we levy;" +
311 "power and corrigible authority of this lies in our" +
List6.java 166 "Forthwith a power of English shall we levy;" +
325 "power and corrigible authority of this lies in our" +
  /external/grub/netboot/
epic100.c 139 /* Reset the chip & bring it out of low-power mode. */
222 /* Pull the chip out of low-power mode, and set for PCI read multiple. */
rtl8139.c 111 /* from 0x84 onwards are a number of power management/wakeup frame
199 /* Bring the chip out of low-power mode. */
  /external/kernel-headers/original/linux/
device.h 323 struct dev_pm_info power; member in struct:device
410 /* drivers/base/power/shutdown.c */
jiffies.h 16 * nearest power of two in order to avoid hardware multiply operations.
168 * Then we make SCALE a power of two so:
  /external/opencore/baselibs/gen_data_structures/src/
hashtable.h 320 // find next larger power of two
326 // bark - hash table size is not a power of two, changing
  /external/quake/quake/src/WinQuake/data/
MANUAL.TXT 35 C. Power-ups
185 To pick up items, weapons, and power-ups, walk over them. If you can't
503 Lists ammo, weapons, deathmatch scores, and power-ups.
507 any keys you possess, and any power=ups currently active. Plus it shows
537 the end of the previous one. If a power-up was active at the end of the
621 C. Power-ups
622 All power-ups except armor burn out after a while, so smoke 'em while you
696 In essence, organic buzzsaws, rife with pummeling power!
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 576 int power) {
577 ASSERT(power >= 0);
578 ASSERT(power < 64);
579 if (power == 0) {
586 if (power < kSmiShift) {
587 sar(dst, Immediate(kSmiShift - power));
588 } else if (power > kSmiShift) {
589 shl(dst, Immediate(power - kSmiShift));
    [all...]

Completed in 356 milliseconds

<<11121314151617181920>>