HomeSort by relevance Sort by last modified time
    Searched full:awake (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeEventQueue.java 31 * except awake().
48 * or awaken from other thread by awake().
93 public abstract void awake(); method in class:NativeEventQueue
  /system/extras/tests/bionic/libc/common/
test_semaphore.c 59 printf( "thread 1: awake !! posting semaphore\n" );
72 printf( "thread 2: awake !! waiting for semaphore\n" );
79 printf( "thread 2: awake !! posting semaphore\n" );
93 printf( "thread 3: awake !! waiting for semaphore\n" );
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 65 /* Values to write to the ELP register for sleep/awake */
89 SM_STATE_AWAKE, /* HW is awake and Txn-Queue is running */
153 TI_UINT32 uAwakeReqCount; /* Increment on awake requests and decrement on sleep requests */
156 TElpTxn tElpTxnAwake; /* Transaction structure for writing awake to ELP register */
311 /* Prepare ELP awake transaction */
433 /* Send ELP (awake or sleep) transaction to TxnQ */
570 * \brief Request to keep the device awake
572 * Used by the Xfer modules to request to keep the device awake until twIf_Sleep() is called.
573 * Each call to this function increments AwakeReq counter. Once the device is awake (upon transaction),
574 * the TwIf SM keeps it awake as long as this counter is not zero
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 63 /* Values to write to the ELP register for sleep/awake */
87 SM_STATE_AWAKE, /* HW is awake and Txn-Queue is running */
150 TI_UINT32 uAwakeReqCount; /* Increment on awake requests and decrement on sleep requests */
153 TElpTxn tElpTxnAwake; /* Transaction structure for writing awake to ELP register */
289 /* Prepare ELP awake transaction */
391 /* Send ELP (awake or sleep) transaction to TxnQ */
528 * \brief Request to keep the device awake
530 * Used by the Xfer modules to request to keep the device awake until twIf_Sleep() is called.
531 * Each call to this function increments AwakeReq counter. Once the device is awake (upon transaction),
532 * the TwIf SM keeps it awake as long as this counter is not zero
    [all...]
  /frameworks/base/awt/com/android/internal/awt/
AndroidNativeEventQueue.java 31 public void awake() { method in class:AndroidNativeEventQueue
  /hardware/libhardware_legacy/include/hardware_legacy/
power.h 39 // set how long to stay awake after the last user activity in seconds
  /system/extras/timeinfo/
timeinfo.cpp 17 /* Report realtime, uptime, awake percentage, and sleep percentage to stdout.
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrv_API.h 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).\n
190 * - to change the HW power level to awake or power-down if not already there.
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrv_API.h 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).\n
190 * - to change the HW power level to awake or power-down if not already there.
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 41 + " Set the 'keep awake while plugged in' setting.\n";
  /frameworks/base/services/java/com/android/server/
NetStatService.java 72 pw.print("ms awake=");
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txPort.c 238 /* If mgmt-queues should be enabled, set required actions (awake mgmt and stop data if needed). */
247 /* If data-queues should be enabled, set required actions (stop mgmt and awake data if needed). */
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterPM.h 98 pPowerLevel - Sets the power level mode to ELP, PD or AWAKE
111 (ELP, PD or AWAKE)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv_API.h 173 * active/PS combined with awake/power-down. use for temporary change the system policy.
179 * 3) PowerCtrl_PowerLevel_e - the desired driver power level (allowed: AWAKE or POWER DOWN).\n
191 * - to change the HW power level to awake or power-down if not already there.
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
WlanDrvIf.h 118 int wl_packet; /* Remember to stay awake */
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
WlanDrvIf.h 116 int wl_packet; /* Remember to stay awake */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerAuthorization/
PowerAuthorization.c 173 * aAwakeRequired - the awake required parameter,
195 ("MacServices_powerAutho_AwakeRequiredUpdate: awake required sent %d (reason %d) and the updated is %d\n", aAwakeRequired, aAwakeReason, pPowerAutho->m_AwakeRequired));
  /system/wlan/ti/sta_dk_4_0_4_32/config/
tiwlan.ini 103 # 2 - AWAKE
107 # 2 - AWAKE
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txPort.c 248 /* If mgmt-queues should be enabled, set required actions (awake mgmt and stop data if needed). */
257 /* If data-queues should be enabled, set required actions (stop mgmt and awake data if needed). */
  /hardware/ti/wlan/wl1271/Test/
TWD_Debug.c 609 WLAN_OS_REPORT(("Single Missed Beacon [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[0] >> 16)));
610 WLAN_OS_REPORT(("2 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[1] >> 16)));
611 WLAN_OS_REPORT(("3 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[2] >> 16)));
612 WLAN_OS_REPORT(("4 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[3] >> 16)));
613 WLAN_OS_REPORT(("5 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[4] >> 16)));
614 WLAN_OS_REPORT(("6 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[5] >> 16)));
615 WLAN_OS_REPORT(("7 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[6] >> 16)))
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
TWD_Debug.c 609 WLAN_OS_REPORT(("Single Missed Beacon [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[0] >> 16)));
610 WLAN_OS_REPORT(("2 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[1] >> 16)));
611 WLAN_OS_REPORT(("3 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[2] >> 16)));
612 WLAN_OS_REPORT(("4 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[3] >> 16)));
613 WLAN_OS_REPORT(("5 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[4] >> 16)));
614 WLAN_OS_REPORT(("6 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[5] >> 16)));
615 WLAN_OS_REPORT(("7 Continuous Missed Beacons [Awake] = %d\n", (pElem->pwr.ContMissBcnsSpread[6] >> 16)))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/TNETWArbiter/
TNETWArbSM.c 419 /* Then the status could be TNETWIF_COMPLETE at this end or also can be TNETWIF_PENDING if the HW is not Awake */
533 /* Mark to ElpCtrl that the IRQ was received and it should get back to AWAKE */
603 /* Then the status could be TNETWIF_COMPLETE at this end or also can be TNETWIF_PENDING if the HW is not Awake */
671 /* We are already awake - send TXN_COMPLETE to roll SM forward */
725 * (Bus Busy/Hw not awake or other client running )
  /hardware/ti/wlan/wl1271/config/
tiwlan.ini 37 #2 - AWAKE
41 #2 - AWAKE
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
connIbss.c 232 /*Request from ELP to stay awake*/
268 /*Request from ELP to stay awake*/
  /system/wlan/ti/wilink_6_1/config/
tiwlan.ini 34 #2 - AWAKE
38 #2 - AWAKE

Completed in 722 milliseconds

1 2 3 4 5 6