/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
MainThreadWebSocketChannel.h | 87 virtual void suspend() OVERRIDE;
|
/external/chromium_org/v8/src/ |
date.h | 197 // In Egypt in 2010 they decided to suspend DST during Ramadan. This
|
/external/kernel-headers/original/linux/mtd/ |
mtd.h | 194 int (*suspend) (struct mtd_info *mtd); member in struct:mtd_info
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
bash.php | 186 'return', 'shift', 'shopt', 'source', 'suspend', 'test', 'times',
|
/external/oprofile/events/ppc64/ibm-compat-v1/ |
events | 87 #Group 12 pm_compat_suspend, Suspend Events
|
/external/qemu-pc-bios/bochs/bios/ |
apmbios.S | 52 .ascii "Suspend"
|
/external/v8/src/ |
date.h | 197 // In Egypt in 2010 they decided to suspend DST during Ramadan. This
|
/frameworks/base/services/jni/ |
com_android_server_power_PowerManagerService.cpp | 36 #include <suspend/autosuspend.h>
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimg2d.h | 420 * @suspended: in suspend mode
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TrimVideo.java | 130 mVideoView.suspend();
|
/art/runtime/ |
thread.h | 656 // Used to notify threads that they should attempt to resume, they will suspend again if 657 // their suspend count is > 0. 663 // change from being Suspended to Runnable without a suspend request occurring.
|
/device/asus/flo/camera/hdr/include/ |
morpho_easy_hdr.h | 219 * ?? 2_SUSPENDED (suspend()???o??)
279 * suspend() ???s?????s?”\
283 * ?? 2_SUSPENDED (suspend()???o??)
|
/device/lge/mako/camera/hdr/include/ |
morpho_easy_hdr.h | 219 * ?? 2_SUSPENDED (suspend()???o??)
279 * suspend() ???s?????s?”\
283 * ?? 2_SUSPENDED (suspend()???o??)
|
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_co.h | 149 UINT32 timeout; /* the timeout value on suspend */ 150 time_t suspend_time; /* the time of suspend */ 605 ** the opened file (for reliable session suspend/resume.)
|
/external/chromium_org/ui/surface/ |
accelerated_surface_win.cc | 623 void AcceleratedPresenter::Suspend() { [all...] |
/external/kernel-headers/original/linux/ |
hid.h | 594 * @suspend: invoked on suspend (NULL means nop) 638 int (*suspend)(struct hid_device *hdev, pm_message_t message); member in struct:hid_driver
|
/frameworks/av/media/libstagefright/omx/ |
OMXNodeInstance.cpp | 866 bool suspend = *(bool *)data; local 867 bufferSource->suspend(suspend);
|
/hardware/qcom/camera/hdr/include/ |
morpho_easy_hdr.h | 219 * ?? 2_SUSPENDED (suspend()???o??)
279 * suspend() ???s?????s?”\
283 * ?? 2_SUSPENDED (suspend()???o??)
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 126 // Case for Suspend-Resume Feature 135 // STEP 3: Make system ready for Suspend 146 sleep(50);//50s // This delay is not related to suspend resume timer [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateMachine.java | 367 /* Controls suspend mode optimizations 369 * When high perf mode is enabled, suspend mode optimizations are disabled 371 * When high perf mode is disabled, suspend mode optimizations are enabled 373 * Suspend mode optimizations include: 389 /* Enable suspend mode optimizations in the driver */ 458 /* Tracks if suspend optimizations need to be disabled by DHCP, 460 * When any of them needs to disable it, we keep the suspend optimizations 469 /* Tracks if user has enabled suspend optimizations through settings */ [all...] |
/dalvik/vm/ |
Sync.cpp | 675 * our suspend mode before we transition out. 745 /* set self->status back to THREAD_RUNNING, and self-suspend if needed */ [all...] |
/frameworks/av/services/audioflinger/ |
Threads.cpp | 599 const effect_uuid_t *type, bool suspend, int sessionId) 602 setEffectSuspended_l(type, suspend, sessionId); 606 const effect_uuid_t *type, bool suspend, int sessionId) 611 chain->setEffectSuspended_l(type, suspend); 613 chain->setEffectSuspendedAll_l(suspend); 617 updateSuspendedSessions_l(type, suspend, sessionId); 645 bool suspend, 652 if (suspend) { 673 if (suspend) { 682 ALOGV("updateSuspendedSessions_l() suspend adding effect %08x", key) 4751 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local 5112 bool suspend = audio_is_bluetooth_sco_device(mInDevice) && local [all...] |
/external/chromium_org/components/policy/resources/ |
policy_templates_de.xtb | 145 Die empfohlene Vorgehensweise ist, die Bildschirmsperre im Suspend-Modus zu aktivieren und <ph name="PRODUCT_OS_NAME"/> anzuweisen, nach der Inaktivitätsverzögerung in den Suspend-Modus zu wechseln. Diese Richtlinie sollte nur verwendet werden, wenn die Bildschirmsperre erheblich früher als der Suspend-Modus eintreten oder der Suspend-Modus bei Inaktivität gar nicht erfolgen soll. [all...] |
policy_templates_en-GB.xtb | 174 The recommended way to lock the screen on idle is to enable screen locking on suspend and have <ph name="PRODUCT_OS_NAME"/> suspend after the idle delay. This policy should only be used when screen locking should occur a significant amount of time sooner than suspend or when suspend on idle is not desired at all. [all...] |
/dalvik/vm/interp/ |
Interp.cpp | 513 * suspend a thread in Object.wait, hit the single-step key, then 723 * every instruction. That would make a "suspend all" more responsive 739 * eventFlags != 0 here, or somebody manually requests a suspend [all...] |