/frameworks/av/services/audioflinger/ |
Threads.h | 209 // suspend or restore effect according to the type of effect passed. a NULL 210 // type pointer means suspend all effects in the session 212 bool suspend, 236 int mRefCount; // number of active suspend requests 248 bool suspend, 252 bool suspend, 345 // suspend by audio policy manager is orthogonal to mixer state 434 // a very large number of suspend() will eventually wraparound, but unlikely 435 void suspend() { (void) android_atomic_inc(&mSuspended); } function in class:PlaybackThread 438 // if restore() is done without suspend(), get back int [all...] |
/art/compiler/llvm/ |
runtime_support_builder.h | 63 /* Suspend */
|
/art/runtime/jdwp/ |
jdwp.h | 92 bool suspend; member in struct:art::JDWP::JdwpOptions 138 * that we wait for the thread to suspend itself before processing any 147 * continues processing the current event. This works in the suspend-all 148 * case because the event thread doesn't suspend itself until everything
|
/art/runtime/ |
locks.cc | 66 thread_suspend_count_lock_ = new Mutex("thread suspend count lock", kThreadSuspendCountLock);
|
/cts/tools/tradefed-host/etc/ |
cts-tradefed | 49 RDBG_FLAG=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=${TF_DEBUG_PORT}
|
/dalvik/vm/jdwp/ |
JdwpEvent.h | 91 JdwpSuspendPolicy suspendPolicy; /* suspend all, none, or self? */
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
card.h | 95 int (*suspend)(struct mmc_card *, pm_message_t); member in struct:mmc_driver
|
/external/chromium_org/base/power_monitor/ |
power_monitor_unittest.cc | 49 // Send a second suspend notification. This should be suppressed.
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
display_power_service_provider.cc | 57 // we suspend may trigger a mouse move, which would then be incorrectly
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
mounted_disk_monitor.h | 22 // removed/added events (events for the devices that were present before suspend
|
/external/chromium_org/content/browser/ |
power_monitor_message_broadcaster_unittest.cc | 80 // Send a second suspend notification. This should be suppressed.
|
/external/chromium_org/content/child/ |
power_monitor_broadcast_source_unittest.cc | 54 // Send a second suspend notification. This should be suppressed.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ActiveDOMObject.cpp | 74 void ActiveDOMObject::suspend() function in class:WebCore::ActiveDOMObject
|
GlobalEventHandlers.h | 91 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(suspend);
|
MainThreadTaskRunner.cpp | 91 void MainThreadTaskRunner::suspend() function in class:WebCore::MainThreadTaskRunner
|
ScriptRunner.h | 52 void suspend();
|
ScriptedAnimationController.h | 60 void suspend();
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
Stream.cpp | 76 void Stream::suspend() function in class:WebCore::Stream
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserScheduler.h | 92 void suspend();
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLHttpRequestProgressEventThrottle.h | 58 void suspend();
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld.h | 60 // Suspend all threads in the current process and run the callback on the list
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stoptheworld_testlib.cc | 10 // When loaded with LD_PRELOAD, it will periodically suspend all threads.
|
/external/kernel-headers/original/linux/mmc/ |
card.h | 99 int (*suspend)(struct mmc_card *, pm_message_t); member in struct:mmc_driver
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
Converter.h | 66 void suspendEncoding(bool suspend);
|
/frameworks/native/services/surfaceflinger/ |
DdmConnection.cpp | 40 "-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y";
|