HomeSort by relevance Sort by last modified time
    Searched refs:wake (Results 26 - 50 of 50) sorted by null

12

  /external/blktrace/
blkiomon.c 272 struct timespec wake, r; local
276 clock_gettime(CLOCK_REALTIME, &wake);
279 wake.tv_sec += interval;
280 if (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &wake, &r)) {
296 tail = blkiomon_output(head, &wake);
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 113 // 2. Wake up looper which should be polling for an event
116 mSensorLooperThread->wake();
  /frameworks/base/services/input/
EventHub.h 189 * After returning, the EventHub holds onto a wake lock until the next call to getEvent.
194 * The timeout is advisory only. If the device is asleep, it will not wake just to
234 virtual void wake() = 0;
294 virtual void wake();
InputDispatcher.cpp 226 nextWakeupTime = LONG_LONG_MIN; // force next poll to wake up immediately
230 // Wait for callback or timeout or wake. (make sure we round up, not down)
384 *nextWakeupTime = LONG_LONG_MIN; // force next poll to wake up immediately
    [all...]
EventHub.cpp 221 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
227 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
231 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
236 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
726 ALOGV("awoken after wake()");
734 ALOGW("Received unexpected epoll event 0x%08x for wake read pipe.",
837 // Poll for events. Mind the wake lock dance!
838 // We hold a wake lock at all times except during epoll_wait(). This works due to some
840 // a kernel wake lock. However, once the last pending event has been read, the device
841 // driver will release the kernel wake lock. To prevent the system from going to slee
    [all...]
InputReader.cpp 569 mEventHub->wake();
686 mEventHub->wake();
780 mEventHub->wake();
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 293 // wake
318 * Command to wake the device up
321 // wake
324 if (!wake()) {
432 * Force the device to wake up.
436 private static final boolean wake() { method in class:MonkeySourceNetwork
458 COMMAND_MAP.put("wake", new WakeCommand());
575 // view events. Do this before wake so we can catch the wake event
578 // Wake the device up in preparation for doing some commands
579 wake(); method
    [all...]
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 159 // wake) succeeds.
195 mm.wake();
197 LOG.log(Level.FINE, "Unable to wake up device", e);
249 public void wake() { method in class:AdbChimpDevice
251 manager.wake();
253 LOG.log(Level.SEVERE, "Unable to wake device (too sleepy?)", e);
  /frameworks/native/libs/utils/
Looper.cpp 10 // Debugs poll and wake interactions.
74 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
80 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
84 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
87 // Allocate the epoll instance and register the wake pipe.
96 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
254 ALOGW("Ignoring unexpected epoll events 0x%x on wake read pipe.", epollEvents);
360 void Looper::wake() { function in class:Looper
362 ALOGD("%p ~ wake", this);
372 ALOGW("Could not write wake signal, errno=%d", errno)
    [all...]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyDevice.java 352 @MonkeyRunnerExported(doc = "Wake up the screen on the device")
353 public void wake(PyObject[] args, String[] kws) { method in class:MonkeyDevice
357 impl.wake();
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpManager.java 372 * Wake the device up from sleep.
375 public void wake() throws IOException { method in class:ChimpManager
376 sendMonkeyEvent("wake");
  /frameworks/native/libs/utils/tests/
Looper_test.cpp 36 mLooper->wake();
127 mLooper->wake();
134 << "elapsed time should approx. zero because wake() was called before waiting";
148 << "elapsed time should approx. equal wake delay";
  /external/linux-tools-perf/
builtin-timechart.c 437 struct wakeup_entry *wake = (void *)te; local
450 we->wakee = wake->pid;
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 578 // and then if the machine fails to wake, 3 goodbye packets).
10352 mDNSBool wake = mDNSfalse; local
    [all...]
mDNSEmbeddedAPI.h 345 mStatus_TransientErr = -65562, // transient failures, e.g. sending packets shortly after a network transition or wake from sleep
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c     [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 680 virtual void wake() { function in class:android::FakeEventHub
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 991 milliseconds

12