/frameworks/base/core/jni/ |
D | android_os_MessageQueue.cpp | 42 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/ |
D | SensorEventQueue.cpp | 102 status_t SensorEventQueue::wake() const in wake() function in android::SensorEventQueue 105 looper->wake(); in wake()
|
/frameworks/native/include/gui/ |
D | SensorEventQueue.h | 64 status_t wake() const;
|
/frameworks/base/native/android/ |
D | looper.cpp | 67 static_cast<Looper*>(looper)->wake(); in ALooper_wake()
|
/frameworks/base/services/input/ |
D | EventHub.h | 248 virtual void wake() = 0; 308 virtual void wake();
|
D | InputDispatcher.cpp | 2344 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 …]
|
D | EventHub.cpp | 944 void EventHub::wake() { in wake() function in android::EventHub
|
D | InputReader.cpp | 553 mEventHub->wake(); in requestTimeoutAtTimeLocked() 670 mEventHub->wake(); in requestRefreshConfiguration() 764 mEventHub->wake(); in monitor()
|
/frameworks/native/include/utils/ |
D | Looper.h | 195 void wake();
|
/frameworks/native/libs/utils/ |
D | Looper.cpp | 360 void Looper::wake() { in wake() function in android::Looper 522 wake(); in sendMessageAtTime()
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | manifest-receivers.jd | 35 <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/ |
D | Looper_test.cpp | 36 mLooper->wake(); in doTask() 127 mLooper->wake(); in TEST_F()
|
/frameworks/base/services/java/com/android/server/ |
D | EventLogTags.logtags | 29 # This is logged when the partial wake lock (keeping the device awake
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 23 <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/ |
D | android-2.0.jd | 320 …wake up the screen when it is displayed and show the window even if the screen is locked. This all…
|
D | android-2.3.jd | 478 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/ |
D | MonkeyDevice.jd | 375 <a href="#touch">wake</a> 1147 <A NAME="wake"></A> 1153 <span class="sympad">wake</span>
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | managing.jd | 402 {@code <receiver>} in the manifest, it can wake up your app at any time,
|
/frameworks/base/docs/html/google/gcm/ |
D | gcm.jd | 95 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/ |
D | index.jd | 227 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/ |
D | UiDevice.jd | 3046 to allow the device time to wake up and accept input.</p></div>
|
/frameworks/base/services/input/tests/ |
D | InputReader_test.cpp | 696 virtual void wake() { in wake() function in android::FakeEventHub
|