/frameworks/base/docs/html/tools/help/ |
MonkeyDevice.jd | 380 Wakes the screen of this device. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
threading.py | 378 This method wakes up at most n of the threads waiting for the condition 770 # happen when a daemon thread wakes up at an unfortunate [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
threading.py | 378 This method wakes up at most n of the threads waiting for the condition 770 # happen when a daemon thread wakes up at an unfortunate [all...] |
/external/chromium_org/base/message_loop/ |
message_loop.h | 503 // Wakes up the message pump. Can be called on any thread. The caller is
|
/external/dropbear/ |
svr-chansession.c | 127 /* Make sure that the main select() loop wakes up */
|
/external/kernel-headers/original/linux/ |
mmzone.h | 229 * When something wakes, it must check to be sure its page is
|
/external/oprofile/module/ |
oprofile.c | 740 /* also wakes up daemon */
|
/external/valgrind/main/drd/ |
drd.h | 167 * pthread_cond_broadcast() call that wakes up a pthread_cond_wait() or
|
/frameworks/av/include/private/media/ |
AudioTrackShared.h | 111 size_t mMinimum; // server wakes up client if available >= mMinimum
|
/frameworks/base/core/java/android/service/dreams/ |
DreamService.java | 539 * Stops the dream, detaches from the window, and wakes up.
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
WindowOrientationListener.java | 271 // boundary conditions when the device is turned on, wakes from suspend or there is [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
Filter.java | 528 * Wakes the filter and resumes scheduling.
|
/external/chromium/third_party/libjingle/ |
mods-since-v0_4_0.diff | 841 < // 2) OnWorkStop() must follow Stop(), so that when the thread wakes up
845 > // OnWorkStop() must follow Quit(), so that when the thread wakes up due to
[all...] |
/external/chromium_org/third_party/libjingle/ |
mods-since-v0_4_0.diff | 841 < // 2) OnWorkStop() must follow Stop(), so that when the thread wakes up
845 > // OnWorkStop() must follow Quit(), so that when the thread wakes up due to
[all...] |
/art/runtime/ |
monitor.cc | 442 * Update thread state. If the GC wakes up, it'll ignore us, knowing [all...] |
/bionic/libc/bionic/ |
pthread.c | 458 * swap in the new state value and then wait until somebody wakes us up. [all...] |
/external/chromium_org/net/socket_stream/ |
socket_stream_unittest.cc | 163 // Wakes up the SocketStream waiting for completion of OnStartOpenConnection() [all...] |
/external/dnsmasq/ |
dnsmasq.conf.example | 423 # when a machine wakes up on a new network. DO NOT enable this if there's
|
/frameworks/av/media/libmedia/ |
AudioTrackShared.cpp | 631 // FIXME AudioRecord wakeup needs to be optimized; it currently wakes up client every time
|
/frameworks/base/core/java/android/os/ |
PowerManager.java | 489 * If the device is currently asleep, wakes it up, otherwise does nothing.
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
developer_private_api.cc | 798 // Wakes up the background page and opens the inspect window. [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_manager.cc | [all...] |
/frameworks/base/docs/html/distribute/googleplay/quality/ |
core.jd | 314 <li>When the app is resumed after the device wakes from sleep (locked) state, the app returns the user to the exact state in which it was last used.</li>
|
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
io.c | 559 libusb_close(handle); // This wakes up libusb_handle_events() 575 libusb_hotplug_deregister_callback(ctx, hotplug_cb_handle); // This wakes up libusb_handle_events() [all...] |