/system/extras/tests/sdcard/ |
testcase.cpp | 30 #include <hardware_legacy/power.h> // wake lock 51 // anything. Also the partial wake lock is a nop if the phone
|
/frameworks/base/docs/html/resources/articles/ |
tts.jd | 125 String myText2 = "I hope so, because it's time to wake up."; 163 synthesizing (remember, we're trying to wake up the user). We will again use an 209 the result of the synthesis of "Wake up" in the previously selected language. We 210 can tell our TTS instance to associate the contents of the string "Wake up" with 222 customize how "Wake up" sounds, by recording their own version if they choose
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardViewMediator.java | 64 * - is {movement, key} one that should wake the keygaurd? 180 * the wake lock. 601 * Send message to keyguard telling it about a wake key so it can adjust 602 * its state accordingly and then poke the wake lock when it is ready. 603 * @param keyCode The wake key. 725 * the keyguard to prepare itself and poke the wake lock when it is ready. 732 * @return Whether we poked the wake lock (and turned the screen on) 740 // the wake lock [all...] |
/packages/apps/Phone/src/com/android/phone/ |
PhoneApp.java | 125 * Allowable values for the wake lock code. 127 * PARTIAL means wake the processor, but we display can be kept off. 128 * FULL means wake both the processor and the display. 430 // Wake lock used to control proximity sensor behavior. 717 // a SCREEN_DIM_WAKE_LOCK wake lock during the entire OTA call. [all...] |
/development/pdk/docs/porting/ |
keymaps_keyboard_input.jd | 78 <li>WAKE: When this key is pressed while the device is asleep, the device will wake up and the key event gets sent to the app.</li> 79 <li>WAKE_DROPPED: When this key is pressed while the device is asleep, the device will wake up and the key event does not get sent to the app.</li> 103 key 230 SOFT_RIGHT WAKE 104 key 60 SOFT_RIGHT WAKE 116 key 102 HOME WAKE 121 key 116 POWER WAKE
|
/frameworks/base/services/java/com/android/server/ |
NotificationPlayer.java | 306 * We want to hold a wake lock while we do the prepare and play. The stop probably is 308 * while you're holding a wake lock (e.g. an alarm starting a notification), you want the 310 * simplest way to deal with this is to make it so there is a wake lock held while the
|
/cts/tests/tests/os/src/android/os/cts/ |
PowerManager_WakeLockTest.java | 72 * 1 Makes sure the device is on at the level you asked when you created the wake lock
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoWakeLockPermissionTest.java | 29 * Verify the Wake Lock related operations require specific permissions.
|
/dalvik/vm/ |
Sync.h | 118 * Interrupt a thread. If it's waiting on a monitor, wake it up.
|
/external/bluetooth/glib/gio/ |
gasynchelper.c | 145 /* Wake up the mainloop in case we're waiting on async calls with FDSource */
|
/external/skia/src/ports/ |
SkOSEvent_android.cpp | 86 // this is the payoff. Signal the event queue to wake up
|
/frameworks/base/services/jni/ |
com_android_server_SensorService.cpp | 138 int res = sSensorDevice->wake(sSensorDevice);
|
/hardware/libhardware_legacy/power/ |
power.c | 102 on_state = "wake";
|
/sdk/emulator/sensors/ |
sensors_qemu.c | 210 return qemud_channel_send(ctl->fd, "wake", -1); 341 /* "wake" is sent from the emulator to exit this loop. This shall 345 if (!strcmp((const char*)data, "wake")) { 559 dev->device.wake = control__wake;
|
/bionic/libc/bionic/ |
pthread.c | 932 * guarantees a wake-up call. 975 * Wake up one waiting thread. We don't know which thread will be 981 * it will also call FUTEX_WAKE. This results in one extra wake 986 * between the zero assignment above and the wake call below. If 988 * wake up a sleeper, which will swap in a 2 and then go back to 990 * running to completion before we call wake, the thread we 991 * eventually wake will find an unlocked mutex and will execute. 1083 * we'll wake them when we unlock it. [all...] |
/external/dbus/dbus/ |
dbus-threads.h | 174 DBusCondVarWakeOneFunction condvar_wake_one; /**< Function to wake one thread waiting on the condition */ 175 DBusCondVarWakeAllFunction condvar_wake_all; /**< Function to wake all threads waiting on the condition */
|
/external/qemu/docs/ |
ANDROID-QEMUD-SERVICES.TXT | 109 3/ Client sends "wake", the service must immediately send back "wake" as
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
WapPushOverSms.java | 41 * Hold the wake lock for 5 seconds, which should be enough time for 42 * any receiver(s) to grab its own wake lock.
|
/frameworks/base/tests/framework-tests/src/com/android/internal/policy/impl/ |
LockPatternKeyguardViewTest.java | 322 // wake by menu 338 // wake by menu
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
PushReceiver.java | 160 // Hold a wake lock for 5 seconds, enough to give any 161 // services we start time to take their own wake locks.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/ |
tx.h | 106 UINT32 wait; /* Cumulative XFER wait for firmware to wake-up */ 131 UINT32 wait; /* Number of times XFER waited for firmware to wake-up */
|
/external/kernel-headers/original/linux/ |
ethtool.h | 67 /* wake-on-lan settings */ 321 * get_wol: Report whether Wake-on-Lan is enabled 322 * set_wol: Turn Wake-on-Lan on or off 430 #define ETHTOOL_GWOL 0x00000005 /* Get wake-on-lan options. */ 431 #define ETHTOOL_SWOL 0x00000006 /* Set wake-on-lan options. */ 550 /* Wake-On-Lan options. */
|
/external/blktrace/ |
blkiomon.c | 272 struct timespec wake, r; local 276 clock_gettime(CLOCK_REALTIME, &wake); 279 wake.tv_sec += interval; 280 if (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &wake, &r)) { 296 tail = blkiomon_output(head, &wake);
|
/frameworks/base/libs/utils/ |
Threads.cpp | 438 // for all the waiting thread(s) to wake up and be released from 496 // could wake up, do work, and hop back in ahead of us. 590 * First we have to wake up all threads waiting on the semaphore, then 611 // Wake up all the waiters. 621 // else can wake up to poke at it.)
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaConnection.java | 596 // Only release wake lock for incoming calls, for outgoing calls the wake lock 703 // We were holding a wake lock until pause-dial was complete, so give it up now 780 * Set post dial state and acquire wake lock while switching to "started" or "wait" 781 * state, the wake lock will be released if state switches out of "started" or "wait"
|