HomeSort by relevance Sort by last modified time
    Searched refs:wakeup (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/linux-tools-perf/src/tools/perf/scripts/perl/bin/
wakeup-latency-report 2 # description: system-wide min/max/avg wakeup latency
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorNotSupportedException.java 29 public SensorNotSupportedException(int sensorType, boolean wakeup) {
31 sensorType, wakeup ? "wake-up" : "non wake-up");
  /libcore/luni/src/main/java/java/nio/channels/
Selector.java 59 * {@link #wakeup()} method of this selector is called. After this, all keys
64 * called (except calling {@link #close()} or {@link #wakeup()}) results in
101 * return until at least one channel is ready, {@link #wakeup()} is
115 * return until at least one channel is ready, {@link #wakeup()} is invoked,
162 * If no {@code select} operation is blocked when {@code wakeup()} is called
172 public abstract Selector wakeup(); method in class:Selector
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 36 void keyguardDone(boolean authenticated, boolean wakeup);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ListenerTest.java 142 wakeup(); method
146 wakeup(); method
153 private synchronized void wakeup() { method in class:ListenerTest
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 91 selector.wakeup();
92 selector.wakeup();
93 selector.wakeup();
165 selector.wakeup();
  /system/core/include/sysutils/
SocketListener.h 54 bool release(SocketClient *c, bool wakeup);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
NioEndpoint.java 117 * The wakeup option is used internally when the kernel is
119 * necessarily wakeup right away.
121 protected void send( ByteBuffer data, boolean copy, boolean wakeup )
139 if( wakeup )
SelectorKernel.java 190 * Used internally by the endpoints to wakeup the selector
277 selector.wakeup();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 32 menu.add_command(label=title, command=window.wakeup)
80 def wakeup(self): member in class:ListedToplevel
FileList.py 30 edit.top.wakeup()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 32 menu.add_command(label=title, command=window.wakeup)
80 def wakeup(self): member in class:ListedToplevel
FileList.py 30 edit.top.wakeup()
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 42 * waiting thread experiences a spurious wakeup and continues to wait.
126 * if a timeout occurrs, or if there is a spurious wakeup.
134 * Typically, a call to {@link #wakeup} is used to indicate
140 * @see #wakeup
182 public void wakeup() { method in class:WaitingThread
ConnPoolByRoute.java 355 // check for spurious wakeup vs. timeout
635 waitingThread.wakeup();
691 waiter.wakeup();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
MockAbstractSelector.java 85 public Selector wakeup() { method in class:MockAbstractSelector
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 42 wakeup();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 81 public void keyguardDone(boolean authenticated, boolean wakeup) {
83 mKeyguardViewMediator.keyguardDone(authenticated, wakeup);
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 55 public void keyguardDone(boolean authenticated, boolean wakeup) {
57 mService.keyguardDone(authenticated, wakeup);
KeyguardServiceDelegate.java 189 public void keyguardDone(boolean authenticated, boolean wakeup) {
191 mKeyguardService.keyguardDone(authenticated, wakeup);
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectorManager.java 146 set.wakeup();
170 set.wakeup();
186 set.wakeup();
817 public void wakeup() method in class:SelectorManager.SelectSet
823 selector.wakeup();
872 wakeup(); method
    [all...]
  /system/bt/udrv/ulinux/
uipc.c 440 int wakeup = 0; local
453 wakeup = 1;
462 wakeup = 1;
470 if (wakeup)
520 /* clear any wakeup interrupt */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 288 * @tests java.nio.channels.Selector#wakeup()
294 selector.wakeup();
296 selector.wakeup();
299 // try to wakeup select. The invocation sequence of wakeup and select
309 selector.wakeup();
314 // try to wakeup select. The invocation sequence of wakeup and select
324 selector.wakeup();
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 79 * The wakeup pipe. To trigger a wakeup, write a byte to wakeupOut. Each
91 * Create a pipe to trigger wakeup. We can't use a NIO pipe because it
108 wakeup(); method
209 int i = 1; // Our wakeup pipe comes before all the user's fds.
226 // We need one slot for each element of mutableKeys, plus one for the wakeup pipe.
237 // Read bytes from the wakeup pipe until the pipe is empty.
322 @Override public Selector wakeup() { method in class:SelectorImpl
  /system/core/libsysutils/src/
SocketListener.cpp 252 bool SocketListener::release(SocketClient* c, bool wakeup) {
270 if (wakeup) {

Completed in 770 milliseconds

1 2 3 4 5