/frameworks/testing/uiautomator/utils/SleepUtils/ |
README | 1 This folder contains utils to properly perform timed suspend and wakeup.
|
/system/core/libsuspend/ |
autosuspend.c | 22 #include <suspend/autosuspend.h>
|
/dalvik/vm/jdwp/ |
Jdwp.h | 102 bool suspend; member in struct:JdwpStartupParams 141 * that we wait for the thread to suspend itself before processing any 150 * continues processing the current event. This works in the suspend-all 151 * case because the event thread doesn't suspend itself until everything 190 bool dvmJdwpPostVMStart(JdwpState* state, bool suspend);
|
JdwpMain.cpp | 121 if (pParams->suspend) 133 if (pParams->suspend) 147 * For suspend=y, wait for the debugger to connect to us or for us to 154 if (pParams->suspend) { 169 * breakpoints and so on, but for "suspend=y" the VM init code will 392 * suspend calls. It would be nice to just sit in the suspended state, but
|
/docs/source.android.com/src/devices/tech/ |
power.jd | 54 from going into suspend state. Blame is shared across these apps (not necessarily equally). 166 System suspended/resumed state. When the screen is off the system may enter a suspend state 170 See Controlling and Measuring System Suspend State for more instructions. 186 prevent system suspend. The current readings in this state should be stable. Take the reading 209 Controlling and Measuring System Suspend State 212 As mentioned above, system suspend can introduce unwanted variance in power measurements and 214 But at some point you?ll also need to measure the power draw of system suspend state. This 215 section describes how to avoid system suspend state when you don?t want it to interfere with 216 other measurements, and how to measure the power draw of system suspend state when you do 220 To avoid system suspend you can temporarily connect the device to a development host an [all...] |
/external/chromium_org/chromeos/dbus/ |
power_manager_client.cc | 26 #include "chromeos/dbus/power_manager/suspend.pb.h" 38 // Human-readable description of Chrome's suspend delay. 56 // Here we should unregister suspend notifications from powerd, 61 // unregister our suspend delay. 438 VLOG(1) << "Registered suspend delay " << suspend_delay_id_; 458 << " signal about pending suspend attempt " 549 // Registers a suspend delay with the power manager. This is usually 582 // that was blocking a pending suspend attempt and possibly reports 583 // suspend readiness to powerd. Called by callbacks returned via 594 // Reports suspend readiness to powerd if no observers are still holdin [all...] |
/external/chromium_org/content/renderer/media/ |
video_capture_impl.cc | 126 void VideoCaptureImpl::SuspendCapture(bool suspend) { 129 base::Unretained(this), suspend)); 349 void VideoCaptureImpl::DoSuspendCaptureOnCaptureThread(bool suspend) { 350 DVLOG(1) << "DoSuspendCapture: suspend " << (suspend ? "yes" : "no"); 353 suspended_ = suspend;
|
/art/runtime/jdwp/ |
jdwp_event.cc | 48 myself" message to the debugger. Before it manages to suspend itself, the 53 for the event thread to suspend itself (and, potentially, all other threads) 61 - If I'm going to suspend, grab the "I am posting an event" token. Wait 64 - If appropriate, suspend others and then myself. As part of suspending 76 events with a "suspend all" clause 78 - thread A wants to suspend all other threads, but thread B is waiting 85 will cause thread B to suspend (remember, thread A's global suspend is 493 * SP_EVENT_THREAD - suspend ourselves 494 * SP_ALL - suspend everybody except JDWP support threa [all...] |
jdwp_event.h | 96 JdwpSuspendPolicy suspend_policy; /* suspend all, none, or self? */
|
/art/runtime/entrypoints/quick/ |
quick_entrypoints.h | 129 void (*pCheckSuspend)(Thread*); // Stub that is called when the suspend count is non-zero 130 void (*pTestSuspend)(); // Stub that is periodically called to test the suspend count
|
/art/runtime/native/ |
dalvik_system_VMStack.cc | 35 // Suspend thread to build stack trace. 49 LOG(ERROR) << "Trying to get thread's stack failed as the thread failed to suspend within a "
|
/external/bluetooth/bluedroid/stack/include/ |
avdtc_api.h | 43 #define AVDTC_SUSPEND_IND_EVT (8 + AVDTC_EVT_BEGIN) /* Suspend indication */ 185 ** Description Send a suspend response.
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
Stream.h | 78 // FIXME: Implement suspend() and resume() when necessary. 79 virtual void suspend() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
AsyncMethodRunner.h | 73 // ActiveDOMObject::suspend(). 74 void suspend() function in class:WebCore::FINAL
|
/external/chromium_org/v8/test/mjsunit/ |
debug-version.js | 71 // Test simple suspend request. 85 // Stop debugger and check that suspend command changes running flag.
|
/external/v8/test/mjsunit/ |
debug-version.js | 71 // Test simple suspend request. 85 // Stop debugger and check that suspend command changes running flag.
|
/frameworks/av/services/audioflinger/ |
Effects.h | 247 // corresponding to a suspend all request. 304 // suspend effect of the given type 306 bool suspend); 307 // suspend all eligible effects 308 void setEffectSuspendedAll_l(bool suspend); 309 // check if effects should be suspend or restored when a given effect is enable or disabled 335 // get a list of effect modules to suspend when an effect of the type 343 // types or implementations from the suspend/restore mechanism.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
dpmsstr.h | 119 CARD16 suspend B16; 134 CARD16 suspend B16;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
apm_bios.h | 121 #define APM_CAP_RESUME_SUSPEND_TIMER 0x0008 /* Timer resume from suspend */ 123 #define APM_CAP_RESUME_SUSPEND_RING 0x0020 /* Resume on Ring fr suspend */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
dpmsstr.h | 119 CARD16 suspend B16; 134 CARD16 suspend B16;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
apm_bios.h | 121 #define APM_CAP_RESUME_SUSPEND_TIMER 0x0008 /* Timer resume from suspend */ 123 #define APM_CAP_RESUME_SUSPEND_RING 0x0020 /* Resume on Ring fr suspend */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
dpmsstr.h | 119 CARD16 suspend B16; 134 CARD16 suspend B16;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
apm_bios.h | 121 #define APM_CAP_RESUME_SUSPEND_TIMER 0x0008 /* Timer resume from suspend */ 123 #define APM_CAP_RESUME_SUSPEND_RING 0x0020 /* Resume on Ring fr suspend */
|
/art/runtime/ |
thread_state.h | 36 kWaitingForDebuggerSuspension, // WAITING TS_WAIT waiting for debugger suspend all
|
/art/test/etc/ |
reference-run-test-classes | 58 DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,address=$PORT,server=y,suspend=y"
|