OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:waking
(Results
26 - 50
of
93
) sorted by null
1
2
3
4
/external/skia/src/views/unix/
SkOSWindow_Unix.cpp
437
// just need to record the delay time. We handle
waking
up for it in
/frameworks/base/core/java/android/view/
WindowManagerPolicy.java
802
* affect the power state of the device, for example,
waking
on motions.
[
all
...]
/frameworks/base/docs/html/preview/testing/
guide.jd
173
<li>Simulate
waking
your app using the following command:
/frameworks/base/libs/common_time/
common_time_server_api.cpp
275
ALOGI("
Waking
up service, auto-disable is engaged and service now has%s"
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java
306
+ "ms): not
waking
up the user with low battery sound");
/packages/apps/Messaging/src/android/support/v7/mms/
MmsNetworkManager.java
205
// Process mobile MMS connectivity change,
waking
up the waiting request thread
/hardware/libhardware/include/hardware/
fused_location.h
28
* The goal is to do this without
waking
up the AP to get additional data.
230
* To avoid
waking
up the application processor you should only send
/art/runtime/
thread_list.cc
559
VLOG(threads) << *self << " ResumeAll
waking
others";
561
VLOG(threads) << "Thread[null] ResumeAll
waking
others";
600
VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ")
waking
others";
[
all
...]
/docs/source.android.com/src/devices/sensors/
batching.jd
30
<p>Batching can enable significant power savings by preventing the SoC from
waking
sensor-types.jd
203
<p>Up to Android KitKat, the proximity sensors were always wake-up sensors,
waking
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java
155
/** Internal field used to confirm that the coroutine now
waking
up is
/external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c
721
NFA_TRACE_DEBUG0("nfa_rw_handle_t2t_evt();
Waking
the tag first before handling the response!");
722
/* Received NACK. Let DM wakeup the tag first (by putting tag to sleep and then
waking
it up) */
[
all
...]
/external/toybox/toys/pending/
ps.c
53
Z (zombie) X (dead) x (dead) K (wakekill) W (
waking
)
/frameworks/base/docs/html/training/wearables/apps/
always-on.jd
312
// Milliseconds between
waking
processor/screen for updates
/frameworks/native/include/input/
Input.h
143
* policy decisions such as
waking
from device sleep.
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java
255
Loge("Exception " + e + " in SdkControllerConnection while
waking
up the I/O looper.");
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
720
// we are
waking
up after waiting for some events, so refresh variables
721
// no need to call GKI_disable() here as we know that we will have some events as we've been
waking
up after condition pending or timeout
[
all
...]
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
697
// we are
waking
up after waiting for some events, so refresh variables
698
// no need to call GKI_disable() here as we know that we will have some events as we've been
waking
up after condition pending or timeout
[
all
...]
/external/strace/
README-linux-ptrace
182
SIGCONT signal has a side effect of
waking
up (all threads of)
187
waking
up from group-stop may be followed by signal-delivery-stop for
/hardware/libhardware/modules/input/evdev/
InputHub.cpp
558
ALOGW("Could not read event fd;
waking
anyway.");
/hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c
937
ALOGV("ASSERT:
Waking
up BT-Device");
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/locks/
Condition.java
428
* is selected for
waking
up. That thread must then re-acquire the
/system/core/libutils/
Threads.cpp
612
// Lock the internal mutex. This keeps the guys we're
waking
up
/external/libusb/libusb/os/
linux_usbfs.c
569
* this will involve
waking
the device up, but oh well! */
690
* without
waking
the device up (op_get_device_descriptor) */
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c
368
pthread_cond_signal(&WaitForState_threshold);/*Sending
Waking
Up Signal*/
393
pthread_cond_signal(&WaitForState_threshold);/*Sending
Waking
Up Signal*/
[
all
...]
Completed in 515 milliseconds
1
2
3
4