/external/oprofile/libop/ |
op_config_24.h | 27 * we don't try to wake-up daemon until it remains more than this free entry 44 * we don't try to wake-up daemon until it remains more than this free entry
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsReceiver.java | 66 // services under wake locks. 70 * the wake lock before returning to ensure that the service will run. 88 * releasing the wake lock if the service is now stopping.
|
/frameworks/base/core/java/android/os/ |
Power.java | 35 * Wake lock that ensures that the CPU is running. The screen might 41 * Wake lock that ensures that the screen is on.
|
/bionic/libstdc++/src/ |
one_time_construction.cpp | 38 // 6 -> 1, and wake
|
/packages/apps/Email/src/com/android/exchange/ |
MailboxAlarmReceiver.java | 25 * MailboxAlarmReceiver is used to "wake up" the SyncManager at the appropriate time(s). It may
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 30 * device is asleep (and can optionally wake the device up if they go off 33 * <p>The Alarm Manager holds a CPU wake lock as long as the alarm receiver's 36 * Alarm Manager releases this wake lock. This means that the phone will in some 41 * separate wake lock policy to ensure that the phone continues running until the 59 * (wall clock time in UTC), which will wake up the device when 65 * (wall clock time in UTC). This alarm does not wake the 73 * which will wake up the device when it goes off. 79 * This alarm does not wake the device up; if it goes off while the device
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/ELP_Controller/ |
ElpCtrl.c | 105 * This Timeout means that we failed to wake up the FW 217 * DESCRIPTION: SM for handling Synch & Asynch wake up sequence. 219 * WRITE (wake up) -> READ (elp) -> if awake - exit. else WRITE (mux) 229 /* Check if Arbiter announced that interrupt occurred (i.e. no need for wake up sequence) */ 354 * Wake up the FW without mux. The mux will be done only if the FW is asleep. This is done due to a race 515 * DESCRIPTION: Mark that exit from wake up sequence is needed and return if 516 * wake up is already over. 533 else /* Still in wake up sequence */
|
/external/kernel-headers/original/asm-arm/ |
semaphore.h | 89 * Note! This is subtle. We jump to wake people up only if
|
/external/qemu/target-arm/ |
exec.h | 50 set. We use EXITTB to silently wake CPU without causing an
|
/frameworks/base/core/java/android/webkit/ |
JsResult.java | 75 /* Wake up the WebCore thread. */
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardViewBase.java | 32 * {@link #getCallback()} to send information back (such as poking the wake lock, 82 * (by poking the wake lock) once we are ready. 88 * @param keyCode The wake key, which may be relevant for configuring the
|
KeyguardViewManager.java | 35 * the wake lock and report that the keyguard is done, which is in turn, 198 * @param keyCode The wake key.
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txPort.c | 225 * DESCRIPTION: Switch the Data-Queue and Mgmt-Queue Tx on/off (stop/wake) 279 * Always do WAKE action after STOP action, since WAKE may lead to more activities!!
|
/packages/apps/Calendar/src/com/android/calendar/ |
AlertReceiver.java | 59 // TODO Grab a wake lock here? 79 * the wake lock before returning to ensure that the service will run. 97 * releasing the wake lock if the service is now stopping.
|
/system/core/libcutils/ |
selector.c | 46 /** Reads and ignores wake up data. */ 73 // We only need to write wake-up data if we're blocked in select(). 94 // Set up wake-up pipe.
|
/external/qemu/android/ |
hw-sensors.c | 118 * - the HAL module can also send a "wake" command. This code should simply 119 * send the "wake" back to the module. This is used internally to wake a 350 /* "wake" is a special message that must be sent back through 353 if (msglen == 4 && !memcmp(msg, "wake", 4)) { 354 _hwSensorClient_send(cl, (const uint8_t*)"wake", 4);
|
/frameworks/base/media/java/android/media/ |
AsyncPlayer.java | 207 * We want to hold a wake lock while we do the prepare and play. The stop probably is 209 * while you're holding a wake lock (e.g. an alarm starting a notification), you want the 211 * simplest way to deal with this is to make it so there is a wake lock held while the
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
txPort.c | 231 * DESCRIPTION: Switch the Data-Queue and Mgmt-Queue Tx on/off (stop/wake) 291 * Always do WAKE action after STOP action, since WAKE may lead to more activities!!
|
/cts/tests/tests/os/src/android/os/cts/ |
PowerManagerTest.java | 63 * 1 Get a wake lock at the level of the flags parameter
|
/dalvik/vm/alloc/ |
HeapWorker.h | 36 * Tell the worker thread to wake up and do work.
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 286 // wake 311 * Command to wake the device up 314 // wake 317 if (!wake()) { 381 * Force the device to wake up. 385 private static final boolean wake() { method in class:MonkeySourceNetwork 407 COMMAND_MAP.put("wake", new WakeCommand()); 482 // At this point, we have a client connected. Wake the device 484 wake(); method
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
BarrierConsumer.java | 82 // Wake up any thread waiting in getValues()
|
/development/cmds/monkey/ |
README.NETWORK.txt | 82 wake 84 This command will wake the device up from sleep and allow user input.
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdstd_linux.c | 70 /* For local interrupts, wake the waiting process */ 72 sd_trace(("INTR->WAKE\n"));
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockEventReceiver.java | 143 * the wake lock before returning to ensure that the service will run. 163 * releasing the wake lock if the service is now stopping.
|