Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_MessageQueue.cpp42 void wake();
106 void NativeMessageQueue::wake() { in wake() function in android::NativeMessageQueue
107 mLooper->wake(); in wake()
141 return nativeMessageQueue->wake(); in android_os_MessageQueue_nativeWake()
/frameworks/native/libs/gui/
DSensorEventQueue.cpp102 status_t SensorEventQueue::wake() const in wake() function in android::SensorEventQueue
105 looper->wake(); in wake()
/frameworks/native/include/gui/
DSensorEventQueue.h64 status_t wake() const;
/frameworks/base/native/android/
Dlooper.cpp67 static_cast<Looper*>(looper)->wake(); in ALooper_wake()
/frameworks/base/services/input/
DEventHub.h248 virtual void wake() = 0;
308 virtual void wake();
DInputDispatcher.cpp2344 mLooper->wake(); in notifyConfigurationChanged()
2422 mLooper->wake(); in notifyKey()
2499 mLooper->wake(); in notifyMotion()
2536 mLooper->wake(); in notifyDeviceReset()
2656 mLooper->wake(); in injectInputEvent()
2886 mLooper->wake(); in setInputWindows()
2917 mLooper->wake(); in setFocusedApplication()
2952 mLooper->wake(); in setInputDispatchMode()
2973 mLooper->wake(); in setInputFilterEnabled()
3050 mLooper->wake(); in transferTouchFocus()
[all …]
DEventHub.cpp944 void EventHub::wake() { in wake() function in android::EventHub
DInputReader.cpp553 mEventHub->wake(); in requestTimeoutAtTimeLocked()
670 mEventHub->wake(); in requestRefreshConfiguration()
764 mEventHub->wake(); in monitor()
/frameworks/native/include/utils/
DLooper.h195 void wake();
/frameworks/native/libs/utils/
DLooper.cpp360 void Looper::wake() { in wake() function in android::Looper
522 wake(); in sendMessageAtTime()
/frameworks/base/docs/html/training/monitoring-device-state/
Dmanifest-receivers.jd35 <p>A side-effect of this approach is that your app will wake the device each time any of these
/frameworks/native/libs/utils/tests/
DLooper_test.cpp36 mLooper->wake(); in doTask()
127 mLooper->wake(); in TEST_F()
/frameworks/base/services/java/com/android/server/
DEventLogTags.logtags29 # This is logged when the partial wake lock (keeping the device awake
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd23 <li><a href="#wakelocks">Using wake locks</a></li>
344 <h3 id="wakelocks">Using wake locks</h3>
356 those conditions, you have to use "wake locks." A wake lock is a way to signal to
360 <p class="caution"><strong>Notice:</strong> You should always use wake locks sparingly and hold them
376 <p>However, the wake lock acquired in this example guarantees only that the CPU remains awake. If
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.jd320wake up the screen when it is displayed and show the window even if the screen is locked. This all…
Dandroid-2.3.jd478 requests that result in wake locks or wifi locks according to
486 wake and wifi locks initiated by an application and adds it to the application's
/frameworks/base/docs/html/tools/help/
DMonkeyDevice.jd375 <a href="#touch">wake</a>
1147 <A NAME="wake"></A>
1153 <span class="sympad">wake</span>
/frameworks/base/docs/html/training/basics/network-ops/
Dmanaging.jd402 {@code &lt;receiver&gt;} in the manifest, it can wake up your app at any time,
/frameworks/base/docs/html/google/gcm/
Dgcm.jd95 messages. The system will wake up the Android application via Intent broadcast when the message ar…
506 <p class="note"><strong>Note:</strong> your application must acquire a wake lock before starting th…
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd227 wake up in order
234 perform updates based on an alarm that will not wake the device. To do
/frameworks/base/docs/html/tools/help/uiautomator/
DUiDevice.jd3046 to allow the device time to wake up and accept input.</p></div>
/frameworks/base/services/input/tests/
DInputReader_test.cpp696 virtual void wake() { in wake() function in android::FakeEventHub