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

1 2 3 4 5 6 7 8 91011>>

  /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
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 28 // send updates in a while, this is its wakeup call.
29 void wakeUp();
  /frameworks/base/core/java/android/webkit/
JsResult.java 46 wakeUp();
54 wakeUp();
74 private final void wakeUp() {
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/
AndroidManifest.xml 17 <application android:label="Auto Wakeup Loop">
28 <action android:name="android.test.wakeuploop.WAKEUP" />
  /frameworks/base/core/java/android/service/dreams/
IDreamService.aidl 25 void wakeUp();
  /cts/tests/tests/os/src/android/os/cts/
PowerManagerTest.java 53 pm.wakeUp(SystemClock.uptimeMillis());
54 fail("wakeUp should throw SecurityException");
  /external/kernel-headers/original/uapi/linux/
eventpoll.h 30 * Request the handling of system wakeup events so as to prevent system suspends
34 * re-allowed until epoll_wait is called again after consuming the wakeup
rtc.h 33 * This data structure is inspired by the EFI (v0.92) wakeup
88 #define RTC_WKALM_SET _IOW('p', 0x0f, struct rtc_wkalrm)/* Set wakeup alarm*/
89 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)/* Get wakeup alarm*/
  /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
  /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
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 67 /* wakeup DoWork() if it's sleeping */
80 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
181 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
192 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
211 pthread_cond_signal(&wcond); /* wakeup Run() if it's sleeping */
243 pthread_cond_signal(&complete); /* wakeup WaitCompletion() */
  /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/services/core/jni/
com_android_server_am_BatteryStatsService.cpp 58 ALOGE("Error posting wakeup sem: %s\n", buf);
69 // Register our wakeup callback if not yet done.
85 // Wait for wakeup.
86 ALOGV("Waiting for wakeup...");
105 ALOGV("Reading wakeup reasons");
  /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
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeLoopService.java 61 // get wakeup interval from intent
67 Log.e(LOG_TAG, "No wakeup interval specified, not starting the service");
72 "wakeup-loop-start.txt"));
WakeUpCall.java 41 static final String WAKEUP_CALL = "android.test.wakeuploop.WAKEUP";
60 Log.e(LOG_TAG, "no valid wakeup interval received, trying to stop service");
75 new File(Environment.getExternalStorageDirectory(), "wakeup-loop.txt"));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
rtc.h 33 * This data structure is inspired by the EFI (v0.92) wakeup
88 #define RTC_WKALM_SET _IOW('p', 0x0f, struct rtc_wkalrm)/* Set wakeup alarm*/
89 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)/* Get wakeup alarm*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtc.h 33 * This data structure is inspired by the EFI (v0.92) wakeup
88 #define RTC_WKALM_SET _IOW('p', 0x0f, struct rtc_wkalrm)/* Set wakeup alarm*/
89 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)/* Get wakeup alarm*/
  /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/
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
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/linux_perf/
ftrace_importer.html 449 var wakeup = this.wakeups_[i];
450 var thread = this.threadsByLinuxPid[wakeup.tid];
454 thread.tempWakeups.push(wakeup);
482 var wakeup = wakeups.shift();
483 var wakeupDuration = slice.start - wakeup.ts;
484 var args = {'wakeup from tid': wakeup.fromTid};
487 wakeup.ts, args, wakeupDuration));
497 var wakeup = undefined;
504 if (wakeup === undefined && w.ts > prevSlice.end)
    [all...]
  /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 )
  /frameworks/base/tests/utils/SleepUtils/AlarmService/
AndroidManifest.xml 27 <action android:name="com.android.testing.alarmservice.WAKEUP" />
  /frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
WakeUpCall.java 29 public static final String WAKEUP_CALL = "com.android.testing.alarmservice.WAKEUP";
  /frameworks/base/tests/utils/SleepUtils/
README 1 This folder contains utils to properly perform timed suspend and wakeup.

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 91011>>