OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wakeup
(Results
201 - 225
of
387
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/net/
DhcpStateMachine.java
41
* -
Wakeup
and renewal using the native DHCP client (which will not renew
/frameworks/native/opengl/libs/EGL/
egl_display.h
75
// proper hibernate/
wakeup
sequencing. If a surface destruction triggers
/frameworks/testing/uiautomator/api/
16.txt
50
method public void
wakeUp
() throws android.os.RemoteException;
/frameworks/wilhelm/src/itf/
IPlay.c
73
// either spurious
wakeup
, or someone else requested same transition
/external/chromium/third_party/libjingle/source/talk/base/
win32socketserver.cc
744
// Sit and wait forever for a
WakeUp
. This is the Thread::Send case.
759
void Win32SocketServer::
WakeUp
() {
/external/chromium_org/chrome/browser/metrics/
thread_watcher.cc
196
void ThreadWatcher::
WakeUp
() {
504
it->second->
WakeUp
();
/external/chromium_org/third_party/libjingle/source/talk/base/
win32socketserver.cc
800
// Sit and wait forever for a
WakeUp
. This is the Thread::Send case.
815
void Win32SocketServer::
WakeUp
() {
/external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java
374
// |Opt|Len|V|S|Primary MAC|
Wakeup
MAC | Password |
404
+ (ownerWakeupMacAddress != ownerPrimaryMacAddress ? "
wakeup
MAC address: " + this._hexString(ownerWakeupMacAddress) : "") + (ownerPassword != null ? " password: " + this._hexString(ownerPassword) : ""));
/external/kernel-headers/original/linux/
usb_ch9.h
97
#define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate
wakeup
*/
257
#define USB_CONFIG_ATT_WAKEUP (1 << 5) /* can
wakeup
*/
/external/v8/src/
platform-cygwin.cc
549
CHECK(result == -1 && errno == EINTR); // Signal caused spurious
wakeup
.
587
CHECK(result == -1 && errno == EINTR); // Signal caused spurious
wakeup
.
platform-freebsd.cc
622
CHECK(result == -1 && errno == EINTR); // Signal caused spurious
wakeup
.
651
CHECK(result == -1 && errno == EINTR); // Signal caused spurious
wakeup
.
platform-openbsd.cc
676
CHECK(result == -1 && errno == EINTR); // Signal caused spurious
wakeup
.
716
CHECK(result == -1 && errno == EINTR); // Signal caused spurious
wakeup
.
platform-solaris.cc
605
CHECK(result == -1 && errno == EINTR); // Signal caused spurious
wakeup
.
656
CHECK(result == -1 && errno == EINTR); // Signal caused spurious
wakeup
.
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp
221
mRepeaterSource->
wakeUp
();
290
mRepeaterSource->
wakeUp
();
/frameworks/base/docs/html/sdk/api_diff/16/changes/
alldiffs_index_removals.html
252
<!-- Method
wakeUp
-->
266
<nobr><A HREF="android.webkit.JsResult.html#android.webkit.JsResult.wakeUp_removed()" class="hiddenlink" target="rightframe"><strike>
wakeUp
</strike>
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Filter.java
521
* To resume scheduling the filter another thread must call
wakeUp
() on this filter.
532
protected final void
wakeUp
() {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
ch9.h
111
#define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate
wakeup
*/
275
#define USB_CONFIG_ATT_WAKEUP (1 << 5) /* can
wakeup
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h
111
#define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate
wakeup
*/
275
#define USB_CONFIG_ATT_WAKEUP (1 << 5) /* can
wakeup
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h
111
#define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate
wakeup
*/
275
#define USB_CONFIG_ATT_WAKEUP (1 << 5) /* can
wakeup
*/
/prebuilts/sdk/16/
uiautomator.jar
/prebuilts/sdk/17/
uiautomator.jar
/system/core/libutils/tests/
Looper_test.cpp
499
<< "pollOnce result should be ALOOPER_POLL_WAKE due to
wakeup
";
572
<< "pollOnce result should be ALOOPER_POLL_WAKE due to
wakeup
";
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewMediator.java
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingWin.cpp
340
// timeout or spurious
wakeup
occured, normalize the m_waitersGone count
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h
87
* intervals at which GLOBAL threads
wakeup
to check for pending interrupt
Completed in 1333 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>