/dalvik/vm/ |
Thread.h | 130 * "dbgSuspendCount" is the portion of the suspend count that the 354 * Thread suspend/resume, used by the GC and debugger. 381 * Check suspend state. Grab threadListLock before calling. 391 * Check to see if we should be suspended now. If so, suspend ourselves 397 * Fast test for use in the interpreter. Returns "true" if our suspend
|
/frameworks/wilhelm/src/ |
sles_allinclusive.h | 187 #define INTERFACE_SUSPENDING 7 ///< suspend in progress 188 #define INTERFACE_SUSPENDED 8 ///< suspend has completed 292 // will need a suspend hook when suspend is implemented 372 #define SL_OBJECT_STATE_SUSPENDING ((SLuint32) 0x8) // suspend in progress
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_int.h | 234 BOOLEAN suspend; member in struct:__anon123 308 BOOLEAN suspend; member in struct:__anon132 332 BOOLEAN initiator; /* TRUE, if local device initiates the SUSPEND */ 393 #define BTA_AV_ROLE_SUSPEND_OPT 0x40 /* Suspend on Start option is set */ 500 BOOLEAN suspend_sup; /* TRUE if Suspend stream is supported, else FALSE if suspend command fails */ 502 BOOLEAN sco_suspend; /* TRUE if SUSPEND is issued automatically for SCO */
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WorkerThreadableWebSocketChannel.cpp | 148 void WorkerThreadableWebSocketChannel::suspend() function in class:WebCore::WorkerThreadableWebSocketChannel 150 m_workerClientWrapper->suspend(); 152 m_bridge->suspend(); 266 void WorkerThreadableWebSocketChannel::Peer::suspend() function in class:WebCore::WorkerThreadableWebSocketChannel::Peer 271 m_mainWebSocketChannel->suspend(); 620 peer->suspend(); 623 void WorkerThreadableWebSocketChannel::Bridge::suspend() function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
|
/external/jpeg/ |
jdphuff.c | 223 * Returns FALSE if must suspend. 297 /* Process restart marker if needed; may have to suspend */ 367 /* Process restart marker if needed; may have to suspend */ 449 /* Process restart marker if needed; may have to suspend */ 505 /* Process restart marker if needed; may have to suspend */ 524 /* If we are forced to suspend, we must undo the assignments to any newly 586 /* Remember its position in case we have to suspend */
|
/external/qemu/distrib/jpeg-6b/ |
jdphuff.c | 227 * Returns FALSE if must suspend. 301 /* Process restart marker if needed; may have to suspend */ 371 /* Process restart marker if needed; may have to suspend */ 453 /* Process restart marker if needed; may have to suspend */ 509 /* Process restart marker if needed; may have to suspend */ 528 /* If we are forced to suspend, we must undo the assignments to any newly 590 /* Remember its position in case we have to suspend */
|
/frameworks/av/media/libstagefright/omx/ |
GraphicBufferSource.cpp | 332 void GraphicBufferSource::suspend(bool suspend) { function in class:android::GraphicBufferSource 335 if (suspend) { 344 ALOGW("suspend: frame was not available"); 347 ALOGW("suspend: acquireBuffer returned err=%d", err); 363 ALOGV("suspend/deferred repeatLatestSubmittedBuffer_l SUCCESS"); 367 ALOGV("suspend/deferred repeatLatestSubmittedBuffer_l FAILURE");
|
GraphicBufferSource.h | 99 // If suspend is true, all incoming buffers (including those currently 101 void suspend(bool suspend);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
SessionManager.java | 243 // Suspend the playback manager. Put the current item back into PENDING 246 public void suspend(long pos) { method in class:SessionManager 253 log("suspend: item=" + item + ", pos=" + pos);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dm-ioctl.h | 49 * This performs both suspend and resume, depending which flag is 51 * Suspend: This command will not return until all pending io to 328 * Set this to suspend without flushing queued ios.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dm-ioctl.h | 49 * This performs both suspend and resume, depending which flag is 51 * Suspend: This command will not return until all pending io to 328 * Set this to suspend without flushing queued ios.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc.h | 311 int (*suspend)(struct platform_device *pdev, member in struct:snd_soc_cpu_dai 375 int (*suspend)(struct platform_device *pdev, pm_message_t state); member in struct:snd_soc_codec_device 385 int (*suspend)(struct platform_device *pdev, member in struct:snd_soc_platform
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dm-ioctl.h | 49 * This performs both suspend and resume, depending which flag is 51 * Suspend: This command will not return until all pending io to 328 * Set this to suspend without flushing queued ios.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc.h | 311 int (*suspend)(struct platform_device *pdev, member in struct:snd_soc_cpu_dai 375 int (*suspend)(struct platform_device *pdev, pm_message_t state); member in struct:snd_soc_codec_device 385 int (*suspend)(struct platform_device *pdev, member in struct:snd_soc_platform
|
/art/runtime/jdwp/ |
jdwp_main.cc | 248 if (!options->suspend) { 286 * For suspend=y, wait for the debugger to connect to us or for us to 307 * breakpoints and so on, but for "suspend=y" the VM init code will 558 * suspend calls. It would be nice to just sit in the suspended state, but
|
/art/test/etc/ |
host-run-test-jar | 93 DEBUGGER_OPTS="-agentlib:jdwp=transport=dt_socket,address=$PORT,server=y,suspend=y"
|
/dalvik/tests/etc/ |
push-and-run-test-jar | 109 DEX_DEBUG="-agentlib:jdwp=transport=dt_android_adb,server=y,suspend=y"
|
/dalvik/vm/mterp/ |
NOTES.txt | 8 means an explicit check of the thread-suspend flag on backward branches
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
mtd.h | 126 int (*suspend) (struct mtd_info *mtd); member in struct:mtd_info
|
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_int.h | 79 int no_timer_suspend; /* 1: no suspend, 0 stop calling GKI_timer_update() */
|
/external/chromium_org/base/debug/ |
proc_maps_linux.h | 74 // Alternatives such as fork()-and-suspend-the-parent-while-child-reads were
|
/external/chromium_org/chrome/browser/undo/ |
undo_manager.h | 57 // Suspend undo tracking while processing non-user initiated changes such as
|
/external/chromium_org/chrome/test/functional/media/ |
media_basic_playback.py | 31 ('suspend', 1)]
|
/external/chromium_org/media/base/ |
audio_renderer.h | 59 // Temporarily suspend decoding and rendering audio, executing |callback| when
|
text_renderer.h | 49 // Temporarily suspend decoding and rendering, executing |callback| when
|