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

1 2 3 4 5 6 7 8 91011>>

  /device/google/contexthub/firmware/src/platform/stm32f4xx/
apInt.c 41 void apIntSet(bool wakeup)
43 if (wakeup) {
53 void apIntClear(bool wakeup)
55 if (wakeup) {
rtc.c 103 /* Jitter = max wakeup timer resolution (61.035 us)
112 /* TODO: Measure the jitter in the overhead of setting the wakeup timers.
174 /* Minimum wakeup interrupt period is 122 us */
179 /* Get appropriate clock period for delay size. Wakeup clock = RTC/x. */
228 /* Disable wakeup timer */
231 /* Wait for access enabled for wakeup timer registers */
234 /* Clear wakeup clock source */
238 /* Downcounter value for wakeup clock. Wakeup flag is set every
242 /* Enable wakeup interrupts *
    [all...]
  /external/autotest/client/site_tests/power_WakeupRTC/
power_WakeupRTC.py 13 Read the wakeup setting for for the RTC device.
15 sysfs_path = '/sys/class/rtc/%s/device/power/wakeup' % rtc_device
21 Read the current wakeup count for the RTC device.
47 # Test that RTC wakeup is enabled
50 raise error.TestError('RTC wakeup is not enabled: %s' % rtc_device)
control 15 Tests that RTC devices generate wakeup events.
  /device/google/contexthub/firmware/inc/
apInt.h 27 void apIntSet(bool wakeup);
28 void apIntClear(bool wakeup);
  /external/autotest/client/site_tests/touch_WakeupSource/
control.touchpad 7 PURPOSE = "Test whether onboard touchpad is wakeup source for the DUT."
9 This test will fail if the touchpad is not a wakeup source or if the
control.touchscreen 7 PURPOSE = "Test whether onboard touchscreen is wakeup source for the DUT."
9 This test will fail if the touchpad is not a wakeup source or if the
  /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() {
  /device/huawei/angler/
sound_trigger_mixer_paths.xml 43 <path name="listen-voice-wakeup-1">
48 <path name="listen-voice-wakeup-2">
52 <path name="listen-voice-wakeup-3">
56 <path name="listen-voice-wakeup-4">
60 <path name="listen-voice-wakeup-5">
64 <path name="listen-voice-wakeup-6">
68 <path name="listen-voice-wakeup-7">
72 <path name="listen-voice-wakeup-8">
  /device/lge/bullhead/
sound_trigger_mixer_paths.xml 43 <path name="listen-voice-wakeup-1">
48 <path name="listen-voice-wakeup-2">
52 <path name="listen-voice-wakeup-3">
56 <path name="listen-voice-wakeup-4">
60 <path name="listen-voice-wakeup-5">
64 <path name="listen-voice-wakeup-6">
68 <path name="listen-voice-wakeup-7">
72 <path name="listen-voice-wakeup-8">
  /external/webrtc/webrtc/base/
maccocoasocketserver_unittest.mm 26 ss_->WakeUp();
40 // Test that MacCocoaSocketServer::Wakeup works as expected.
socketserver.h 36 // 2) WakeUp() is called
41 virtual void WakeUp() = 0;
maccocoasocketserver.mm 37 socketServer_->WakeUp();
98 // Install a timer that fires wakeup after cms has elapsed.
108 // Run until WakeUp is called, which will call stop and exit this loop.
124 void MacCocoaSocketServer::WakeUp() {
macsocketserver.h 39 void WakeUp() override = 0;
72 void WakeUp() override;
98 virtual void WakeUp();
121 virtual void WakeUp();
  /external/wpa_supplicant_8/src/fst/
fst_defs.h 53 /* Wakeup Schedule (optional) */
64 /* Wakeup Schedule (optional) */
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/
AndroidManifest.xml 17 <application android:label="Auto Wakeup Loop">
28 <action android:name="android.test.wakeuploop.WAKEUP" />
  /external/avahi/avahi-common/
watch-test.c 60 static void wakeup(AvahiTimeout *t, AVAHI_GCC_UNUSED void *userdata) { function
64 printf("Wakeup #%i\n", i++);
96 api->timeout_new(api, &tv, wakeup, NULL);
  /external/avahi/avahi-glib/
glib-watch-test.c 55 static void wakeup(AvahiTimeout *t, AVAHI_GCC_UNUSED void *userdata) { function
59 printf("Wakeup #%i\n", i++);
80 api->timeout_new(api, &tv, wakeup, NULL);
  /libcore/ojluni/src/main/java/sun/nio/ch/
PollSelectorImpl.java 80 // Clear the wakeup pipe
91 // prevent further wakeup
102 public Selector wakeup() { method in class:PollSelectorImpl
  /frameworks/base/core/java/android/hardware/fingerprint/
IFingerprintServiceLockoutResetCallback.aidl 28 /** Method is synchronous so wakelock is held when this is called from a WAKEUP alarm. */
  /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
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WindowList.py 32 menu.add_command(label=title, command=window.wakeup)
80 def wakeup(self): member in class:ListedToplevel

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 91011>>